saiehello.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: https://thesaieclimateinitiative.com/
Effective URL: https://saiehello.com/pages/the-saie-climate-initiative
Submission: On December 02 via api from US — Scanned from IT

Form analysis 7 forms found in the DOM

/search

<form class="header--search-form--inner page-width js-router-form" action="/search">
  <input type="hidden" name="type" value="product,">
  <div class="header--search-form--input-container">
    <input id="search_text_header" class="js-search-input input" placeholder="Search" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value=""
      autocomplete="off" aria-label="Search">
    <button id="search_submit_header" type="submit" class="header--search-form--submit header--icon icon--link js-search-submit" aria-label="Search Submit" tabindex="0" role="button">
      <div class="icon icon--search">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.414 20.414">
          <g id="Icon_feather-search" data-name="Icon feather-search" transform="translate(-2 -2)">
            <path class="stroke" id="Path_938" data-name="Path 938" d="M19,11a8,8,0,1,1-8-8,8,8,0,0,1,8,8Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
            <path class="stroke" id="Path_939" data-name="Path 939" d="M21,21l-4.35-4.35" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
          </g>
        </svg>
      </div>
    </button>
  </div>
</form>

/search

<form class="header--search-form--inner page-width js-router-form" action="/search">
  <input type="hidden" name="type" value="product,">
  <div class="header--search-form--input-container">
    <input id="search_text_header" class="h4 input" placeholder="Search" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="" autocomplete="off"
      aria-label="Search">
    <button id="search_submit_header" type="submit" class="header--search-form--submit header--icon icon--link js-search-submit" aria-label="Search Submit" tabindex="0" role="button">
      <div class="icon icon--search">
        <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20.414 20.414">
          <g id="Icon_feather-search" data-name="Icon feather-search" transform="translate(-2 -2)">
            <path class="stroke" id="Path_938" data-name="Path 938" d="M19,11a8,8,0,1,1-8-8,8,8,0,0,1,8,8Z" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
            <path class="stroke" id="Path_939" data-name="Path 939" d="M21,21l-4.35-4.35" fill="none" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"></path>
          </g>
        </svg>
      </div>
    </button>
  </div>
</form>

POST /cart

<form action="/cart" method="post" novalidate="">
  <div class="cart-template--checkout">
    <!-- Subtext -->
    <div class="cart-template--subtext text-small-body">
      <span>Taxes and shipping calculated at checkout.<br>*Promo codes cannot be combined with subscription discounts.</span>
    </div>
    <!-- Checkout Button -->
    <button type="submit" name="checkout" class="btn--secondary width-100 js-checkout-btn">Checkout</button>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <div class="input-group">
    <label for="CustomerEmail" class="input-label">Email</label>
    <input type="email" name="customer[email]" id="CustomerEmail" autocomplete="email" autocorrect="off" autocapitalize="off" class="input">
  </div>
  <div class="input-group">
    <label for="CustomerPassword" class="input-label">Password</label>
    <input type="password" value="" name="customer[password]" id="CustomerPassword" class="input">
  </div>
  <div class="account-forms--recover-link align--right">
    <a href="#recover" id="RecoverPassword" class="link--underline text-medium-small-body js-switch-link" data-type="password reset">Forgot your password?</a>
  </div>
  <div class="input-group btn-wrapper">
    <input type="submit" class="btn full-width" value="Sign In" aria-label="Sign In">
  </div>
</form>

POST /account

<form method="post" action="/account" id="RegisterForm" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="input-group">
    <label for="RegisterForm-FirstName" class="input-label">First Name</label>
    <input type="text" name="customer[first_name]" id="RegisterForm-FirstName" class="input" autocomplete="given-name">
  </div>
  <div class="input-group">
    <label for="RegisterForm-LastName" class="input-label">Last Name</label>
    <input type="text" name="customer[last_name]" id="RegisterForm-LastName" class="input" autocomplete="family-name">
  </div>
  <div class="input-group">
    <label for="RegisterForm-email" class="input-label">Email</label>
    <input type="email" name="customer[email]" id="RegisterForm-email" class="input" autocorrect="off" autocapitalize="off" autocomplete="email" aria-required="true">
  </div>
  <div class="input-group">
    <label for="RegisterForm-password" class="input-label">Password</label>
    <input type="password" name="customer[password]" id="RegisterForm-password" class="input" aria-required="true">
  </div>
  <div class="input-group btn-wrapper">
    <input type="submit" class="btn full-width" value="Create Account" aria-label="Create Account">
  </div>
  <div class="account-forms--bottom-link text-medium-small-body align--center">
    <span>Already have an account? &nbsp;</span>
    <a href="/account" class="link--underline js-switch-link" data-type="login">Sign In</a>
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="input-group">
    <label for="RecoverEmail" class="input-label">Email</label>
    <input type="email" value="" name="email" id="RecoverEmail" class="input" autocorrect="off" autocapitalize="off">
  </div>
  <div class="input-group btn-wrapper">
    <input type="submit" class="btn full-width" value="Submit" aria-label="Submit">
  </div>
  <div class="account-forms--cancel">
    <a href="#" class="btn--secondary full-width js-switch-link" data-type="login">Cancel</a>
  </div>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go417382439 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-RuYhck" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 600px; min-width: 200px; max-width: 1000px; border-radius: 0px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(242, 242, 242); background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/Ka3QzC/images/b843fe91-c28a-46e1-9d95-0d0ccacbe6dc.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; padding: 41px 13px 4px 21px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 0px 0px 1px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-01JDJ36D2SZEHCF3XBN5P9CCJ6" style="width: 100%;">
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</p>
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</p>
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</p>
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</p>
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</p>
          <p style="font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;">&nbsp;</p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 59px 8px 53px 303px; position: relative; background-color: rgba(198, 116, 69, 0); flex: 1 0 0px;"><button class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button"
          tabindex="0"
          style="background: rgb(0, 0, 0); border-radius: 2px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: Arial, &quot;Helvetica Neue&quot;, Helvetica, sans-serif; font-size: 14px; font-weight: 700; letter-spacing: 1px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 40px; width: 100%;">SHOP
          THE SALE</button></div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

The Saie Climate Initiative
0








The Saie Climate Initiative | Beauty In (Climate) Action | Join our mission 

LAST DAY: 25% OFF + FREE BAHAY KUBO SCRUNCHIE

0 days : 4 hours : 41 minutes
SHOP THE SALE

NEW! Holiday Kits are here! | Shop Holiday

Free shipping on orders over $30+ to the contiguous US

New! Pay with Catch and earn a 10% store credit on every order!



Rewards
Log In
 * Shop
    * * New
      * Best Sellers
      * Chilly Girl Makeup
      * Travel Size
      * Holiday Gifting
      * All
    * Type
      * Face
      * Cheek
      * Lip
      * Eye
      * Tools
      * Merch
    * Collections
      * Saie Vintage
      * Subscriptions
      * Saie for All Ages
   
    * Glowy Super Gel
    * Dew Blush

 * Learn
    * About
      * Our Story
      * Saie Standards
      * Saie Recycles
    * Discover
      * Saie La Vie
      * Saie Vintage
      * Clean Beauty Crew
      * Refer a Friend
   
   Featured
    * Saie Vintage - branded merch done our way
    * Clean beauty for your body and the planet
    * Saie Dew Crew - stack points and earn rewards

 * Find Your Shade
 * Climate Initiative



   
 * Search
   
   
 * Bag 0

 * New
 * Best Sellers
 * Travel Size
 * Gifts & Sets
 * Chilly Girl Makeup
 * All
 * Type
   +
   -
    * Face
    * Cheek
    * Lip
    * Eye
    * Tools
    * Merch

 * Collection
   +
   -
    * Saie Vintage
    * Subscriptions
    * Saie for All Ages

 * Learn
   +
   -
    * Our Story
    * Saie Standards
    * Saie Recycles

 * Climate Initiative
 * Find Your Shade
 * Account


SAIE WHAT?!

Unfortunately we do not ship to your location (yet). But you can still shop your
Saie essentials at cultbeauty.com!

Visit Cult Beauty
✕

This website uses cookies to ensure you get the best experience on our website.
Learn more.

 * Required Cookies
   
 * Targeting & Advertising
   

Accept Decline
✕
   

 * Your cart is empty


Subtotal $0.00

Taxes and shipping calculated at checkout.
*Promo codes cannot be combined with subscription discounts.
Checkout

✕


