Big Spring Sale 2025 LIVE Offers's Amazon Page - 2025 Amazon Spring Sale Beauty Deals 2025 Deals & Offers (2025)

All

  • Today's Deals
  • Registry
  • Customer Service
  • Gift Cards
  • Sell
  • Disability Customer Support
"},"url":"/cart/ewc/compact?hostPageType=Influencers&hostSubPageType=SystemErrorCartService&hostPageRID=PM4QREQFWGRZAK08TGGH&prerender=0","cartCount":0,"freshCartCount":0,"almCartCount":0,"primeWardrobeCartCount":0,"isCompactViewEnabled":true,"isCompactEWCRendered":true,"isWiderCompactEWCRendered":true,"EWCBrowserCacheKey":"EWC_Cache_142-3336083-8466144__USD_en_US","isContentRepainted":false,"clearCache":false,"loadFromCacheWithDelay":0,"delayRenderingTillATF":false}; var hasAui = window.P && window.P.AUI_BUILD_DATE; var isRTLEnabled = (document.dir === 'rtl'); config.pinnable = config.pinnable && hasAui; config.isMigrationTreatment = true; config.flyout = (function() { var navbelt = document.getElementById('nav-belt'); var navCart = document.getElementById('nav-cart'); var ewcFlyout = document.getElementById('nav-flyout-ewc'); var persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-full-height-persistent-hover'; var flyout = {}; var getDocumentScrollTop = function() { return (document.documentElement && document.documentElement.scrollTop) || document.body.scrollTop; }; var isWindow = function(obj) { return obj != null && obj === obj.window; }; var getWindow = function(elem) { return isWindow(elem) ? elem : elem.nodeType === 9 && elem.defaultView; }; var getOffset = function(elem) { if (elem.getClientRects && !elem.getClientRects().length) { return {top: 0}; } var rect = elem.getBoundingClientRect ? elem.getBoundingClientRect() : {top: 0}; if (rect.width || rect.height) { var doc = elem.ownerDocument; var win = getWindow(doc); return { top: rect.top + win.pageYOffset - doc.documentElement.clientTop }; } return rect; }; flyout.align = function() { var newTop = getOffset(navbelt).top - getDocumentScrollTop(); ewcFlyout.style.top = (newTop > 0 ? newTop + 'px' : 0); }; flyout.hide = function() { isRTLEnabled ? (ewcFlyout.style.left = '') : (ewcFlyout.style.right = ''); }; if(typeof config.isCompactEWCRendered === 'undefined') { if ( (config.isSmallScreenEnabled && viewportWidth() < 1400) || (config.isCompactViewEnabled && viewportWidth() >= 1400) ) { config.isCompactEWCRendered = true; config.isEWCStateExpanded = true; config.url = config.url.replace("/gp/navcart/sidebar", "/cart/ewc/compact"); } else { config.isCompactEWCRendered = false; } } var viewportQualifyForPersistent = function () { return (config.isCompactEWCRendered) ? true : viewportWidth() >= 1400; } flyout.hasQualifiedViewportForPersistent = viewportQualifyForPersistent; var getEWCRightOffset = function() { if (!config.isCompactEWCRendered) { return 0; } var $navbelt = document.getElementById('nav-belt'); if ($navbelt === undefined || $navbelt === null) { return 0; } var EWCCompactViewWidth = (config.isWiderCompactEWCRendered && viewportWidth() >= 1280) ? 130 : 100; var scrollLeft = (window.pageXOffset !== undefined) ? window.pageXOffset : (document.documentElement || document.body.parentNode || document.body).scrollLeft; var scrollXAxis = Math.abs(scrollLeft); var windowWidth = document.documentElement.clientWidth; var navbeltWidth = $navbelt.offsetWidth; var isPartOfNavbarNotVisible = (navbeltWidth + EWCCompactViewWidth) > windowWidth; if (isPartOfNavbarNotVisible) { return 0 - (navbeltWidth - scrollXAxis - windowWidth + EWCCompactViewWidth); } else { return 0; } } flyout.getEWCRightOffsetCssProperty = function () { return getEWCRightOffset() + 'px'; } if (config.isCompactEWCRendered) { persistentClassOnBody = 'nav-ewc-persistent-hover nav-ewc-compact-view'; if (config.isWiderCompactEWCRendered) { persistentClassOnBody += ' nav-ewc-wider-compact-view'; } } flyout.show = function() { isRTLEnabled ? (ewcFlyout.style.left = flyout.getEWCRightOffsetCssProperty()) : (ewcFlyout.style.right = flyout.getEWCRightOffsetCssProperty()); }; var isIOSDevice = function() { return (/iPad|iPhone|iPod/.test(navigator.platform) || (navigator.platform === 'MacIntel' && navigator.maxTouchPoints > 1)) && !window.MSStream; } var checkForPersistent = function() { if (!hasAui) { return { result: false, reason: 'noAui' }; } if (!config.enablePersistent) { return { result: false, reason: 'config' }; } if (!viewportQualifyForPersistent()) { return { result: false, reason: 'viewport' }; } if (isIOSDevice()) { return { result: false, reason: 'iOS' }; } if (!config.cartCount > 0) { return { result: false, reason: 'emptycart' }; } return { result: true }; }; flyout.ableToPersist = function() { return checkForPersistent().result; }; var persistentClassRegExp = '(?:^|\\s)' + persistentClassOnBody + '(?!\\S)'; flyout.applyPageLayoutForPersistent = function() { if (!document.documentElement.className.match( new RegExp(persistentClassRegExp) )) { document.documentElement.className += ' ' + persistentClassOnBody; } }; flyout.unapplyPageLayoutForPersistent = function() { document.documentElement.className = document.documentElement.className.replace( new RegExp(persistentClassRegExp, 'g'), ''); }; flyout.persist = function() { flyout.applyPageLayoutForPersistent(); flyout.show(); if (config.isCompactEWCRendered) { flyout.align(); } }; flyout.unpersist = function() { flyout.unapplyPageLayoutForPersistent(); flyout.hide(); }; var persistentCheck = checkForPersistent(); var resizeCallback = function() { if (flyout.ableToPersist()) { flyout.persist(); } else { flyout.unpersist(); } }; flyout.bindEvents = function() { if (window.addEventListener) { window.addEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.addEventListener('scroll', flyout.align, false); } } }; flyout.unbindEvents = function() { if (window.removeEventListener) { window.removeEventListener('resize', resizeCallback, false); if (config.isCompactEWCRendered) { window.removeEventListener('scroll', flyout.align, false); } } }; var ewcDefaultPersistence = function() { if (persistentCheck.result) { flyout.persist(); if (window.ue && ue.tag) { ue.tag('ewc:persist'); } } else { if (window.ue && ue.tag) { ue.tag('ewc:unpersist'); if (persistentCheck.reason === 'noAui') { ue.tag('ewc:unpersist:noAui'); } if (persistentCheck.reason === 'viewport') { ue.tag('ewc:unpersist:viewport'); } if (persistentCheck.reason === 'emptycart') { ue.tag('ewc:unpersist:emptycart'); } if (persistentCheck.reason === 'iOS') { ue.tag('ewc:unpersist:iOS'); } } } }; ewcDefaultPersistence(); if (window.ue && ue.tag) { if (flyout.hasQualifiedViewportForPersistent()) { ue.tag('ewc:bview'); } else { ue.tag('ewc:sview'); } } flyout.bindEvents(); flyout.cache = function () { const cache = window.sessionStorage; const CACHE_KEY = "EWCBrowserCacheKey"; const CACHE_EXPIRY = "EWCBrowserCacheExpiry"; const CACHE_VALUE = "EWCBrowserCacheValue"; const isSessionStorageValid = function () { return window && cache && cache instanceof Storage; }; const isCachePresent = function (key) { return cache.length > 0 && cache.getItem(key); } const isValidType = function (value) { // Prevents accessing empty key-value and internal methods(prototypes) of storage // TODO: Log metrics for invalid access; return value && value.constructor == String; } return { getCache: function (key) { const value = isCachePresent(key); return (isValidType(value)) ? value : null; }, setCache: function (key, value) { const oldValue = isCachePresent(key); const cacheExpiryTime = isCachePresent(CACHE_EXPIRY); // Set the expiry when there's no existing cache - to prevent resetting expiry on page navigation if (!cacheExpiryTime) { var currentTime = new Date(); cache.setItem(CACHE_EXPIRY, new Date(currentTime.getTime() + 5 * 60000)) } // TODO: Log length of old and new cache values when logMetrics is true cache.setItem(key, value); }, updateCacheAndEwcContainer: function (cacheKey, newEwcContent) { const $ = $Nav.getNow("$"); const $currentEwc = $("#ewc-content"); if (!$currentEwc.length) { var $content = $('#nav-flyout-ewc .nav-ewc-content'); $content.html(newEwcContent); this.setCache(CACHE_KEY, cacheKey); if (window.ue && window.ue.count) { var current = window.ue.count("ewc-init-cache") || 0; window.ue.count("ewc-init-cache", current + 1); } } else { var $newEwcContent = $(''); var EWC_CONTENT_BODY_SCROLL_SELECTOR = ".ewc-scroller--selected"; if (newEwcContent) { // 1. Updates EWC container with new HTML var domParser = new DOMParser(); var sandboxedEwcContent = domParser.parseFromString(newEwcContent, 'text/html'); var newEwcHtmlNoScript = sandboxedEwcContent.getElementById('ewc-content'); const $newEwcHtml = $newEwcContent.html(newEwcHtmlNoScript); const offSet = $currentEwc.find(EWC_CONTENT_BODY_SCROLL_SELECTOR).position().top - $currentEwc.find(".ewc-active-cart--selected").position().top; $currentEwc.html($newEwcHtml.html()); $currentEwc.find(EWC_CONTENT_BODY_SCROLL_SELECTOR).scrollTop(offSet); if (typeof window.uex === 'function') { window.uex('ld', 'ewc-reflect-new-state', {wb: 1}); } } else { // 2. Fetches cached response and updates it's html with new state on EWC Update const cachedEwc = this.getCache(CACHE_VALUE); $newEwcContent = $newEwcContent[0]; $(cachedEwc).map(function (elementIndex, element) { $newEwcContent.appendChild((element.id === "ewc-content") ? $currentEwc.clone()[0] : element); }); newEwcContent = $newEwcContent.innerHTML; if (window.ue && window.ue.count) { var current = window.ue.count("ewc-update-cache") || 0; window.ue.count("ewc-update-cache", current + 1); } } $newEwcContent.remove(); } this.setCache(CACHE_VALUE, newEwcContent); }, removeCache: function (key) { return cache.removeItem(key); } }}; return flyout; }()); const CACHE_KEY = "EWCBrowserCacheKey";const CACHE_VALUE = "EWCBrowserCacheValue"; const CACHE_EXPIRY = "EWCBrowserCacheExpiry"; var cache = config.flyout.cache();const isCacheValid = function () { // Check for page types and tenure of the cache const clearCache = config.clearCache; const cacheExpiryTime = cache.getCache(CACHE_EXPIRY); const isCacheExpired = new Date() > new Date(cacheExpiryTime); const cacheKey = config.EWCBrowserCacheKey; const oldCacheKey = cache.getCache(CACHE_KEY); const isCacheValid = !clearCache && !isCacheExpired && cacheKey == oldCacheKey; if (!isCacheValid && window.ue && window.ue.count) { var current = window.ue.count("ewc-cache-invalidated") || 0; window.ue.count("ewc-cache-invalidated", current + 1); } return isCacheValid;}function loadFromCache() { if (window.uet && typeof window.uet === 'function') { window.uet('bb', 'ewc-loaded-from-cache', {wb: 1}); } if (cache) { if (isCacheValid()) { var content = cache.getCache(CACHE_VALUE); if (content) { var $ewcContainer = document.getElementById("nav-flyout-ewc").getElementsByClassName("nav-ewc-content")[0]; var $ewcContent = document.getElementById("ewc-content"); if ($ewcContainer && !$ewcContent) { $ewcContainer.innerHTML = content; // Execute scripts from cache const ewcJavascript = document.getElementById("ewc-content").parentNode.querySelectorAll(':scope > script'); ewcJavascript.forEach(function (script) { var scriptTag = document.createElement("script"); scriptTag.innerHTML = script.innerHTML; document.body.appendChild(scriptTag); }); if (typeof window.uex === 'function') { window.uex('ld', 'ewc-loaded-from-cache', {wb: 1}); } } else if (window.ue && window.ue.count && typeof window.ue.count === 'function') { var currentFailure = window.ue.count("ewc-slow-cache") || 0; window.ue.count("ewc-slow-cache", currentFailure + 1); } } } else { cache.removeCache(CACHE_VALUE); cache.removeCache(CACHE_KEY); cache.removeCache(CACHE_EXPIRY); } }}function delayBy(delayTime) { if (delayTime) { window.setTimeout(function() { loadFromCache(); }, delayTime) } else { loadFromCache(); }}if(config.delayRenderingTillATF) { (window.AmazonUIPageJS ? AmazonUIPageJS : P).when('atf').execute("EverywhereCartLoadFromCacheOnAtf", function () { delayBy(config.loadFromCacheWithDelay); });} else { delayBy(config.loadFromCacheWithDelay);} return config; }())); if (typeof uet === 'function') { uet('x2', 'ewc', {wb: 1}); } if (window.ue && ue.tag) { ue.tag('ewc'); ue.tag('ewc:unrec'); ue.tag('ewc:cartsize:0'); if ( window.P && window.P.AUI_BUILD_DATE ) { ue.tag('ewc:aui'); } else { ue.tag('ewc:noAui'); } }}());

