evolutionofsmooth.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://evolutionofsmooth.com/pages/brand-mission
Submission: On November 02 via api from RU — Scanned from CA

Form analysis 4 forms found in the DOM

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

GET /search

<form x-ref="searchForm" action="/search" method="get" role="search" @submit="onFormSubmit" "="">
      <div class=" relative">
  <input id="header-search" type="search" name="q" value="" class="header-search-input pl-9 py-2 placeholder:text-scheme-text font-secondary w-full border-0 shadow-none bg-transparent" placeholder="Search" aria-expanded="false"
    aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false" x-ref="input" x-model="rawQuery"
    @input.debounce.300="onChange" @focus="onFocus" data-uw-rm-form="nfx">
  <label class="visually-hidden" for="header-search">Search</label>
  <input type="hidden" name="options[prefix]" value="last"><button class="absolute left-0 top-1/2 transform -translate-y-1/2 p-1" aria-label="Search">
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
  </button>
  <button @click="close(true,true)" class="block p-1 absolute right-0 top-1/2 transform -translate-y-1/2" type="button">
    <span class="visually-hidden">Close (esc)</span>
    <span class="inline-block w-6 h-6"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path d="M46 2L2 46" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L2 2" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg></span>
  </button>
  </div>
  <div id="predictiveSearchResults" :class="{'opacity-0': !isOpen }" tabindex="-1"
    class="bg-scheme-background text-scheme-text pb-5 lg:pb-10 px-section absolute left-0 right-0 z-50 max-h-three-quarters-screen-height overflow-hidden overflow-y-auto opacity-0">
    <template x-if="loading &amp;&amp; !results">
      <div class="w-6 h-6 mx-auto" data-predictive-loading="">
        <div class="loading"></div>
      </div>
    </template>
    <template x-if="isOpen">
      <div x-ref="results">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /contact#FooterNewsletter

<form method="post" action="/contact#FooterNewsletter" id="FooterNewsletter" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <div class="lg:flex items-center justify-center">
    <input type="hidden" name="contact[tags]" value="newsletter">
    <label for="NewsletterForm-footer" class="sr-only"> Email Address </label>
    <div class=" w-full lg:mr-2 flex-grow">
      <input id="NewsletterForm-footer" type="email" name="contact[email]" class="input--background input-group-field w-full placeholder:text-scheme-text text-scheme-text border-scheme-text" value="" autocorrect="off" autocapitalize="off"
        autocomplete="email" placeholder="email@example.com" required="" data-uw-rm-form="nfx">
    </div>
    <button type="submit" class="push-btn push-btn--pop w-full lg:w-auto mt-2.5 lg:mt-0" name="commit" id="Subscribe-footer">
      <span class="push-btn-surface w-full">Subscribe</span>
    </button>
  </div>
</form>

GET /search

<form class="relative mt-10 max-w-2xl mx-auto block" action="/search" method="get" role="search">
  <label for="Search" class="visually-hidden"> Search </label>
  <input type="search" name="q" id="Search" class="pr-12 placeholder-current input w-full" value="" placeholder="Search" data-uw-rm-form="nfx">
  <button class="absolute right-2 top-1/2 transform -translate-y-1/2 p-1" type="submit">
    <span class="inline-block w-5 h-5"><svg class="theme-icon" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
        <path
          d="M2 21.1304C2 26.2041 4.01552 31.07 7.60317 34.6577C11.1908 38.2453 16.0567 40.2609 21.1304 40.2609C26.2041 40.2609 31.07 38.2453 34.6577 34.6577C38.2453 31.07 40.2609 26.2041 40.2609 21.1304C40.2609 16.0567 38.2453 11.1908 34.6577 7.60317C31.07 4.01552 26.2041 2 21.1304 2C16.0567 2 11.1908 4.01552 7.60317 7.60317C4.01552 11.1908 2 16.0567 2 21.1304V21.1304Z"
          stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
        <path d="M46 46L34.6576 34.6576" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
    </span>
    <span class="visually-hidden">Search</span>
  </button>
</form>

Text Content

Skip to main contentEnable accessibility for low visionOpen the accessibility
menu
Accessibility








Join now
Earn

Already a member?
Log in
earn 10 points! sign up for eos rewards

Skip to content
free shipping on orders of $45 +
Menu
Menu


