True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
True Skin Serum Foundation
Vendor by: Natural Face

True Skin Serum Foundation

$54.00
$0.00
-$-54.00
Color-SF.25 Mindoro (extra light with neutral undertones)
Please select a color
Quantity
Free worldwide shipping
Free returns
Sustainably made
Secure payments
SKU: '210000011518

Ilia True Skin Serum Foundation 

Need help finding your shade? Chat Live with one of our clean beauty experts

This Product Is: a weightless foundation with buildable, medium-coverage and a natural, skin-like finish—now with active levels of skincare ingredients

Good For: all skin types including dry, mature, sensitive, blemish-prone, combination and normal

Why We Love It: Ilia True Skin Serum Foundation is a silky, breathable formula—now in 30 shades—melts in and moves with you, seamlessly blending and building for skin that looks like skin. Active levels of Niacinamide and Allantoin help smooth and soothe to visibly improve bare skin over time. Non-comedogenic. Safe for sensitive skin.

Key Ingredients:
- Niacinamide: Helps visibly smooth skin texture and refine uneven tone.

- Allantoin: Helps soothe and support calmer, healthier skin.

- Aloe: Helps nourish and hydrate skin with a featherweight feel.

Shop True Skin Serum Foundation is available in 30 shades: 

Mindoro  SF.25 – Extra light with neutral undertones

Sable SF.5 – Extra light with neutral warm undertones

Formentera SF1 – Very light with cool undertones

Mallorca SF1.5 – Very light with neutral undertones

Cozumel  SF1.75 – Very light with golden olive undertones

Tavarua SF2 – Light with neutral undertones

Molokai. SF2.5 – Light with warm undertones

Texel SF3 – Light with cool undertones

Corsica SF3.5 – Light with golden undertones

Bowen SF4 – Light-medium with warm peach undertones

Kunoy  SF4.5 – Light-medium with golden undertones

Salina SF5 – Light-medium with neutral undertones

Chios SF6 – Medium with neutral undertones

Aran SF.6.5 – Medium with neutral peach undertones

Catalina SF7 – Medium with warm undertones

Milos SF8 –Medium with cool undertones

Bedarra SF8.5 – Medium-deep with golden undertones

Cres SF8.75 – Medium-deep with olive undertones

Maraca SF9 – Deep with neutral warm undertones

Senja SF9.25 – Deep with golden olive undertones

Bonaire SF9.5 – Deep with warm undertones

Montserrat SF10 – Deep with red golden undertones

Iona SF10.25 – Very deep with golden olive undertones

Sardinia SF10.5 – Very deep with neutral olive undertones

Martinique SF11 – Very deep with neutral warm undertones

Kapiti SF12 – Very deep with red golden undertones

Macquarie SF13 – Extra deep with neutral undertones

Flores SF13.5 – Extra deep with golden undertones

Bimini SF14 – Extra deep with warm undertones

Grenada SF15 – Extra deep with neutral cool undertones

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.