ADVERTISEMENT

Make your skin worth its weight in gold

Published Apr 29, 2021 06:33 pm

Inspired by the golden hour over the Swiss Alps, La Prairie reveals the secret to a radiant complexion and inner glow  

THE GOLDEN HOUR The lofty summits of the Swiss Alps in gilded glory at dusk

For the latest of La Prairie’s breakthroughs, the Pure Gold Collection, nature, science, and stewardship of the environment came together both to unlock the mysteries of time and to advance their pursuit of timelessness.

At the center of this leap forward is the majestic golden hour over the Swiss Alps, when the sun prepares its descent, its rays stretching and sweeping across the undulating, snowy terrain and turning every peak and valley into resplendent gold. This golden hour is a transient moment, yet it is a fortune to catch everywhere around the world, especially among the lofty summits of the Alpine region.

LIQUID GOLD The Pure Gold Collection Radiance Concentrate

Science came in handy when La Prairie endeavored to recreate such radiance as a gift to the skin. The skincare brand has always sought the secrets of skin that seems lit from within, as if radiating an inner glow. Inspired by the imposing beauty of the Alps in the golden hour, the Swiss company turned to gold, a precious metal that, endowed with properties unique to itself, is able to withstand the vicissitudes of time. With its electrons absorbing energy-rich blue light and reflecting complementary yellow light, gold exudes a warm tone similar to that found on radiant skin. But the luster, as it is captured in La Prairie’s Pure Gold Collection, is not merely reflective, but also penetrative, allowing for the release of active ingredients into the skin in a time-controlled manner, providing a steady diffusion of actives to revitalize skin over the long term.  

ALL THAT GLISTENS The Pure Gold Collection Radiance Cream

Due to physiological changes, environmental conditions, and the passage of time, skin becomes fragile, thin, dry, rough, dull, and deficient in nutrients. It’s a vicious cycle: The more devitilized skin is, the less receptive it becomes to the nutrients it needs to repair and renew itself.

La Prairie embraces its responsibility to make the world a better, more beautiful place.

This is why La Prairie has developed the Pure Gold Diffusion System. In order to provide immediate radiance and sustained delivery of key replenishing ingredients to help compensate for the loss of receptiveness of the skin, the system works in this three-peak action sequence.

  1. Instant radiance is achieved by the immediate deposition of gold particles on the skin’s surface.
  2. The active replenishing ingredients of the gold particles just as immediately penetrate the skin deep enough to initiate skin nourishment and revitalization.
  3. A steady release of active ingredients penetrates even deeper into the skin in a delayed, time-controlled infusion, staying at optimal levels to enable long-term skin reconstruction.

To maximize the effect, begin your skin regimen with the Pure Gold Radiance Concentrate, which is, in essence, liquid gold. Follow up with the hydrating and restorative Pure Gold Radiance Radiance Cream. For good measure, apply the Pure Gold Radiance Eye Cream.

EYE OF GOLD The Pure Gold Collection Radiance Eye Cream

But your skin glow is not only the reason Pure Gold Collection is worth its weight in gold. In its pursuit of beauty, its continuing efforts to transcend the limits of time, and its commitment to luxury with a purpose or luxury with higher meaning, La Prairie has also partnered with ETH Zurich, a public research university in Zurich and one of the world’s leading forces in studying the effects of climate change. La Prairie has assumed the role of patron to glaciology research at the university. Already committed to support two groundbreaking ice monitoring initiatives among other ventures and projects, the long-term partnership is a big boost to the study of glacier behavior, the effect of climate change on glaciers, and the possible hazards associated with glacier gains and losses.

Because of these underlying missions and the vision behind it, the Pure Gold Collection is a timeless gift of beauty from La Prairie to the world.

La Prairie is available at Rustan’s. Shop online at www.rustans.com.

Related Tags

skincare breakthrough the golden hour La Prairie Radiance glaciology Swiss Alps gold
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.