SIGN IN

Please enter your email to log in.

Email
Password
Forgot your password?



DON'T HAVE AN ACCOUNT?

Didn't make an account yet to manage your subscription or check your order? Sign
up with the same email you used to place your order.

Create an account


SIGN UP

Please enter your email to sign up

First Name
Last Name
Email
Password

Already have an account?   Sign In


RESET PASSWORD

We will send you an email to reset your password.

Email

Cancel


THECLIMATE INITIATIVE

SAIE BELIEVES IN CREATING POSITIVE CHANGE FOR PEOPLE AND THE PLANET.

 * PLASTIC RECOVERY
 * NET ZERO
 * BOARD OF EXPERTS
 * Sustainability Report





The time for change is now.

The Saie Climate Initiative is our commitment to immediately take direct action
to combat climate change with care for the future of our shared planet.






OUR COMMITMENT

 * 1
   
   
   CLEAN THE PLANET
   
   5 million pounds of plastic. 3 years.

 * 2
   
   
   RAISE THE STANDARD TO ZERO
   
   Carbon net zero across all emission scopes by 2039.

 * 3
   
   
   INVEST IN WOMEN
   
   An all-women board of experts.

“As a lifelong lover of Mother Nature, I believe it is our duty to be
responsible for the impact we at Saie make on the planet. This unprecedented
commitment is our way of taking action, because action is the only way to
enact change. I know this is just the beginning, and I couldn’t be more excited
to start this journey.”

- LANEY, FOUNDER & CEO

1


CLEAN THE PLANET

5 MILLION POUNDS OF PLASTIC BY 2027

We are committed to cleaning our planet of plastic waste through a three-year
partnership with rePurpose Global. This initiative targets the impact of global
plastic waste on communities while also investing in women's development and
empowerment.






This effort will take place in

4 COUNTRIES,

ACROSS 5 COASTLINES

India, Indonesia, Cameroon, and Colombia.







Protect unique and beautiful habitats, such as an at-risk whale nursing ground
that nurtures over 100 calves annually.

Recover and process 
5 million pounds of global plastic waste before it enters
our oceans and landfills.

Empower 2,000 women with increased incomes, health insurance, and more.

IMAGE: REPURPOSE

Provide 50,000 people with the dignity of access to formalized waste management
services.

IMAGE: REPURPOSE

Convert hard-to-recycle plastics into new amenities like playgrounds, homes, and
school supplies to revitalize communities.

IMAGE: REPURPOSE

Protect unique and beautiful habitats, such as an at-risk whale nursing ground
that nurtures over 100 calves annually.

Recover and process 
5 million pounds of global plastic waste before it enters
our oceans and landfills.

Empower 2,000 women with increased incomes, health insurance, and more.

IMAGE: REPURPOSE

Provide 50,000 people with the dignity of access to formalized waste management
services.

IMAGE: REPURPOSE

Convert hard-to-recycle plastics into new amenities like playgrounds, homes, and
school supplies to revitalize communities.

IMAGE: REPURPOSE

Protect unique and beautiful habitats, such as an at-risk whale nursing ground
that nurtures over 100 calves annually.




5 MILLION POUNDS
OF PLASTIC IS LIKE...

120 million single-use water bottles





THE WHY

SOURCES:
Pact Collective
United Nations
Zero Waste Week


 * BEAUTY PACKAGING CONTRIBUTES 120 BILLION UNITS OF ANNUAL TRASH, WITH MOST 
   LANDFILLED, INCINERATED, OR LITTERED—AND EVENTUALLY POLLUTING OUR OCEANS.


 * PLASTIC TAKES ANYWHERE FROM 20 TO 500 YEARS TO BREAK DOWN, OFTEN BECOMING
   MICROPLASTICS THAT CAN PERSIST IN THE ENVIRONMENT, ENTER OUR BODIES, AND
   IMPACT LONG-TERM HEALTH.


 * 79% OF ALL PLASTIC ENDS UP IN LANDFILLS OR AS POLLUTION.

2


RAISE THE STANDARD TO ZERO

NET ZERO ACROSS ALL EMISSION SCOPES BY 2039

We’re committing to eliminating and offsetting our carbon emissions across our
supply chain to net zero by 2039. We're not asking permission to change the
industry – we're setting a new standard and inspiring others to join us.



