91³Ô¹ÏÍø

Watch CBS News

U.S. consumers are "panic-buying" Korean beauty products amid Trump's tariff war, retailers say

New York City — Skincare store Senti Senti in Brooklyn sells items you won't typically find at other retailers in the U.S.

Almost all of the serums, face masks and creams sold at Senti Senti are imported from South Korea and Japan.

South Korea tops the list for cosmetics imports, but it could face a 25% tariff if President Trump's plan moves forward following a 90-day pause on most of his so-called new reciprocal tariffs. The pause was announced last week.

A Japanese delegation held a meeting at the White House Wednesday in an attempt to avoid new 24% tariffs on its own imports following the conclusion of that 90-day pause.

"They are panic-buying," said Marie Del Rosario, store manager for Senti Senti. "They know that it's coming. They know that everything is going to change. So, they buy multiples of the products that they love." 

Last year, the U.S. imported more than $7.5 billion in cosmetics, according to numbers from the U.S. International Trade Commission. Approximately $1.7 billion of those imports came from South Korea. In recent years, retailers have seen a boom in Korean skincare sales, in part thanks to social media influencers. 

"The customers that we have here, they come here with a purpose," Rosario said. "…Most of the time it's because they've seen us on social media."

Carrie Kuiken told CBS News she is shopping for herself and her sister, who lives in Seattle.

"She sends me like a whole list of things that she wants, and then I ship them out," Kuiken said.

Rosario says their most popular item is its sunscreen, which retails at $17.99. She says that tariffs would likely raise the price to over $20.

And that worries the Personal Care Products Council, a trade association that represents over 600 brands, including L'Oréal, Neutrogena, Estee Lauder and Procter & Gamble.

It said in a statement that it is specifically "concerned about trade policies that could result in higher prices for personal care products," adding that U.S. consumers use "about six to 12 products each day, including sunscreen, toothpaste, shampoo, moisturizer and fragrance."

Michelle Ranavat, CEO and founder of her own beauty line Ranavat, says the cosmetic industry relies on a "pretty complex ecosystem."

"The longer this uncertainty goes on, the more difficult it is for small businesses to plan," Ranavat told CBS News.  

Her products are packaged in the U.S., but the ingredients come from India.

"I think the impact is gonna be pretty significant," she said of the tariffs.

For now, stores like Senti Senti are preparing for the worst.

"We do anticipate the increase of the prices, either end of April or first week of May," Rosario said.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });