ADVERTISEMENT

A greener lifestyle is possible with the SM Store

Retailing with a purpose

Published Apr 20, 2023 08:38 am
Filipinos can now shop more intentionally for sustainable and locally-sourced products through the SM Green Finds. It’s a program designed to make green living easier and more accessible.  “Retailers have an important role to play in positively influencing and impacting consumer behavior. SM Store is committed to providing Filipino consumers a platform to access sustainably sourced products through its SM Green Finds program,” said Dhinno Tiu, executive vice president for operations and sales support at the SM Store. More and more Filipinos across the Philippines can make more intentional purchase decisions with eco-friendly products designed to help everyone live more sustainably and make small changes that can have a significant impact on the environment. “We’re continuously working with our partners and suppliers to ensure a good selection of SM Green Finds are made available in SM Stores nationwide.” continued Dhinno. In making small decisions for the home, one can opt for linens made of bamboo which is sustainably sourced and utilizes less water in the production process. In SM Store, shoppers will have access to handcrafted products by artisans and social enterprises made from locally sourced materials like rattan, bamboo, and abaca.  “By educating customers about the importance of sustainability and providing easy access to mindfully-crafted merchandise, we aim to move them to lead more eco-conscious lifestyles. We hope our efforts inspire other businesses and lead the adoption of more eco-friendly practices in the retail industry, and ultimately contribute to a more sustainable future for the country,” adds Ivy Yap, president of Kultura.  For basic home lighting needs, consumers can shift to LED bulbs which use 85 percent less electricity than traditional light bulbs. These LED bulbs not only help reduce energy consumption but also produce less heat, making homes more comfortable during the hot summer months. When it comes to basic cleaning solutions- one can opt for eco-friendly and natural cleaners, which are safe for use without compromising the environment. Water conservation is also crucial, especially during the summer season. There are water-saving bathroom fixtures that use aerators to control the stream of water, reducing splashing and minimizing water wastage. These fixtures help reduce water consumption, making it a win-win for both the consumers and the environment. “Through Green Finds, we are able to offer quality products that meet consumers’ performance and budget requirements while protecting the planet. Our job is to make it easier for Filipinos to pivot to healthier and sustainable lifestyles,” said Bernard Ong, senior vice president and business unit head of ACE Hardware. For those who are building a green wardrobe, shoppers can choose from a selection of sustainably made and produced denim. SM Fashion also carries a wide variety of eco-friendly footwear. Shoppers will have options from sustainably sourced fabrics that are neither dyed or bleached, to materials that are made from organic cotton.  “Fashion plays a major role in this aspect as it not only enhances individual lifestyles but also develops collective economic outputs.  Whether it’s answering human desires for artistic expressions, enabling searches for functional benefits, or just creating value throughout its supply chain, fashion will always be interlinked with the concept of sustainability,” explained Aldwin Co, executive vice president of  SM Fashion Business Units. Consumers who are trying to shift to a clean beauty regimen will have access to ethically sourced skincare products that do not contain harsh ingredients. Shoppers can opt for these green products that come in fully recyclable packaging, or instead of regular bottles, purchase refill packs that consume 79 percent less plastic. “We recognize that our business is no longer just about looking good and feeling great.  We have a role to do good for the planet.  And we know that even small changes can make a huge impact when we all do good together,” added Viki Encarnacion, Sustainability Head of Watsons. Green parenting is also made possible with sustainably sourced feeding sets and reusable diapers. For kids’ fashion, there is an entire collection of sustainably made and produced clothing line ideal for sensitive skin. Finally, *plantitos*and *plantitas* looking to grow their urban gardens this summer will find a wide array of natural-growing media that utilize by-products like coconut shells and hulls found in local farms and mountainsides of the Philippines. These are eco-friendly alternatives to conventional growing media. By incorporating these Green Finds into Filipino families’ daily routines, green living is made easy and accessible. Promoting Green Living under the SM Green Movement Campaign, SM Green Finds makes green living easy for its customers by promoting products that are eco-friendly, made from natural and local ingredients, and support local communities.

Related Tags

Manila Bulletin Lifestyle MB Lifestyle Online MB Lifestyle PH Filipino consumers shopping The SM Store
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.