High-emissions projections suggest 3.3°-5.7°C warming above pre-industrial
levels by 2100.

SOURCE: IPCC SIXTH ASSESSMENT REPORT, 2021

To avoid the worst impacts of climate change, U.N. states global CO2 emissions
need to be reduced by almost half by 2030 and reach net-zero by 2050.

SOURCE: UNITED NATIONS

Atmospheric CO2 has increased ~ 100x faster in the last 60 years than previous
natural increases.

SOURCE: NASA GLOBAL CLIMATE CHANGE

From 1880 to 1981, global average temperatures increased by 0.08°C per decade.
Between 1981 and now, this rate has more than doubled to 0.18°C per decade.

SOURCE: NOAA Global Monitoring Laboratory, 2023

High-emissions projections suggest 3.3°-5.7°C warming above pre-industrial
levels by 2100.

SOURCE: IPCC SIXTH ASSESSMENT REPORT, 2021

To avoid the worst impacts of climate change, U.N. states global CO2 emissions
need to be reduced by almost half by 2030 and reach net-zero by 2050.

SOURCE: UNITED NATIONS

Atmospheric CO2 has increased ~ 100x faster in the last 60 years than previous
natural increases.

SOURCE: NASA GLOBAL CLIMATE CHANGE

From 1880 to 1981, global average temperatures increased by 0.08°C per decade.
Between 1981 and now, this rate has more than doubled to 0.18°C per decade.

SOURCE: NOAA Global Monitoring Laboratory, 2023

High-emissions projections suggest 3.3°-5.7°C warming above pre-industrial
levels by 2100.

SOURCE: IPCC SIXTH ASSESSMENT REPORT, 2021



THE WHY

SOURCES:
NASA Global Climate Change
NOAA Global Monitoring Laboratory, 2023
IPCC Sixth Assessment Report, 2021


 * GLOBAL ATMOSPHERIC CARBON DIOXIDE LEVELS ARE ~ 50% HIGHER THAN PRE-INDUSTRIAL
   LEVELS. ATMOSPHERIC CO2 HAS INCREASED ~ 100X FASTER IN THE LAST 60 YEARS THAN
   PREVIOUS NATURAL INCREASES.


 * FROM 1880-1981, GLOBAL AVERAGE TEMPERATURES INCREASED 0.08°C PER DECADE.
   BETWEEN 1981-NOW, THIS RATE HAS MORE THAN DOUBLED TO 0.18°C PER DECADE.


 * HIGH-EMISSIONS PROJECTIONS SUGGEST 3.3°-5.7°C WARMING ABOVE PRE-INDUSTRIAL
   LEVELS BY 2100.

3


INVEST IN WOMEN

AN ALL-WOMEN BOARD OF EXPERTS

The UN reports that women not only bear the brunt of climate change's global
impacts but are also key drivers of sustainable purchasing and community-wide
transformation. That’s why we’ve formed an all-women board of cross-industry
experts, with diverse perspectives and proven leadership to help us meet our
goals.


 * SVANIKA BALASUBRAMANIAN
   
   Founder & CEO at repurpose GLOBAL


 * SYDNEY FEETER
   
   Director, Clean Makeup at SEPHORA


 * LANEY CROWELL
   
   Founder & CEO at Saie



The Saie Climate Initiative will empower 2,000 women with increased incomes,
social security, health insurance, and other initiatives for upward mobility.

IMAGE: REPURPOSE


THE WHY

SOURCES:
Global Alliance of Waste Pickers
United Nations  


 * AN ESTIMATED 4 OUT OF 5 INDIVIDUALS DISPLACED BY THE IMPACTS OF CLIMATE
   CHANGE ARE WOMEN AND GIRLS.


 * WITH LESS ACCESS TO INFORMATION, MOBILITY, AND RESOURCES IN EXTREME NATURAL
   DISASTERS, WOMEN AND CHILDREN’S MORTALITY RATE IS 14X HIGHER THAN THAT OF
   MEN. 


 * STATISTICALLY, WOMEN REINVEST UP TO 90% OF THEIR PERSONAL INCOME BACK INTO
   THEIR FAMILIES AND COMMUNITIES. 


 * IN WEALTHIER SOCIETIES, WOMEN DRIVE 70-80% OF ALL CONSUMER PURCHASING
   DECISIONS, LEADING THE TRANSITION TO MORE SUSTAINABLE LIFESTYLES.