Are you sure you would like to delete this post? This action cannot be undone.

Cancel

Confirm

Are you sure you would like to delete this post? This action cannot be undone.

CancelConfirm

CancelConfirm

Big Spring Sale 2025 LIVE Offers's Amazon Page - 2025 Amazon Spring Sale Beauty Deals 2025 Deals & Offers (1) Edit

What's wrong?

  • Inappropriate

  • Harassment

  • Violence

  • Self-harm

  • Hate speech

  • Spam or scam

  • Copyright infringement

  • Other

Your post is deleted.

There was an error. Try again.

Thank you, we'll review this shortly.

There was an error in processing your request. Please try again.

Big Spring Sale 2025 LIVE OffersEarns Commissions

Contributors independently recommend products and may earn commissions on purchases. Learn more

Big Spring Sale 2025 LIVE Offers's Amazon Page - 2025 Amazon Spring Sale Beauty Deals 2025 Deals & Offers (4)

60 ITEMSUpdated today

2025 Amazon Spring Sale Beauty Deals 2025 Deals & OffersShop the best 2025 Amazon Spring Sale Beauty Deals & Offers. Discover top beauty products like skincare, makeup, haircare, and more at unbeatable prices. Don’t miss exclusive 2025 discounts on your favorite beauty essentials, available only on Amazon this spring!

