🌿 Kojic Acid Turmeric Night Wrapping Mask

$19.99 $40.00 Save 50%
Bundle & Save:  1 Pack
Quantity
Description
The Viral Overnight Wrapping Mask is Back with Turmeric Ver! 🌟
Awaken radiant, glass-like skin overnight with our Turmeric & Collagen Wrapping Mask! 🌙 Delivering 8 hours of intensive care while you sleep, this mask smooths texture, boosts hydration, and leaves your skin glowing by morning. ✨

🌿Powerful Ingredients

Ceramide NP for skin barrier and hydration, Collagen Extract for elasticity and youthful complexion, and Adenosine for reducing fine lines through skin renewal

🔬 Proven Results

CLINICAL TEST Skin Elasticity (After 2 weeks) - 31.4% increased Transepidermal water loss (After 2 weeks) - 4.5% decreased 24hr hydration retention (After 24 hours) - 24.8% increased Outer skin hydration (After 2 weeks) - 23.4% increased Inner skin hydration (After 2 weeks) - 2.9% increased *Excerpt from Collagen Night Wrapping Mask human application test report

🌙 Wake Up to Radiance
This gentle overnight mask works as you sleep to nourish and brighten your skin, unveiling refreshed, glowing skin by morning. Its easy peel-off design is gentle yet effective. 💛

💧 Hydration & Elasticity Booster
Enriched with turmeric to refine uneven skin tone and hydrolyzed collagen to boost elasticity, this mask delivers 24-hour hydration for a dewy, radiant glow. 💧

✨ Powered by Proven Ingredients  🌿 Turmeric Extract: Refines texture and evens skin tone for a balanced glow. 🌸 Hydrolyzed Collagen: Enhances elasticity, leaving skin bouncy and youthful. 🌟 Adenosine: Reduces fine lines while supporting skin renewal.

Clinical Results 📊
💡 Studies show:

+6.8% improvement in skin texture after one use.
+24.7% reduction in uneven skin areas after 3 days.
+33% increase in radiance after a single application.*
*Individual results may vary.

How to Use

1️⃣ Prep & Apply: After completing your skincare routine, use a silicone brush or clean fingers to apply an even layer of the mask. 🖌️
2️⃣ Relax: Avoid eyes, lips, and hairline. Let the mask dry completely, forming a nourishing film while you sleep. 💤
3️⃣ Peel & Glow: In the morning, gently peel off the mask and rinse your face with water to reveal smooth, glowing skin. 🌟

Customer Reviews

Here are what our customers say.

Write a Review
Customer Reviews
Wow you reached the bottom
Newest
Most liked
Highest ratings
Lowest ratings
×
class SpzCustomFileUpload extends SPZ.BaseElement { constructor(element) { super(element); this.uploadCount_ = 0; this.fileList_ = []; } buildCallback() { this.action = SPZServices.actionServiceForDoc(this.element); this.registerAction('upload', (data) => { this.handleFileUpload_(data.event?.detail?.data || []); }); this.registerAction('delete', (data) => { this.handleFileDelete_(data?.args?.data); }); this.registerAction('preview', (data) => { this.handleFilePreview_(data?.args?.data); }); this.registerAction('limit', (data) => { this.handleFileLimit_(); }); this.registerAction('sizeLimit', (data) => { this.handleFileSizeLimit_(); }); } isLayoutSupported(layout) { return layout == SPZCore.Layout.LOGIC; } setData_(count, file) { this.uploadCount_ = count; this.fileList_ = file; } handleFileUpload_(data) { data.forEach(i => { if(this.fileList_.some(j => j.url === i.url)) return; this.fileList_.push(i); }) this.uploadCount_++; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileUpload", { count: this.uploadCount_, files: this.fileList_}); if(this.fileList_.length >= 5){ document.querySelector('#review_upload').style.display = 'none'; } if(this.fileList_.length > 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '8px'; } } handleFileDelete_(index) { this.fileList_.splice(index, 1); this.uploadCount_--; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleFileDelete", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; if(this.fileList_?.length === 0){ document.querySelector('.apps-reviews-write-anonymous-box').style.marginTop = '132px'; } } handleFilePreview_(index) { const finalPreviewData = this.fileList_[index]; const filePreviewModal = document.getElementById('filePreviewModal'); const fullScreenVideo = document.getElementById('fullScreenVideo'); const fullScreenImage = document.getElementById('fullScreenImage'); const previewModalClose = document.getElementById('previewModalClose'); const previewLoading = document.getElementById('previewLoading'); filePreviewModal.style.display = 'block'; previewLoading.style.display = 'flex'; if(finalPreviewData?.type === 'video'){ const media = this.mediaParse_(this.fileList_[index]?.url); fullScreenVideo.addEventListener('canplaythrough', function() { previewLoading.style.display = 'none'; }); fullScreenImage.src = ''; fullScreenImage.style.display = 'none'; fullScreenVideo.style.display = 'block'; fullScreenVideo.src = media.mp4 || ''; } else { fullScreenImage.onload = function() { previewLoading.style.display = 'none'; }; fullScreenVideo.src = ''; fullScreenVideo.style.display = 'none'; fullScreenImage.style.display = 'block'; fullScreenImage.src = finalPreviewData.url; } previewModalClose.addEventListener('click', function() { filePreviewModal.style.display = 'none'; }); } handleFileLimit_() { alert(window.AppReviewsLocale.comment_file_limit || 'please do not upload files more than 5'); this.triggerEvent_("handleFileLimit"); } handleFileSizeLimit_() { alert(window.AppReviewsLocale.comment_file_size_limit || 'File size does not exceed 10M'); } clear(){ this.fileList_ = []; this.uploadCount_ = 0; sessionStorage.setItem('fileList', JSON.stringify(this.fileList_)); this.triggerEvent_("handleClear", { count: this.uploadCount_, files: this.fileList_}); document.querySelector('#review_upload').style.display = 'block'; } mediaParse_(url) { var result = {}; try { url.replace(/[?&]+([^=&]+)=([^&]*)/gi, function (str, key, value) { try { result[key] = decodeURIComponent(value); } catch (e) { result[key] = value; } }); result.preview_image = url.split('?')[0]; } catch (e) {}; return result; } triggerEvent_(name, data) { const event = SPZUtils.Event.create(this.win, name, data); this.action.trigger(this.element, name, event); } } SPZ.defineElement('spz-custom-file-upload', SpzCustomFileUpload);
The review would not show in product details on storefront since it does not support to.