THIS JUST IN

OUR FIRST SUSTAINABILITY REPORT

2023 SUSTAINABILITY REPORT

Our first of an annual commitment to track our progress and keep us accountable.

Download


GET INVOLVED

JOIN OUR MISSION. SMALL ACTIONS TOGETHER CREATE GREAT CHANGE.

Learn how rePurpose is fighting for a plastic-free future.

EXPLORE NOW

THE SAIE WAY: A CLIMATE DOCUSERIES

In this first-of-its-kind docuseries, our team tours the country to discover
what being an ‘Earth-minded’ brand really means.

WATCH NOW

Learn how to recycle your beauty empties via our Pact Collective partnership. 

Recycle with Pact


FAQ


 * WHAT DOES CLIMATE HAVE TO DO WITH BEAUTY?
   
   +
   -
   
   This industry is in the business of celebrating beauty, but its environmental
   impact tells a different story. An estimated 120 billion units of packaging
   are produced annually by the beauty sector, much of it non-recyclable. This
   plastic tidal wave is overwhelming our planet: Marine life suffers as oceans
   fill with debris; landfills overflow; and harmful microplastics seep into our
   food chain and our bloodstream. It's time for radical change. We believe that
   true beauty should make the world more beautiful, not less. A sustainable
   beauty industry is no longer optional—it's imperative.


 * WHAT IS NET ZERO? HOW IS IT DIFFERENT FROM CARBON OFFSETTING?
   
   +
   -
   
   Carbon refers to carbon dioxide or CO2, a greenhouse gas, which is emitted
   into the atmosphere via company operations, production of goods,
   transportation, and more. This gas blankets the Earth, trapping the sun’s
   heat, creating a “greenhouse” effect that causes global climate temperatures
   to increase.
   
   
   Carbon offsetting refers to the process of compensating for CO2 emissions by
   funding projects that reduce or remove carbon from the atmosphere, also known
   as “carbon sequestration projects.” Saie has offset all of its CO2 emissions
   since 2019 by funding carbon sequestration projects such as the Manantiales
   Behr Wind Farm and Agrocortex REDD+ Amazon forest conservation.
   
   
   Net Zero refers to the process of reducing and offsetting CO2 emissions to a
   net zero by both direct and indirect sources via calculating our carbon
   footprint, setting reduction targets, reducing emissions, offsetting
   remaining emissions, and continuous monitoring and reporting.


 * WHY IS IT GOING TO TAKE SO LONG?
   
   +
   -
   
   This date reflects both our ambition and commitment to lasting, truly
   sustainable change. We cannot cut corners: our 2039 target allows for a
   timeline of meeting measurable goals that allow for long-term impact. In line
   with the Paris Agreement, most organizations aim to achieve net-zero
   emissions by 2050—our 2039 target pushes us to go further, leading by example
   to show that the beauty industry can be at the forefront of environmental
   stewardship. It's an ongoing journey, and we're committed to every step.


 * WHY DID WE CHOOSE REPURPOSE AS OUR PARTNER?
   
   +
   -
   
   rePurpose Global is the world’s leading Plastic Action Platform, bringing
   together brands, consumers, innovators, and policymakers to collectively
   combat the plastic waste crisis.
   
   Since 2019, Saie has partnered with rePurpose to achieve plastic negative
   certification by collecting 2x the amount of plastic generated in our
   production process. 
   
   
   rePurpose’s mission aligns with Saie's commitment to creating positive change
   for our communities and our shared planet by combating the global plastic
   waste crisis through the recovery and repurposing of plastic in communities
   most affected by landfills. Simultaneously, rePurpose empowers women in these
   vulnerable communities by providing dignified jobs, housing, and tools for a
   better life.




SIGN UP FOR TEXT UPDATES AND GET $10 OFF YOUR NEXT ORDER OVER $50

Plus be the first to know about new product launches, giveaways, and events.
Unsubscribe anytime.


SIGN UP FOR TEXT UPDATES AND GET $10 OFF YOUR NEXT ORDER OVER $50


PLUS BE THE FIRST TO KNOW ABOUT NEW PRODUCT LAUNCHES, GIVEAWAYS, AND EVENTS.
UNSUBSCRIBE ANYTIME.

