ADVERTISEMENT

Elevate Christmas celebrations with these special drinks and limited-edition treats

Published Dec 12, 2021 12:31 pm

Holiday cheers from the best wine and liquor selections

Favorite wines of 2021

Winery.ph, the country’s largest in-stock collection of wine online, reveals the winners to its 2nd Kavino Choice Awards. Named for the online wine marketplace’s term for its community, the Kavino Choice Awards are determined by each wine’s popularity among its customers. To celebrate, a selection of these best-selling wines will be on sale in bundles starting today Dec. 12, and will be available until Dec. 14, 2021. 

Value wines under P1,000 include Dealto Crianza (Rioja, Spain), Matsu El Picaro (Toro, Spain), Amnesia Red (Alentejo, Portugal), Mayfly Sauvignon Blanc (Marlborough, New Zealand), Printhie Mountain Range Sauvignon Blanc (Orange, Australia), and Montsable Chardonnay (Pays d’Oc, France). For premium reds between P1,000 and P2,500, Gonzalez Byass Beronia Reserva (Rioja, Spain) and Dealto Reserva (Rioja, Spain) topped the list while Cloudy Bay Sauvignon Blanc (Marlborough, New Zealand) and Cloudy Bay Chardonnay (Marlborough, New Zealand) proved best among the whites.

“The Kavino Choice Awards are an important milestone for the Philippine wine market. It’s the only real data-backed picture of what Filipino wine drinkers actually enjoy, not what foreign wine critics and importers think we should enjoy and place on supermarket shelves,” says Chris Urbano, Winery.ph managing director and chief sommelier. “By making these favorites part of our 12.12 Sale, we wanted to give our customers the opportunity to not just stock up on wines they love, but to also discover ones they might have missed out on. Our mission is Vino for the Filipino, and this means helping to unearth the Philippines’ own unique wine palate and empower our customers with the confidence to drink and enjoy wine on their terms.”

Visit their website at www.winery.ph

Limited-edition festive coffrets

This holiday season, Rémy Martin celebrates the festivities with its VSOP, Club, and XO, housed in stunning and exclusive gift boxes that are beautifully illustrated with the odyssey of the brand’s centaur. 

Just for the festive season, each coffret comes with a golden key in the form of a QR code that opens the doors to fascinating content on the cognac of choice including tasting tips, food pairings, and a dedicated cocktail tutorial designed to match each product.

Embodying the house’s signature style, Rémy Martin VSOP exudes dominant notes of vanilla, ripe apricot, and baked apple. One can enjoy the drink in any of the following ways: neat, on ice, or with ginger ale. Food pairing tip: It is best with vanilla macaroon and gravlax salmon. 

Next, the Rémy Martin Club can be enjoyed in a shooter glass that is frozen to bring out a full palette of flavors including candied fruits (apricot and figs), spices (ginger and cinnamon), and nut aromas. Lastly, the Rémy Martin XO can be mixed in a glass with a lump of sugar and three dashes of bitters. Need a little sparkle? Garnish with a sprinkle of edible gold flakes. 

Visit their website at www.remymartin.com.

Bespoke holiday cocktail

Combining traditional gin botanicals with the distinct flavors of delicate floral notes and fresh tropical citrus from ylang-ylang, alpinia, calamansi, and dalandan, Santa Ana Gin reveals an exotic flavor perfect for Filipino yuletide celebrations and festivities. 

Looking for something special? Look no further as the Santa Ana 75 brings depth and flair to any holiday drink. Create a bespoke French 75 cocktail by making a base of Santa Ana Gin, lemon juice, and a simple syrup shaken on ice then double strained into a chilled flute, topped with champagne and zested with a lemon twist.

Visit their website at www.santaanagin.com.

Related Tags

Remy Martin winery.ph Wine liquor 12.12 Santa Ana Gin food
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.