Skip to product information
1 of 16

Vitaminprep

ELEMIS Pro-Collagen Marine Cream SPF 30, Lightweight Anti-Wrinkle Daily Facial Moisturizer

ELEMIS Pro-Collagen Marine Cream SPF 30, Lightweight Anti-Wrinkle Daily Facial Moisturizer

Regular price $98.99 USD
Regular price $140.00 USD Sale price $98.99 USD
Sale Sold out
Size
Quantity

(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-5-comparison-table-scroller').execute(function(init){ if (init) { return; } P.register('premium-module-5-comparison-table-scroller', function(){ return function() { P.when('jQuery', 'a-popover', 'A', 'ready').execute(function($, popover, A) { function initCompTable(module) { /** * Premium comparison table: popover trigger module */ var comparisonName = $(module).data('comparison-name'); (function() { var $additionalInfo = $('.aplus-v2 .aplus-popover-trigger'); $additionalInfo.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $additionalInfo.hover( function() { $(this).focus(); } ); })(); /** * Premium comparison table: adjust column width module */ (function() { var VISIBLE_COLUMNS = 4.2; /* How many visible columns on load */ var MIN_WIDTH = 230; var getWidth = function() { return $(this).outerWidth(); } /* cache selectors */ var $container = $('.aplus-v2 .comparison-table #'+comparisonName), $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $slider = $('.aplus-v2 .comparison-table #'+comparisonName+' .table-slider'), $columns = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column'), $activeColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' .aplus-data-column.active.active-item'); /* Formula for determining desired column width */ var calculatedColumnWidth = Math.floor( ($container.innerWidth() - $header.innerWidth()) / VISIBLE_COLUMNS ); var childWidths = $activeColumn.map(getWidth).get(); var maxChildWidth = Math.max(MIN_WIDTH, Math.max.apply(Math, childWidths)); var minColumnWidth = $columns.innerWidth(); /* set the min-width of each column to the calulated width or minWidth */ $columns.css( 'min-width', Math.max(MIN_WIDTH, (calculatedColumnWidth < minColumnWidth ? calculatedColumnWidth : minColumnWidth)) ); $activeColumn.css('width', maxChildWidth); /* show the component */ $container.removeClass('loading'); })(); /** * Premium comparison table: sticky attribute & column */ (function() { /* cache selectors */ const comparisonTable = document.querySelector('.aplus-v2 .comparison-table #'+comparisonName); const header = comparisonTable.querySelector('td.attribute'); const fixedColumn = comparisonTable.querySelector('td.active'); const attributeColumnObserver = new ResizeObserver((entries) => { for (let entry of entries) { const bounds = entry.target.getBoundingClientRect().width; const activeCellWidth = window.getComputedStyle(fixedColumn).left; if (bounds + "px" !== activeCellWidth) { const activeCells = document.querySelectorAll('.aplus-data-column.active'); activeCells.forEach(cell => cell.style.left = bounds + "px"); } } }) attributeColumnObserver.observe(header) })(); /** * Premium comparison table: top scroll bar */ (function() { /* cache selectors */ var $header = $('.aplus-v2 .comparison-table #'+comparisonName+' td.attribute'), $fixedColumn = $('.aplus-v2 .comparison-table #'+comparisonName+' td.active'), $scrollWrapperTop = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-top'), $scrollWrapperBottom = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-wrapper-bottom'), $scrollWidth = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-width'), $scrollBar = $('.aplus-v2 .comparison-table #'+comparisonName+' .scroll-bar'); /* confirm fixed column exists and can add width to the total width of the scroll bar */ var fixedColumnWidth = $fixedColumn.innerWidth(); if ( fixedColumnWidth === null ) { fixedColumnWidth = 0; } /* set width of scrollBar */ $scrollBar.css('width', $scrollWidth.innerWidth() + fixedColumnWidth + $header.innerWidth()); /* connect scrolls together */ $scrollWrapperTop.scroll(function() { $scrollWrapperBottom.scrollLeft($scrollWrapperTop.scrollLeft()); }); $scrollWrapperBottom.scroll(function() { $scrollWrapperTop.scrollLeft($scrollWrapperBottom.scrollLeft()); }); })(); } $('.aplus-v2 .premium-aplus-module-5 .table-container').each(function(index, module) { initCompTable(module); }); }); } }); }); })); /** * Common event handler for click and keydown events. * @param {Event} event - The event object. * @param {Function} handleClickOrEnter - Function to handle click or Enter key events. * @param {Function} handleEsc - Function to handle Esc key events. */ // [TODO][AplusMantle-8064] Create common event handler util(key events, click events) in AplusModuleResources function handleClickAndKeyEvents(event, handleClickOrEnterOrSpace) { const ENTER_KEY_CODE = 13; const ESCAPE_KEY_CODE = 27; const SPACE_KEY_CODE = 32; const isClick = event.type === 'click'; const isKeydown = event.type === 'keydown'; const isEnter = isKeydown && event.keyCode === ENTER_KEY_CODE; const isSpace = isKeydown && event.keyCode === SPACE_KEY_CODE; const isEsc = isKeydown && event.keyCode === ESCAPE_KEY_CODE; if (isClick || isEnter || isSpace) { handleClickOrEnterOrSpace(); } else if (isEsc) { handleEsc(event); } } /** * Function to handle esc key event. * @param {Event} event - The event object. */ function handleEsc(event) { event.target.blur() // force remove focus } (function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-10-hotspot-desktop').execute(function(init) { if (init) { return; } P.register('premium-module-10-hotspot-desktop', function() { return function() { P.when('jQuery', 'a-popover', 'ready').execute(function ($, popover) { var $hoverPoints = $('.aplus-v2 .premium-aplus-module-10 .hover-point'); $hoverPoints.each(function(i, trigger) { return popover.create(trigger, $(trigger).data()); }); $hoverPoints.hover( function() { $(this).focus(); $(this).addClass('selected'); }, function() { $(this).removeClass('selected'); } ); }); }; }); }); }));(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.now('premium-module-11-faq').execute(function(init) { if (init) { return; } P.register('premium-module-11-faq', function() { return function() { P.when('A', 'jQuery', 'ready').execute(function(A, $){ function initFaq(module) { const MODULE_CLASS_NAME = 'premium-aplus-module-11'; const FAQ_CONTAINER_CLASS_NAME = 'faqs-container'; const FAQ_BLOCK_CLASS_NAME = 'faq-block'; const moduleId = $(module).data('faq-block'); const $faqBlocks = $('.aplus-v2 .' + MODULE_CLASS_NAME + ' .' + FAQ_CONTAINER_CLASS_NAME + '.' + moduleId + ' .' + FAQ_BLOCK_CLASS_NAME); /** * Function to handle click or Enter or Space key events. * @param {Element} element - The this object from which the event is dispatched * @param {faqBlocks} faqBlocks - List of all the Question and Answer blocks. */ function handleClickOrEnterOrSpace(element, faqBlocks) { const $element = $(element); const isActive = $element.hasClass('aplus-active'); faqBlocks.removeClass('aplus-active'); faqBlocks.find('[data-faq-question]').attr('aria-expanded', 'false'); if (!isActive) { $element.addClass('aplus-active'); $element.find('[data-faq-question]').attr('aria-expanded', 'true'); } } /* Using jQuery event namespace for preventing duplicate binding on twister refresh */ $faqBlocks.unbind('click keydown.premiumAplusModule11ClickHandler').bind('click keydown.premiumAplusModule11ClickHandler', function(event) { handleClickAndKeyEvents(event, () => handleClickOrEnterOrSpace(this, $faqBlocks)); }); } $(".aplus-v2 .premium-aplus-module-11 .faqs-container").each(function(index, module) { initFaq(module); }); }); }; }); }); }));<img alt="skin-smoothing day cream with spf 30" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/983aabdd-53e2-48f0-ac9e-6b318a572c32.__CR0,0,2928,1200_PT0_SX1464_V1___.jpg">

Anti-Aging Day Cream With Built-In SPF


Powered by marine actives like Padina Pavonica, this lightweight daily face cream delivers 24-hour hydration while reducing the look of fine lines and wrinkles in 2 weeks*. Broad-spectrum SPF 30 helps protect against UV exposure that can lead to sun damage and premature aging — all without the heavy, greasy feel of traditional sunscreen.

*Independent Clinical Trials results based on 38 people over 4 weeks.

{"enableFullScreenByDefault":false,"clickstreamNexusMetricsConfig":{"actionType":"DISCOVERY","producerId":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B07BMBQG73","eventOwner":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4"},"videoReferenceId":"sc|b2829681-1e8e-4d4c-853c-50a2ff4995d0|ATVPDKIKX0DER|A1XDZTNOOTC4Z8","contentId":"B07BMBQG73","ccvDisclosure":"","closedCaptionsConfig":{"captionsOnTexts":{"en":"English (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English"}},"mimeType":"application/x-mpegURL","vendorCode":"APLUSSC","videoHeight":480,"videoWidth":640,"initialClosedCaptions":"en,https://m.media-amazon.com/images/S/vse-vms-closed-captions-artifact-us-east-1-prod/closedCaptions/70c3e393-6064-4c39-bf6e-62b8a6a44763.vtt","videoUrl":"https://m.media-amazon.com/images/S/vse-vms-transcoding-artifact-us-east-1-prod/10b07ebd-1659-4dd3-af20-f8132717853e/default.jobtemplate.hls.m3u8","metricsEmissionMethod":"nexus","imageUrl":"https://m.media-amazon.com/images/I/91ZPG405q3L.jpg","needPlayerFactory":false,"isMobile":false,"showHotspots":false,"aciContentId":"amzn1.vse.video.0fe92ee5f94a47dbad0da23616629fa3","altText":"Elemis Pro-Collagen Marine Cream SPF 30","creatorType":"Seller","clientPrefix":"aplus-469945","productAsin":"B07BMBQG73","labelDetails":{"labelWeblabTreatment":"","labelWeblabName":"","labelType":"","tooltipSelector":"","labelName":"","showLabel":false},"sushiMetricsConfig":{"isRobot":false,"clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","sessionId":"136-1488122-9973130","refMarkers":"aplus-469945_ref","placementContext":"desktop_web.AplusWidget.aplusdp","marketplaceId":"ATVPDKIKX0DER","isInternal":false,"endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"N5TM1Y0DQGCCHX44S868","pageAsin":"B07BMBQG73","customerId":"0","sessionType":1},"videoTitle":"Elemis Pro-Collagen Marine Cream SPF 30","vendorName":"Merchant Video","nexusMetricsConfig":{"isInternal":false,"widgetMetricsSchemaId":"vse.VSECardsEvents.9","clientId":"VSE-US","videoAsinList":"","weblabIds":"","pageAsin":"B07BMBQG73","eventSource":"Player","videoAsin":"0fe92ee5f94a47dbad0da23616629fa3","producerId":"vsemetrics_playercards","refMarkers":"aplus-469945_ref","placementContext":"desktop_web.AplusWidget.aplusdp","playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9"},"awaConfig":{"useUpNextComponent":false,"clickstreamNexusMetricsConfig":{"actionType":"DISCOVERY","producerId":"vsemetrics_playercards","eventType":"IVEVideoView","productId":"B07BMBQG73","eventOwner":"vsemetrics_playercards","schemaId":"clickstream.CustomerEvent.4"},"initialVideo":"0fe92ee5f94a47dbad0da23616629fa3","shouldPreload":true,"enableClickBasedAttribution":false,"isChromelessPlayer":false,"closedCaptionsConfig":{"captionsOnTexts":{"en":"English (Automated)"},"captionsOffText":"Captions off","languageToLabelTexts":{"English":"English"}},"enableDynamicBlur":false,"showPlayerPlayButton":false,"isVideoImmersivePlayer":false,"metricsEmissionMethod":"nexus","skipInitialFocus":false,"playerSkin":"none","disabledViewIds":["replayHint"],"includeEarnsComissionDisclosure":false,"customerId":"0","containerId":"aplus-469945-player-0054594c-5dd1-40e1-8297-dc8c83cc90bb","allowCrossOrigin":false,"requestMetadata":{"marketplaceId":"ATVPDKIKX0DER","clientId":"VSE-US","sessionId":"136-1488122-9973130","method":"desktop_web.AplusWidget.aplusdp","requestId":"N5TM1Y0DQGCCHX44S868","pageAsin":""},"shouldLoop":false,"shouldDisableControls":false,"alwaysSetInitialVideo":true,"showPlayerCloseButton":false,"clientPrefix":"aplus-469945","useAutoplayFallback":false,"sushiMetricsConfig":{"isRobot":false,"clientId":"VSE-US","videoAsinList":"","weblabIds":"","eventSource":"Player","sessionId":"136-1488122-9973130","refMarkers":"aplus-469945_ref","placementContext":"desktop_web.AplusWidget.aplusdp","marketplaceId":"ATVPDKIKX0DER","isInternal":false,"endpoint":"https://unagi-na.amazon.com/1/events/com.amazon.eel.vse.metrics.prod.events.test","requestId":"N5TM1Y0DQGCCHX44S868","pageAsin":"B07BMBQG73","customerId":"0","sessionType":1},"ospLinkCode":"vse","showPosterImage":true,"languageCode":"en","languageLocalization":{"play":"Play","volumeLevel":"Volume Level","subtitles":"Subtitles","volumeSlider":"Volume Slider","playVideo":"Click to play video","fullscreen":"Fullscreen","scrubberBar":"Scrubber bar","mute":"Mute","unmute":"Unmute","pause":"Pause","captions":"Captions","nonfullscreen":"Non-Fullscreen"},"version":"","isMoreVideosButtonEnabled":false,"nexusMetricsConfig":{"isInternal":false,"widgetMetricsSchemaId":"vse.VSECardsEvents.9","clientId":"VSE-US","videoAsinList":"","weblabIds":"","pageAsin":"B07BMBQG73","eventSource":"Player","videoAsin":"0fe92ee5f94a47dbad0da23616629fa3","producerId":"vsemetrics_playercards","refMarkers":"aplus-469945_ref","placementContext":"desktop_web.AplusWidget.aplusdp","playerTSMMetricsSchemaId":"vse.VSECardsPlayerEvents.9"},"shouldStartMuted":false,"airyVersion":"VideoJS","languagePreferenceStrings":{},"enableInactiveFocus":true,"isReactFactory":false,"osaInstrumentationConfig":{"schemaId":"csa.VideoInteractions.2","producerId":"vsemetrics_csa_instrumentation"},"enableDelphiAttribution":true,"includeReportWidget":false,"shouldAutoplay":false}}

The video showcases the product in use.The video guides you through product setup.The video compares multiple products.The video shows the product being unpacked.

Elemis Pro-Collagen Marine Cream SPF 30 Merchant Video

(window.AmazonUIPageJS ? AmazonUIPageJS : P).when('dp-latency-marker').execute(function() { (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/51eW7fqQ5sL.js?AUIClients/VSEPlayer'); (window.AmazonUIPageJS ? AmazonUIPageJS : P).load.js('https://images-na.ssl-images-amazon.com/images/I/21fOfDNeAIL._RC|01x4giTy+uL.js,01r9LpT6pbL.js,41hfXdtHKjL.js,11QfrzttlqL.js,91qahXPBdEL.js,01ELLYeIOkL.js_.js?AUIClients/Brila'); }); (function(f) {var _np=(window.P._namespace("vse-ns-initVSEPlayerOnLoad"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('VSEPlayer').execute(function(vsePlayer){vsePlayer.initPlayer('aplus-469945-player-0054594c-5dd1-40e1-8297-dc8c83cc90bb-player-ps');}); //Please use below event to register FeedbackForm P.when('A', 'VSEComponentAssets').execute('vse-ns-player-initialization', function(A, asset) { A.trigger('vse:ns:player:aplus-469945:init', 'aplus-469945-player-0054594c-5dd1-40e1-8297-dc8c83cc90bb-player-ps'); }); }));

<img alt="reduces apperance of fine lines and wrinkles, hydrating" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/67a06420-dace-488c-90fb-a2c54ee92081.__CR0,0,2928,1200_PT0_SX1464_V1___.jpeg">

<img alt="" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/e629efdf-9efd-4eaa-8814-d65abad34e5e.__CR0,0,2928,1200_PT0_SX1464_V1___.jpg">





(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-10-hotspot-desktop').execute(function(init) { init(); }); }));

<img alt="padina pavonica, chlorella vulgaris, porphyridium cruentum" src="https://m.media-amazon.com/images/S/aplus-media-library-service-media/76695eff-3c5e-4458-9b0f-a3db070fe8ef.__CR0,0,2926,1199_PT0_SX1464_V1___.jpg">

Which Elemis Day Cream is right for you?

Marine Cream SPF 30

Add to Cart

logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Marine Cream Ultra-Rich

Add to Cart

logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Marine Cream

Add to Cart

logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Rose Marine Cream

Add to Cart

logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Morning Matrix

Add to Cart

logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Men's Marine Cream

Add to Cart

logShoppableMetrics("premium-module-5-comparison-table-scroller", true) Customer Reviews

4.6 out of 5 stars 1,401

4.5 out of 5 stars 1,137

4.5 out of 5 stars 2,890

4.5 out of 5 stars 74

4.4 out of 5 stars 55

4.5 out of 5 stars 772

Price

$140.00$140.00 $140.00$140.00 $140.00$140.00 $140.00$140.00 $199.00$199.00 $94.00$94.00 Range

Pro-Collagen Pro-Collagen Pro-Collagen Pro-Collagen Pro-Collagen Mens When to Use

Morning Morning Morning Morning Morning Morning Key Benefits

Firm, Smooth, Hydrate Firm, Smooth, Hydrate Firm, Smooth, Hydrate Firm, Smooth, Hydrate Smooth, Firm, Replenish Firm, Smooth, Hydrate Key Ingredients

Padina Pavonica, Ginkgo Biloba Padina Pavonica, Cocoa Butter Mimosa, Padina Pavonica, Rose Organic English Rose Hydrolat Acmella, Padina Pavonica Padina Pavonica, Ginkgo Biloba Suitable for All Skin Types

✔ ✔ ✔ ✔ ✔ ✔

(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-5-comparison-table-scroller', 'ready').execute(function(init){ init() }); }));

Who should use this product?

  • ELEMIS Pro-Collagen Marine Cream with SPF is an anti-aging face moisturizer with broad-spectrum UVA/AVB protection. It's suitable for all ages and skin types, particularly for those with fine lines and wrinkles.

How often should I use?

  • ELEMIS Pro-Collagen Marine Cream can be used daily as part of your morning routine before sun exposure.

What is the fragrance?

  • The Pro-Collagen franchise's signature fragrance with notes of rose and mimosa, known to have nurturing and calming properties and a delicate floral scent.

Does this formula go on differently than the non-SPF Pro-Collagen Marine Cream?

  • The textures of both products are very similar, with a gel-cream feel and quick absorption.

Do I need to put additional SPF on to get adequate protection?

  • As long as you apply a sufficient quantity of a moisturizer with SPF, it gives the same protection as a dedicated SPF. You also will need to re-apply as you would with a dedicated SPF, and adapt according to the sun exposure you're experiencing.

(function(f) {var _np=(window.P._namespace("PremiumAplusModule"));if(_np.guardFatal){_np.guardFatal(f)(_np);}else{f(_np);}}(function(P) { P.when('premium-module-11-faq').execute(function(init){ init(); }); }));

BrandELEMISItem Volume50 MillilitersItem dimensions L x W x H2 x 2 x 2 inchesAge Range (Description)AdultSpecial FeatureFirms, Smooths, Hydrates

View full details