🇺🇸 United States🇨🇦 Canada🇦🇺 Australia🇬🇧 United Kingdom🇦🇫
Afghanistan🇦🇱 Albania🇩🇿 Algeria🇦🇸 American Samoa🇦🇩 Andorra🇦🇴
Angola🇦🇮 Anguilla🇦🇬 Antigua and Barbuda🇦🇷 Argentina🇦🇲 Armenia🇦🇼
Aruba🇦🇹 Austria🇦🇿 Azerbaijan🇧🇭 Bahrain🇧🇩 Bangladesh🇧🇧 Barbados🇧🇾
Belarus🇧🇪 Belgium🇧🇿 Belize🇧🇯 Benin🇧🇲 Bermuda🇧🇹 Bhutan🇧🇴 Bolivia🇧🇦
Bosnia and Herzegovina🇧🇼 Botswana🇧🇷 Brazil🇮🇴 British Indian Ocean
Territory🇻🇬 British Virgin Islands🇧🇳 Brunei🇧🇬 Bulgaria🇧🇫 Burkina
Faso🇲🇲 Burma Myanmar🇧🇮 Burundi🇰🇭 Cambodia🇨🇲 Cameroon🇨🇻 Cape Verde🇰🇾
Cayman Islands🇨🇫 Central African Republic🇹🇩 Chad🇨🇱 Chile🇨🇳 China🇨🇴
Colombia🇰🇲 Comoros🇨🇰 Cook Islands🇨🇷 Costa Rica🇭🇷 Croatia🇨🇺 Cuba🇨🇾
Cyprus🇨🇿 Czech Republic🇨🇩 Democratic Republic of Congo🇩🇰 Denmark🇩🇯
Djibouti🇩🇲 Dominica🇩🇴 Dominican Republic🇪🇨 Ecuador🇪🇬 Egypt🇸🇻 El
Salvador🇬🇶 Equatorial Guinea🇪🇷 Eritrea🇪🇪 Estonia🇪🇹 Ethiopia🇫🇰 Falkland
Islands🇫🇴 Faroe Islands🇫🇲 Federated States of Micronesia🇫🇯 Fiji🇫🇮
Finland🇫🇷 France🇬🇫 French Guiana🇵🇫 French Polynesia🇬🇦 Gabon🇬🇪
Georgia🇩🇪 Germany🇬🇭 Ghana🇬🇮 Gibraltar🇬🇷 Greece🇬🇱 Greenland🇬🇩
Grenada🇬🇵 Guadeloupe🇬🇺 Guam🇬🇹 Guatemala🇬🇳 Guinea🇬🇼 Guinea-Bissau🇬🇾
Guyana🇭🇹 Haiti🇭🇳 Honduras🇭🇰 Hong Kong🇭🇺 Hungary🇮🇸 Iceland🇮🇳
India🇮🇩 Indonesia🇮🇷 Iran🇮🇶 Iraq🇮🇪 Ireland🇮🇱 Israel🇮🇹 Italy🇨🇮 Ivory
Coast🇯🇲 Jamaica🇯🇵 Japan🇯🇴 Jordan🇰🇿 Kazakhstan🇰🇪 Kenya🇰🇮 Kiribati🇽🇰
Kosovo🇰🇼 Kuwait🇰🇬 Kyrgyzstan🇱🇦 Laos🇱🇻 Latvia🇱🇧 Lebanon🇱🇸 Lesotho🇱🇷
Liberia🇱🇾 Libya🇱🇮 Liechtenstein🇱🇹 Lithuania🇱🇺 Luxembourg🇲🇴 Macau🇲🇰
Macedonia🇲🇬 Madagascar🇲🇼 Malawi🇲🇾 Malaysia🇲🇻 Maldives🇲🇱 Mali🇲🇹
Malta🇲🇭 Marshall Islands🇲🇶 Martinique🇲🇷 Mauritania🇲🇺 Mauritius🇾🇹
Mayotte🇲🇽 Mexico🇲🇩 Moldova🇲🇨 Monaco🇲🇳 Mongolia🇲🇪 Montenegro🇲🇦
Morocco🇲🇸 Montserrat🇲🇿 Mozambique🇳🇦 Namibia🇳🇷 Nauru🇳🇵 Nepal🇳🇱
Netherlands🇦🇳 Netherlands Antilles🇳🇨 New Caledonia🇳🇿 New Zealand🇳🇮
Nicaragua🇳🇪 Niger🇳🇬 Nigeria🇳🇺 Niue🇳🇫 Norfolk Island🇰🇵 North Korea🇲🇵
Northern Mariana Islands🇳🇴 Norway🇴🇲 Oman🇵🇰 Pakistan🇵🇼 Palau🇵🇸
Palestine🇵🇦 Panama🇵🇬 Papua New Guinea🇵🇾 Paraguay🇵🇪 Peru🇵🇭
Philippines🇵🇱 Poland🇵🇹 Portugal🇵🇷 Puerto Rico🇶🇦 Qatar🇨🇬 Republic of
the Congo🇷🇪 Réunion🇷🇴 Romania🇷🇺 Russia🇷🇼 Rwanda🇸🇭 Saint Helena🇱🇨
Saint Lucia🇰🇳 Saint Kitts and Nevis🇵🇲 Saint Pierre and Miquelon🇻🇨 Saint
Vincent and the Grenadines🇼🇸 Samoa🇸🇲 San Marino🇸🇹 São Tomé and
Príncipe🇸🇦 Saudi Arabia🇸🇳 Senegal🇷🇸 Serbia🇸🇨 Seychelles🇸🇱 Sierra
Leone🇸🇬 Singapore🇸🇰 Slovakia🇸🇮 Slovenia🇸🇧 Solomon Islands🇸🇴
Somalia🇿🇦 South Africa🇰🇷 South Korea🇸🇸 South Sudan🇪🇸 Spain🇱🇰 Sri
Lanka🇸🇩 Sudan🇸🇷 Suriname🇸🇿 Swaziland🇸🇪 Sweden🇨🇭 Switzerland🇸🇾
Syria🇹🇼 Taiwan🇹🇯 Tajikistan🇹🇿 Tanzania🇹🇭 Thailand🇧🇸 The Bahamas🇬🇲
The Gambia🇹🇱 Timor-Leste🇹🇬 Togo🇹🇰 Tokelau🇹🇴 Tonga🇹🇹 Trinidad and
Tobago🇹🇳 Tunisia🇹🇷 Turkey🇹🇲 Turkmenistan🇹🇻 Tuvalu🇹🇨 Turks and Caicos
Islands🇺🇬 Uganda🇺🇦 Ukraine🇦🇪 United Arab Emirates🇺🇾 Uruguay🇺🇿
Uzbekistan🇻🇺 Vanuatu🇻🇦 Vatican City🇻🇪 Venezuela🇻🇳 Vietnam🇼🇫 Wallis and
Futuna🇾🇪 Yemen🇿🇲 Zambia🇿🇼 Zimbabwe