BEAKEYBEAKEY Makeup Brushes Set, Professional Foundation Eyeshadow Concealer Blush Powder Bronzer Applicator, 2 Blender Sponge with Beauty Paper Case$9.49$9.49List Price: $12.99 Delivery Thursday, April 3
BEAKEYBEAKEY Makeup Sponge 5 Pcs Set, Latex-Free Boun Boun Beauty Sponge for Blending, Makeup Sponges for Foundation Liquid Cream and Powder. Blender for Enhanced Make Up Application$6.99$6.99List Price: $12.99 Delivery Thursday, April 3
FLOWER BEAUTYFLOWER BEAUTY By Drew Barrymore Seal The Deal Setting Spray - Hydrating and Flawless Finish for All Day Face Makeup - Sweat-Proof + Rub-Resistant - Matte + All Day Face Makeup - Cruelty-Free + Vegan$15.00$15.00 Delivery Thursday, April 3
ElizaveccaElizavecca CER-100 Hair Essence Oil - Leave-In Treatment for Dry Hair Growth - 100ml K-Beauty$8.10$8.10List Price: $9.10 Delivery Thursday, April 3
L'Oreal ParisL'Oreal Paris Paradise Big Deal Mascara, Volumizing and Lengthening Formula, Buildable, Clump Resistant, Washable Blackest Black, 0.33 Fl Oz$12.97$12.97List Price: $15.99 Delivery Thursday, April 3
DoveDove Beauty Bar Gentle Skin Cleanser Moisturizing for Gentle Soft Skin Care Original Made With 1/4 Moisturizing Cream 3.75 oz, 14 Bars$16.17$16.17List Price: $21.47 Delivery Thursday, April 3
GLAM UPGLAM UP Premium Facial Sheet Mask 12 Combo (Pack of 12) | Clean Face Masks Skincare, Hydrating Face Masks, Moisturizing, Soothing, Beauty Mask For All Skin Type Variety Beauty Mask Set$12.99$12.99List Price: $15.00 Delivery Thursday, April 3
Velour LashesVelour Lashes Pretty Big Deal Lash Boosting Mascara with Peptides, Effective 3 in 1 Tubing Mascara, Lash Protector, and Enhancement Serum to Nourish Eyelashes, Premium Luxury Beauty ProductsThis item may be unavailable in this color, size, or style.
BeautyBeauty Deals Mineral Sheer Tint SPF 20 Tinted Moisturizer (Light)$20.99$20.99 Delivery Thursday, April 3
NIVEANivea Pearl Beauty Roll On For Women, 50Ml (Pack Of 2)$7.39$7.39 Delivery Thursday, April 3
BestLandBestLand 2 Pack 12 Colors Makeup Nude Colors Eyeshadow Palette Natural Nude Matte Shimmer Glitter Pigment Eye Shadow Pallete Set Waterproof Smokey Professional Beauty Makeup Kit (2 PCS)$12.99$12.99List Price: $13.99 Delivery Thursday, April 3
KINGMASKINGMAS Foundation Makeup Brush, Double-ended Angled/Round Top Contour Brush for Beauty Blending Liquid Powder, Concealer Cream Cosmetics Blush Makeup Brush (Brown)$5.99$5.99 Delivery Thursday, April 3
Gabrielle LandreauOrganic Body Care: 101 Homemade Beauty Products Recipes-Make Your Own Body Butters, Body Scrubs, Lotions, Shampoos, Masks And Bath Recipes$10.87$10.87 Delivery Thursday, April 3
Beauty DealsBeauty Deals Mineral Sheer Tint SPF 20 Tinted Moisturizer (Natural Glow)$25.99$25.99 Delivery Thursday, April 3