NEW MAIN MENU

 * shop
   
    * ‎ lip care
      
       * plant-based
       * lip care
       * lip balms
       * super balms
       * lip treatments & masks
       * lip balm sets & variety packs
       * limited-edition
   
    * ‎ body care
      
       * all body care
       * body lotion
       * cashmere skin collection
       * shave cream
       * hand care
   
    * all products
    * gifts & sets
    * award winners

 * gift guide
 * bestsellers
 * sale
 * about us
   
    * brand mission
    * sustainability program
    * our ingredients
    * recycle with us
    * where to buy

 * rewards
   
    * join rewards
    * refer a friend

 * Log in
 * Create account


NEW MAIN MENU

Close (esc)
 * shop
   
    * all products
    * ‎ lip care
      
       * plant-based
       * lip care
       * lip balms
       * super balms
       * lip treatments & masks
       * lip balm sets & variety packs
       * limited-edition
   
    * ‎ body care
      
       * all body care
       * body lotion
       * cashmere skin collection
       * shave cream
       * hand care
   
    * gifts & sets
    * award winners

 * gift guide
 * bestsellers
 * sale
 * about us
   
    * brand mission
    * sustainability program
    * our ingredients
    * recycle with us
    * where to buy

 * rewards
   
    * join rewards
    * refer a friend

 * Log in
 * Create account

Search Search
 * shop
    * all products
   
    * ‎ LIP CARE
      
      * plant-based
      * lip care
      * lip balms
      * super balms
      * lip treatments & masks
      * lip balm sets & variety packs
      * limited-edition
   
    * ‎ BODY CARE
      
      * all body care
      * body lotion
      * cashmere skin collection
      * shave cream
      * hand care
    * gifts & sets
    * award winners

 * gift guide
 * bestsellers
 * sale
 * about us
    * brand mission
    * sustainability program
    * our ingredients
    * recycle with us
    * where to buy

 * rewards
    * join rewards
    * refer a friend


Search our site
Search Close (esc)

Log in
Cart items
Cart items


BRAND MISSION – EOS





LIP AND SKINCARE MADE FOR

every single body


WE CREATE NOURISHING SKINCARE FOR EVERYWHERE

Self-care should be an every day thing that feels like a spa day.


WE'RE FLAVOR & FRAGRANCE OBSESSED

We believe lip and body care should taste and smell as good as they feel.


 * SUSTAINABLE SHEA


 * LEAPING BUNNY CERTIFIED


 * PARABEN- & PHTHALATE FREE


 * DERMA-RECOMMENDED


 * GLUTEN-FREE


DERMS ❤️ OUR FORMULAS!

Our formulas are dermatologist-recommended and made for sensitive skin.


 * OUR INGREDIENTS
   
   All goodness, no grossness here, we promise you that!
   
   learn more


 * SHEA BETTER™ SUSTAINABILITY PROGRAM
   
   Our sustainable, renewable resource
   that employs hundreds of skilled harvesters.
   
   learn more


 * TERRACYCLE PROGRAM
   
   Have any eos empties laying around?!
   We know something you can do with them!
   
   learn more

Previous slide Next slide
every swipe, slather, and squeeze, of our products is the best part of your day
!

THAT’S THE EOS PROMISE

Please ensure Javascript is enabled for purposes of website accessibility


JOIN OUR CIRCLE

Email Address

Subscribe
 * Facebook
 * Twitter
 * Pinterest
 * Instagram
 * TikTok
 * YouTube

 * help & faq
 * contact us
 * shipping & returns
 * privacy policy
 * accessibility
 * 

 * brand mission
 * ingredient glossary
 * sustainability
 * recycle with us
 * refer a friend
 * rewards program
 * where to buy

© 2024, eos. Powered by Shopify




 * Choosing a selection results in a full page refresh.
 * Press the space key then arrow keys to make a selection.






YOUR CART -

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD





*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*

*





NEW MAIN MENU

Close (esc)
 * shop
   
    * all products
    * ‎ lip care
      
       * plant-based
       * lip care
       * lip balms
       * super balms
       * lip treatments & masks
       * lip balm sets & variety packs
       * limited-edition
   
    * ‎ body care
      
       * all body care
       * body lotion
       * cashmere skin collection
       * shave cream
       * hand care
   
    * gifts & sets
    * award winners

 * gift guide
 * bestsellers
 * sale
 * about us
   
    * brand mission
    * sustainability program
    * our ingredients
    * recycle with us
    * where to buy

 * rewards
   
    * join rewards
    * refer a friend

 * Log in
 * Create account

Search Search


YOUR CART - 0 ITEMS

Close (esc)

Your cart is currently empty.

TODO: $0.00 USD







Earn Rewards