Vai al contenuto

Carrello

Il tuo carrello è vuoto

Peonia Lift Contorno occhi idratante anti-age

Prezzo scontato€47,00

L'emulsione contorno occhi e palpebre di Fymora è un prodotto mirato al trattamento delle rughe perioculari e delle borse sotto gli occhi. Arricchita con estratti di peonia, acido ialuronico, caffeina ed escina, questa emulsione offre un'idratazione profonda e un effetto rassodante per la zona delicata del contorno occhi. Da utilizzare ogni sera prima di coricarsi per una pelle rigenerata e luminosa al risveglio.  

Peonia Lift Contorno occhi idratante anti-age
Peonia Lift Contorno occhi idratante anti-age Prezzo scontato€47,00

IDRATAZIONE PROFONDA

EFFICACIA PROVATA

ORIGINE NATURALE

DELICATEZZA

EFFETTO ILLUMINANTE

Il primo step della tua skincare serale

Struccati con dolcezza con lo Spumone Detergente Fymora: una schiuma morbida che rimuove trucco e impurità senza seccare.

Adatta a tutti i tipi di pelle

Normale, mista, secca o sensibile: Peonia Fresh si adatta alle esigenze della tua pelle senza compromessi.

Attivi che fanno la differenza

🌸 Peonia Suffruticosa

Antiossidante e lenitiva, calma la pelle e aiuta a uniformare l’incarnato. Perfetta contro stress e rossori.

🌹 Acqua di Rosa Centifolia

Idrata, rinfresca e tonifica. Dona equilibrio e vitalità anche alle pelli più sensibili.

Domande frequenti

Customer Reviews

Based on 10 reviews
90%
(9)
10%
(1)
0%
(0)
0%
(0)
0%
(0)
C
Chiara
Wow

La tengo in frigo così quando la metto alla mattina, mi aiuta ancora di più ad alleviare il gonfiore che ho sotto gli occhi. Ne basta pochissima ma a volte, alla sera se voglio farmi una coccola, ne metto un po’ di più e poi applico due patch al silicone e wow!

G
Giulia
Fantastica

Super idrante!
Questa crema occhi è stata una rivelazione! Da subito ho notato una riduzione significativa delle borse sotto gli occhi e una pelle più luminosa e idratata. La texture è leggera e non grassa, quindi è perfetta per l'uso quotidiano. 5 stelle!

l
lucia
leggera

Leggera, si assorbe subito. Occhi meno gonfi al mattino, mi piace!

C
Chiara
Scelta azzeccata

Qualità eccellente per il contorno occhi. Ne basta una puntina per entrambi gli occhi, quindi il prodotto dura tantissimo. Le piccole rughette di espressione intorno agli occhi sembrano più levigate.

F
Flavia

Il formato è piccolo ma concentrato, un ottimo investimento a lungo termine

