Bake & Set Soft Focus Setting Powder - Translucent
Bake & Set Soft Focus Setting Powder - Translucent
Bake & Set Soft Focus Setting Powder - Translucent
Vendor by: Natural Pace

Bake & Set Soft Focus Setting Powder - Translucent

$14.00
$0.00
-$-14.00
Shade-TRANSLUCENT
Please select a shade
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
SKU: '20253
  • DESCRIPTION
  • INGREDIENTS

Bake and set your look. This loose powder sweeps over the complexion like satin, while absorbing oil, locking in makeup, and providing a perfectly matte, soft-focus finish.

 

THE SHADE GAME

  • Translucent / A sheer, soft-focus finish / Ideal for fair to tan skin tones
  • Translucent Rich / A sheer, soft-focus finish with a hint of tint / Ideal for rich to deep skin tones
  • Brightening Pink / A warm, brightening, soft-focus finish / Ideal for fair to medium skin tones
  • Banana / A color-correcting, brightening, soft-focus finish / Ideal for light to tan skin tones
  • Banana Rich/ A color-correcting, brightening, soft-focus finish with a hint of tint / Ideal for tan to deep skin tones

 

BAKED TO PERFECTION

Follow these steps to get that #flawless-looking complexion on lockdown.

  1. Blend Filter Effect Soft Radiance Concealer under your eyes using the Highlight & Contour Beauty Sponge with press-and-roll motions.
  2. Use the flat edge of the sponge to pick up a generous amount of powder (enough to cover your undereye and cheekbone area).
  3. While it sets, you do you. Wait long enough for the concealer to completely dry down.
  4. Grab the V115 Detail Setting Powder Brush and use it to gently press in the powder, then dust off any excess.
  5. Finish your look with a spritz of Continuous Setting Mist, and boom. You’re baked.

PRO TIP

Baking your complexion tends to work best when you complete your look with other powder formulas, like highlighter and bronzer.

 

Dimensions: NET WT. 9 G / 0.31 OZ.

Ingredients: Mica, Aluminum Starch Octenylsuccinate, Silica, Lauroyl Lysine, Boron Nitride, Dimethicone/Vinyl Dimethicone Crosspolymer, Tocopheryl Acetate, Isoceteth-10, Caprylyl Glycol, Ethylhexylglycerin, Phenoxyethanol. +/- May Contain/Peut Contenir: Titanium Dioxide (CI 77891), Iron Oxides (CI 77491, CI 77492, CI 77499), Red 40 Lake (CI 16035), Yellow 5 Lake (CI 19140)

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.