More from Big Spring Sale 2025 LIVE Offers

See all 37 items2025 Best gaming laptop under $3000 - Amazon Spring Sale 2025 Offers

Back to top

Amazon Payment Products

  • Amazon Business Card
  • Shop with Points
  • Reload Your Balance
  • Amazon Currency Converter

Let Us Help You

English

$USD - U.S. Dollar

United States

  • Conditions of Use
  • Privacy Notice
  • Consumer Health Data Privacy Disclosure
  • Your Ads Privacy Choices

© 1996-2025, Amazon.com, Inc. or its affiliates

Big Spring Sale 2025 LIVE Offers's Amazon Page - 2025 Amazon Spring Sale Beauty Deals 2025 Deals & Offers (2025)

References

Top Articles
Latest Posts
Recommended Articles
Article information

Author: Jerrold Considine

Last Updated:

Views: 5686

Rating: 4.8 / 5 (78 voted)

Reviews: 93% of readers found this page helpful

Author information

Name: Jerrold Considine

Birthday: 1993-11-03

Address: Suite 447 3463 Marybelle Circles, New Marlin, AL 20765

Phone: +5816749283868

Job: Sales Executive

Hobby: Air sports, Sand art, Electronics, LARPing, Baseball, Book restoration, Puzzles

Introduction: My name is Jerrold Considine, I am a combative, cheerful, encouraging, happy, enthusiastic, funny, kind person who loves writing and wants to share my knowledge and understanding with you.