(function() { // Extra safety: don't run on cart page if (window.location.pathname.startsWith('/cart')) { return; } // --- Exclude Coupon on Certain Products by ID --- var excludedIds = [8080508452964, 8080501506148]; var productId = window.meta && window.meta.product && window.meta.product.id; if (excludedIds.includes(Number(productId))) { return; // Don't inject coupon } // --- End Exclusion --- function injectCouponStyles() { if (!document.getElementById('coupon-shape-style')) { var style = document.createElement('style'); style.id = 'coupon-shape-style'; style.innerHTML = ` .coupon-shape-container { width: 100%; display: flex; justify-content: center; margin: 26px 0 16px 0; } .coupon-shape-card { width: 370px; min-width: 200px; height: 74px; border-radius: 9px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08); background-color: #FA8EE0; padding: 0 14px; position: relative; display: flex; align-items: center; color: #fff; transition: box-shadow 0.2s; cursor: pointer; border: none; gap: 0; text-decoration: none; } .coupon-shape-card:active { box-shadow: 0 2px 2px 0 rgba(0,0,0,0.12); } .coupon-shape-card::after, .coupon-shape-card::before { position: absolute; content: ""; height: 28px; width: 28px; border-radius: 50%; top: 23px; background-color: #fff; z-index: 2; } .coupon-shape-card::after { right: -14px; } .coupon-shape-card::before { left: -14px; } .coupon-shape-left { min-width: 86px; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 3; margin-right: 18px; gap: 2px; } .coupon-shape-left-title { font-weight: 700; font-size: 1.12rem; color: #fff; margin-bottom: 2px; letter-spacing: 1.5px; line-height: 1.1; } .coupon-shape-left-discount { font-size: 1.02rem; color: #fff; font-weight: 600; margin-bottom: 0px; letter-spacing: 0.5px; } .coupon-shape-vertical { border-left: 3px dotted #fff; height: 48px; margin-right: 16px; z-index: 3; opacity: 0.7; } .coupon-shape-right { flex: 1; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; z-index: 3; gap: 2px; min-width: 0; } .coupon-shape-right-action { font-size: 0.90rem; font-weight: 700; color: #111; background: #fff; border-radius: 0; padding: 2px 8px; margin-bottom: 2px; display: inline-block; line-height: 1.23; letter-spacing: 0.3px; white-space: normal; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.04); border: none; } .coupon-shape-right-after { font-size: 0.91rem; color: #fff; font-weight: 600; margin-top: 0; line-height: 1.13; overflow: hidden; text-overflow: ellipsis; max-width: 180px; white-space: normal; } /* --- Responsive Coupon Card for Mobile --- */ @media (max-width: 500px) { .coupon-shape-container { margin: 18px 0 12px 0; padding: 0 1vw; } .coupon-shape-card { width: 100%; min-width: 0; max-width: 100vw; height: auto; flex-direction: row; align-items: stretch; padding: 12px 2vw; border-radius: 13px; box-sizing: border-box; gap: 0; } .coupon-shape-left { min-width: 70px; width: 38vw; max-width: 120px; margin-right: 8px; margin-bottom: 0; align-items: center; justify-content: center; } .coupon-shape-left-title { font-size: 1.04rem; letter-spacing: 1.1px; } .coupon-shape-left-discount { font-size: 0.98rem; } .coupon-shape-vertical { margin: 0 6px; border-left: 2px dotted #fff; height: auto; min-height: 48px; align-self: center; opacity: 0.6; display: block; } .coupon-shape-right { flex: 1; min-width: 0; align-items: flex-start; justify-content: center; text-align: left; margin: 0; } .coupon-shape-right-action { font-size: 1.01rem; padding: 4px 10px; margin: 0 0 4px 0; width: auto; background: #fff; color: #111; border-radius: 4px; font-weight: 700; line-height: 1.3; box-shadow: 0 1px 4px 0 rgba(0,0,0,0.04); display: inline-block; } .coupon-shape-right-after { font-size: 0.99rem; margin-top: 4px; max-width: 100%; white-space: normal; } .coupon-shape-card::after, .coupon-shape-card::before { display: none; } } `; document.head.appendChild(style); } } function addCouponToPriceList(priceList) { // Prevent duplicate coupon if (priceList.nextElementSibling && priceList.nextElementSibling.classList && priceList.nextElementSibling.classList.contains('coupon-shape-container')) { return; } var salePriceEl = priceList.querySelector('sale-price'); if (!salePriceEl) return; // Get the price text var priceText = salePriceEl.textContent.replace(/[^0-9,\.]/g, '').replace(',', '.'); var price = parseFloat(priceText); if (isNaN(price) || price <= 0) return; var discountPercent = 15; // 15% discount var savings = (price * discountPercent / 100); var finalPrice = price - savings; var savingsFormatted = savings.toLocaleString('it-IT', { style: 'currency', currency: 'EUR' }); var finalPriceFormatted = finalPrice.toLocaleString('it-IT', { style: 'currency', currency: 'EUR' }); // Coupon markup as a button with Poptin attributes var couponHTML = `
`; // Insert after priceList priceList.insertAdjacentHTML('afterend', couponHTML); } function applyCoupons() { injectCouponStyles(); // Find all price-list elements with a sale-price child var priceLists = document.querySelectorAll('price-list'); priceLists.forEach(function(priceList) { if (priceList.querySelector('sale-price')) { addCouponToPriceList(priceList); } }); } document.addEventListener('DOMContentLoaded', function() { applyCoupons(); }); setTimeout(applyCoupons, 1000); setTimeout(applyCoupons, 2000); })(); ->