ADVERTISEMENT

Pokémon teams up with 7-Eleven for special merch and more!

Catch awesome adventures at the convenience store

Published Sep 24, 2024 01:17 am

In its constant pursuit to foster community, 7-Eleven has mastered collaborating with popular brands that can stir excitement among its customers. This month, 7-Eleven goers can jump on another awesome adventure as a legendary partnership with Pokémon happened.

7-eleven.png
7-Eleven Philippines and The Pokémon Company Partnership Press Conference. From left to right: Niantic Emerging Markets senior manager Ms. Joyce Mak, 7-Eleven division head of Marketing Communications Ms. Valerie Gayle Uy, The Pokémon Company’s corporate officer of Asia Business Development Mr. Susumu Fukunaga

A brand that’s captured the hearts of many with its range of video games, animated series and films, trading cards, and mobile apps, Pokémon’s zest for exploration will definitely provide an irresistible thrill for fans of the franchise and 7-Eleven alike. The partnership was launched last September 13, 2024 with a ribbon-cutting held at 7-Eleven Centris 1 in Quezon City. Present at the milestone occasion were representatives from 7-Eleven Philippines, The Pokémon Company, and Niantic Inc., the company of the mobile game Pokémon GO.

Both brands kicked things off by wrapping 7-Eleven Centris 1 in Quezon City in full Pokémon decor, with 7-Eleven Arnaiz Avenue in Makati and 7-Eleven St. Theresa Casa Rosario in Cebu to follow in the next few months. To add to the fun, 7-Eleven Centris 1 has also been turned into a PokéStop in Pokémon Go along with the rest of the Philippine 7-Eleven stores. Customers can now venture to the branch nearest to them for the full Pokémon experience by channeling their inner trainer and catching their coveted Pokémon through the Pokémon GO app. 

Gamers can then take a break from playing and enjoy their go-to 7-Eleven products wrapped in Pokémon-themed packaging. There’s Pikachu, Squirtle, Charmander, and Bulbasaur for Crunch Time; Pikachu and Snorlax for 7-Fresh Siopao; Meowth for Big Bite; Jigglypuff for Fundae; Gyarados for GULP; Eevee, Flareon, and Jolteon for the small, medium, and large cups of City Cafe respectively; and Umbreon for Prima. The themed packaging is currently available in 7-Eleven Luzon stores, but will be implemented across the country from October.

Fans of the trading card game have it extra special as Pokémon Trading Card Game Booster Packs are up for grabs in 1,500 7-Eleven stores nationwide. There’s a surprise for every fan too. For every purchase of one Booster Pack, which starts at P259, buyers will receive one limited edition Pokémon 7-Eleven Promo Card. Definitely an extra treat for fans to engage with the community and collect, train, battle, and trade in the spirit of the franchise.

Experience the 7-Eleven and Pokémon partnership today as they’ll be up for a limited time only. 

Related Tags

7-Eleven
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.