SUBSCRIBE



SUBSCRIBE
By signing up via text you agree to receive recurring automated marketing
messages and shopping cart reminders at the phone number provided. Consent is
not a condition of purchase. Reply STOP to unsubscribe. HELP for help. Msg
frequency varies. Msg & Data rates may apply. View Privacy Policy & ToS

By signing up via text you agree to receive recurring automated marketing
messages and shopping cart reminders at the phone number provided. Consent is
not a condition of purchase. Reply STOP to unsubscribe. HELP for help. Msg
frequency varies. Msg & Data rates may apply. View Privacy Policy, Terms of
Service, California Privacy Notice & Notice of Financial Incentive.

 * 
 * 
 * 
 * 
 * 

 * SHOP
   * Shop All
   * Saie Vintage
   * Subscriptions
   * Sets
   * Every Body
 * ABOUT
   * Founding Story
   * Saie Standards
   * Saie Recycling
   * Saie Rewards
   * Refer A Friend
 * HELP
   * FAQ
   * Contact
   * Find A Store
   * Account
   * Clean Beauty Crew
   * Dew Crew

Commitments
 * 
 * 
 * 

Saie Beauty, 127 West 30th Street, 9th Floor, New York, NY 10001
 * Terms
 * Privacy
 * California Privacy
 * © 2024 Saie





Close dialog

 

 

 

 

 

 

SHOP THE SALE



Earn Rewards