www.itsallfluff.com Open in urlscan Pro
2620:127:f00f:e::  Public Scan

Submitted URL: http://www.itsallfluff.com/
Effective URL: https://www.itsallfluff.com/
Submission: On September 10 via api from AU — Scanned from CA

Form analysis 8 forms found in the DOM

GET /search

<form class="my-6 section-x-padding" action="/search" method="get" role="search">
  <div class="flex w-full max-w-xs items-end">
    <label for="sections--15501663240234__sidebar-search" class="visually-hidden">Search</label>
    <input class="min-w-0 flex-auto bg-transparent border-current border-b-text placeholder-current py-1.5" id="sections--15501663240234__sidebar-search" type="text" name="q" placeholder="Search">
    <button class="px-1" type="submit">
      <span class="inline-block w-5 h-5"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-search" viewBox="0 0 24 24">
          <path fill-rule="evenodd"
            d="M10.533 17.438a6.968 6.968 0 01-6.96-6.96 6.968 6.968 0 016.96-6.96 6.968 6.968 0 016.96 6.96 6.968 6.968 0 01-6.96 6.96zm6.949-1.314a8.917 8.917 0 002.01-5.646c0-4.941-4.02-8.96-8.96-8.96-4.94 0-8.96 4.019-8.96 8.96 0 4.94 4.02 8.96 8.96 8.96 2.082 0 3.996-.72 5.52-1.916l4.962 4.96 1.415-1.413-4.947-4.945z">
          </path>
        </svg></span>
      <span class="visually-hidden">Submit</span>
    </button>
  </div>
</form>

GET /search

<form action="/search" method="get" class="input-group search" role="search">
  <input type="hidden" name="options[prefix]" value="last"><label for="search-logo_left_menu_left-desktop" class="hidden">Submit</label>
  <div class="flex items-center justify-between">
    <button class="py-2 mr-4" aria-label="Submit" type="submit">
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-search" viewBox="0 0 24 24">
          <path fill-rule="evenodd"
            d="M10.533 17.438a6.968 6.968 0 01-6.96-6.96 6.968 6.968 0 016.96-6.96 6.968 6.968 0 016.96 6.96 6.968 6.968 0 01-6.96 6.96zm6.949-1.314a8.917 8.917 0 002.01-5.646c0-4.941-4.02-8.96-8.96-8.96-4.94 0-8.96 4.019-8.96 8.96 0 4.94 4.02 8.96 8.96 8.96 2.082 0 3.996-.72 5.52-1.916l4.962 4.96 1.415-1.413-4.947-4.945z">
          </path>
        </svg></span>
      <span class="visually-hidden">Submit</span>
    </button>
    <input id="search-logo_left_menu_left-desktop" type="text" name="q" value="" placeholder="Search" class="placeholder-current font-body w-full block bg-transparent" aria-label="Search" data-search-input="" 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">
    <button class="py-2 ml-4" @click="close()" type="button">
      <span class="visually-hidden">Close</span>
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-close" viewBox="0 0 24 24">
          <path fill-rule="evenodd" d="M18.364 4.222l1.414 1.414L13.414 12l6.364 6.364-1.414 1.414L12 13.414l-6.364 6.364-1.414-1.414L10.586 12 4.222 5.636l1.414-1.414L12 10.586z"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" tabindex="-1" class="predictive-search-results text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50">
    <template x-if="loading &amp;&amp; !results">
      <div class="bg-scheme-background">
        <div class="w-6 h-6 pt-12 pb-12 mx-auto" data-predictive-loading="">
          <div class="loading"></div>
        </div>
      </div>
    </template>
    <template x-if="resultsOpen">
      <div x-show="resultsOpen" class="border-b-grid border-grid-color max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background px-section" x-ref="results" @click.away.prevent="searchOpen = false">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

GET /search

<form action="/search" method="get" class="input-group search" role="search">
  <input type="hidden" name="options[prefix]" value="last"><label for="search-logo_left_menu_left-mobile" class="hidden">Submit</label>
  <div class="flex items-center justify-between">
    <button class="py-2 mr-4" aria-label="Submit" type="submit">
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-search" viewBox="0 0 24 24">
          <path fill-rule="evenodd"
            d="M10.533 17.438a6.968 6.968 0 01-6.96-6.96 6.968 6.968 0 016.96-6.96 6.968 6.968 0 016.96 6.96 6.968 6.968 0 01-6.96 6.96zm6.949-1.314a8.917 8.917 0 002.01-5.646c0-4.941-4.02-8.96-8.96-8.96-4.94 0-8.96 4.019-8.96 8.96 0 4.94 4.02 8.96 8.96 8.96 2.082 0 3.996-.72 5.52-1.916l4.962 4.96 1.415-1.413-4.947-4.945z">
          </path>
        </svg></span>
      <span class="visually-hidden">Submit</span>
    </button>
    <input id="search-logo_left_menu_left-mobile" type="text" name="q" value="" placeholder="Search" class="placeholder-current font-body w-full block bg-transparent" aria-label="Search" data-search-input="" 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">
    <button class="py-2 ml-4" @click="close()" type="button">
      <span class="visually-hidden">Close</span>
      <span class="inline-block w-5 h-5 align-middle"><svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-close" viewBox="0 0 24 24">
          <path fill-rule="evenodd" d="M18.364 4.222l1.414 1.414L13.414 12l6.364 6.364-1.414 1.414L12 13.414l-6.364 6.364-1.414-1.414L10.586 12 4.222 5.636l1.414-1.414L12 10.586z"></path>
        </svg></span>
    </button>
  </div>
  <div id="predictiveSearchResults" tabindex="-1" class="predictive-search-results text-scheme-text absolute left-0 right-0 h-screen transition-colors ease-out duration-300 z-50">
    <template x-if="loading &amp;&amp; !results">
      <div class="bg-scheme-background">
        <div class="w-6 h-6 pt-12 pb-12 mx-auto" data-predictive-loading="">
          <div class="loading"></div>
        </div>
      </div>
    </template>
    <template x-if="resultsOpen">
      <div x-show="resultsOpen" class="border-b-grid border-grid-color max-h-three-quarters-screen-height overflow-hidden overflow-y-auto bg-scheme-background px-section" x-ref="results" @click.away.prevent="searchOpen = false">
      </div>
    </template>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

<form id="join-waitlist-form" class="modal__form waitlist">
  <div class="modal__input-group modal__input-group--flex">
    <input id="join-waitlist-fname" class="b1" type="text" placeholder="First Name*" required="">
    <input id="join-waitlist-lname" class="b1" type="text" placeholder="Last Name*" required="">
  </div>
  <div class="modal__input-group">
    <input id="join-waitlist-email" class="b1" type="email" placeholder="Email Address*" required="">
  </div>
  <div class="modal__input-group">
    <input class="caption" type="submit" value="JOIN WAITLIST">
  </div>
  <div id="join-waitlist-status" class="modal__form-status">
    <p id="join-waitlist-status-text" class="b2"></p>
  </div>
</form>

<form id="enter-password-form" class="modal__form signup">
  <div class="modal__input-group">
    <input id="enter-password-password" class="b1" type="password" placeholder="Password*" required="">
  </div>
  <div class="modal__input-group">
    <input class="caption" type="submit" value="SIGN IN">
  </div>
  <div id="enter-password-status" class="modal__form-status">
    <p id="enter-password-status-text" class="b2"></p>
  </div>
</form>

POST /contact#Contact-sections--15501663109162__footer

<form method="post" action="/contact#Contact-sections--15501663109162__footer" id="Contact-sections--15501663109162__footer" accept-charset="UTF-8" class="contact-form"><input type="hidden" name="form_type" value="customer"><input type="hidden"
    name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="newsletter">
  <div class="lg:ml-4 lg:flex items-end">
    <label class="visually-hidden" for="Email-sections--15501663109162__footer">Email address</label>
    <input type="email" class="placeholder-current font-body border-b-text border-current w-full block bg-transparent pb-1" name="contact[email]" id="Email-sections--15501663109162__footer" value="" placeholder="Email address" autocorrect="off"
      autocapitalize="off">
    <button class="mt-2 lg:mt-0 lg:ml-2 pb-1 font-body align-top inline-flex items-center justify-center hover:text-scheme-accent border-b-text border-scheme-text  hover:border-scheme-accent pb-1" type="submit" name="commit" id="Subscribe">
      <span class="uppercase whitespace-nowrap">Subscribe&nbsp;→</span>
    </button>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="localization_form" accept-charset="UTF-8" class="shopify-localization-form" enctype="multipart/form-data" data-disclosure-form=""><input type="hidden" name="form_type" value="localization"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="inline-block">
    <h2 class="visually-hidden" id="country-heading"> Country/region </h2>
    <div class="relative" data-disclosure-country="">
      <button type="button" class="text-sm border-b-text border-scheme-text py-1" aria-expanded="false" aria-controls="country-list" aria-describedby="country-heading" data-disclosure-toggle=""> Canada (CAD $) <span
          class="inline-block ml-1 w-3 fill-current">
          <svg aria-hidden="true" focusable="false" role="presentation" class="icon fill-current icon-chevron-down" viewBox="0 0 24 24">
            <path fill-rule="evenodd" d="M12 16.596L4.222 8.818l1.414-1.414L12 13.768l6.364-6.364 1.414 1.414z"></path>
          </svg>
        </span>
      </button>
      <ul id="country-list" class="disclosure-list absolute bg-scheme-background opacity-0 top-0 left-0 lg:left-auto lg:right-0 transform transition-opacity border-text border-theme-color py-1 sm:py-2" data-disclosure-list="" inert=""
        aria-hidden="true">
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="AU" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Australia (AUD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="AT" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Austria (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="BE" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Belgium (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" aria-current="true" data-value="CA" data-disclosure-option="" tabindex="-1">
                          <span class="border-scheme-text border-b-text">Canada (CAD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="CN" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">China (CNY ¥)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="CZ" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Czechia (CZK Kč)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="DK" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Denmark (DKK kr.)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="EE" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Estonia (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="FI" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Finland (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="FR" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">France (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="DE" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Germany (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="GR" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Greece (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="HU" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Hungary (HUF Ft)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="IN" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">India (INR ₹)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="ID" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Indonesia (IDR Rp)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="IE" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Ireland (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="IL" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Israel (ILS ₪)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="IT" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Italy (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="JP" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Japan (JPY ¥)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="MY" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Malaysia (MYR RM)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="NL" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Netherlands (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="NZ" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">New Zealand (NZD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="NO" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Norway (AUD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="PH" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Philippines (PHP ₱)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="PT" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Portugal (EUR €)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="RU" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Russia (AUD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="SG" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Singapore (SGD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="KR" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">South Korea (KRW ₩)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="SE" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Sweden (SEK kr)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="CH" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Switzerland (CHF CHF)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="TH" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Thailand (THB ฿)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="AE" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">United Arab Emirates (AED د.إ)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="GB" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">United Kingdom (GBP £)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="US" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">United States (USD $)</span>
                        </a>
        </li>
        <li class="text-xs sm:text-sm w-28 sm:w-40">
          <a class="block p-2" href="#" data-value="VN" data-disclosure-option="" tabindex="-1">
                          <span class="border-transparent border-b-text">Vietnam (VND ₫)</span>
                        </a>
        </li>
      </ul>
      <input type="hidden" name="country_code" id="CountrySelector" value="CA" data-disclosure-input="">
    </div>
  </div>
</form>

<form class="rebuy-cart__flyout-discount-form">
  <div class="rebuy-input-wrapper rebuy-input-wrapper--floating-label"><span class="rebuy-input-label">Discount Code</span> <input placeholder="Discount Code" id="rebuy-discount-input" aria-label="Input Discount" autocomplete="" class="rebuy-input">
  </div> <button class="rebuy-button"><span>Apply</span></button>
</form>

Text Content

Menu
Close
 * SHOP ALL
 * MAKEUP
   * Lip Oil
   * Bronzing Powder
   * SHOP ALL MAKEUP
 * REFILLS
   * Lip Oil Refill
   * Bronzing Powder Refill
   * SHOP ALL REFILLS
 * SKINCARE
   * SHOP ALL
   * Face Oil
   * Moisturising Face Mask
   * Face Oil Sample Single
 * SHADE SELECTOR
 * ABOUT US
   * ABOUT US
   * ISSUES
   * PODCAST
   * BEAUTY EDITORIAL
   * SHIPPING & RETURNS

 * ALL
 * MAKEUP
 * SKINCARE
 * REFILLS
 * About

 * Log in
 * Create account

Search Submit
 * Facebook
 * Twitter
 * Instagram
 * TikTok
 * Tumblr
 * YouTube

ALL LIP OILS RESTOCKED INCLUDING ELLYCAT BROWN. FREE SHIPPING ON ORDERS OVER $75
USD. ALL LIP OILS RESTOCKED INCLUDING ELLYCAT BROWN. FREE SHIPPING ON ORDERS
OVER $75 USD. ALL LIP OILS RESTOCKED INCLUDING ELLYCAT BROWN. FREE SHIPPING ON
ORDERS OVER $75 USD. ALL LIP OILS RESTOCKED INCLUDING ELLYCAT BROWN. FREE
SHIPPING ON ORDERS OVER $75 USD.
Skip to content

 * SHOP ALL
 * MAKEUP
    * Lip Oil
    * Bronzing Powder
    * SHOP ALL MAKEUP

 * REFILLS
    * Lip Oil Refill
    * Bronzing Powder Refill
    * SHOP ALL REFILLS

 * SKINCARE
    * SHOP ALL
    * Face Oil
    * Moisturising Face Mask
    * Face Oil Sample Single

 * SHADE SELECTOR
 * ABOUT US
    * ABOUT US
    * ISSUES
    * PODCAST
    * BEAUTY EDITORIAL
    * SHIPPING & RETURNS

Log in
Search
Submit
Submit Close

0 items

Menu
Search
Submit
Submit Close

0 items





FLUFF’S NEXT DROP IN:


00 01 : 25 : 34

Get 10% off your first order, and 24h advanced access to the next exclusive
Fluff drop.



Enter early access password. Sign In


THANKS. YOU’RE SIGNED UP FOR THE NEXT DROP. CHECK YOUR EMAIL FOR MORE INFO.



WANT TO FIND OUT MORE ABOUT FLUFF FIRST? CLICK HERE.

FLUFF’S NEXT DROP IN:


00 01 : 25 : 34

Enter early access password.



Don’t have an account? Join the Waitlist


Sorry, your browser doesn't support embedded videos.



MULTI-USE, REFILLABLE, VEGAN.

Founded in Melbourne, Australia, Fluff ships our refillable Cloud Compacts
around the world, for anyone who wants natural, vegan ingredients and
refillable, plastic-free packaging without animal testing.

We believe that it's ok to feel more with makeup, so long as you don't feel less
without it. Our products are all about keeping it simple: good for your skin,
your thoughts, and the planet.


Sorry, your browser doesn't support embedded videos.



ELLY CAT BROWN, ORIGINAL CLEAR, ORIGINAL TINT RESTOCKED. NEW SHADE: MINNIE
BLACKBERRY.

Never run out of Fluff again.

Fluff's Cloud Compacts are designed to be refillable, with any Bronzing Powder
or Lip Oil shade. The more you buy, the more you save.

Existing customers can log in at any time outside of drop periods to refill when
they need.


SHOP MAKE UP

View all →
 * Bronzing Powder
   
   Bronzing Powder
   
   $77.00 CAD
   #1 Golden #2 Warm Brown #3 Soft Orange #4 Bright Orange
 * Lip Oil
   
   Lip Oil
   
   $49.00 CAD
   #1 Original Clear #2 Original Tint #3 Poppy Red #4 Elly Cat Brown #5 Shelby
   Pink #6 Minnie Blackberry

Shop Cloud Compacts

Powered by



FAQ

How does the drop model work?

We operate on a quarterly drop model, meaning that our website is only open for
a week, four times a year. This allows us to manage supply and demand, and
ultimately, determine the pace at which we do business, and the content we
deliver to our audience. We believe it's a better outcome for our customers, our
industry, our brand and our team.

How long is the drop open for?

Each drop is open for 7 days, unless sold out prior.

Why do you sell in drops?

We shifted from an 'always on' model in May of 2022 to focus our attention on
telling meaningful stories. This means creating content without a constant push
for sales and to encourage intentional, mindful purchasing.

Where do you ship?

We ship to Australia, NZ, and the USA. All orders will ship 48 hours from
purchase. Our team will be packing each day and we appreciate your patience as
we work through your requests. We also ship to the rest of the world from these
locations if you're willing to pay for shipping, customs and tax duties (and
wait a little longer. Simply email us: bunnies@itsallfluff.com

What if I run out before the next drop?

Existing Fluff customers can log in at any time with a password to refill their
Cloud Compacts.

Is Fluff refillable?

Fluff Lip Oil and Bronzing Powder refills are contained in a stainless steel
pan. The refills are held in the Cloud Compact with a strong magnet however can
be easily removed with a pin, and easily slot back in.

How do I find my shade?

You can take our Shade Selector Quiz to help find your most suited Bronzing
Powder shade. If you’re still unsure, DM us and let one of our team members
help. We can match your shade and skin type through a few key questions and an
optional photo submission. 

What if I want to talk to someone?

We are available to help with any questions online between 9am-5pmAEST
Monday-Friday via bunnies@itsallfluff.com


REFILLS

View all →
 * Lip Oil Refill
   
   Lip Oil Refill
   
   $20.00 CAD
   #1 Original Clear #2 Original Tint #3 Poppy Red #4 Elly Cat Brown #5 Shelby
   Pink #6 Minnie Blackberry
 * Bronzing Powder Refill
   
   Bronzing Powder Refill
   
   $33.00 CAD
   #1 Golden #2 Warm Brown #3 Soft Orange #4 Bright Orange
 * Refill Tool
   
   Refill Tool
   
   $20.00 CAD
 * 


FIND YOUR SHADE.

Fluff's Refillable Bronzing Powder is available in four buildable shades,
developed with our community. Take our simple Shade Questionnaire and find out
which is best suited to your skin.

No filters. No photoshop. No foundation. Just you.

LEARN MORE →
FIND MY SHADE →
CONTENT WORTH CONSUMING CONTENT WORTH CONSUMING CONTENT WORTH CONSUMING CONTENT
WORTH CONSUMING


PRETTY HARD: SEASON #5

In Season 5 we continue to discuss our guests' relationship to beauty. How it's
been shaped over time, and what they're trying to change.

Featuring Lucinda Price, Sam Guggenheimer, Stacey Burt and Lydia O'Donnell.
Hosted by Fluff founder Erika Geraerts.

Listen Now →
READ & SUBMIT →


SIGN UP FOR THE NEXT DROP

November 2024

Email address Subscribe →

The future of beauty is more than makeup.

Fluff is an Australian Casual Cosmetics Company. Our products are all about
keeping it simple: good for your skin, your thoughts, and the planet. We believe
that it’s ok to feel more with makeup, so long as you don’t feel less without
it.

Listen to our Podcast, Pretty Hard.


Read our founder's updates.

 * Search
 * Contact
 * Shipping & Returns
 * Privacy + T&Cs
 * Terms of Service
 * Refund policy


CURIOUS?

 * Facebook
 * Twitter
 * Instagram
 * TikTok
 * Tumblr
 * YouTube

© 2024, Fluff.

Powered by Shopify

Made with Love + Money


PAYMENT METHODS

 * American Express
 * Apple Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Union Pay
 * Visa


COUNTRY/REGION

Canada (CAD $)
 * Australia (AUD $)
 * Austria (EUR €)
 * Belgium (EUR €)
 * Canada (CAD $)
 * China (CNY ¥)
 * Czechia (CZK Kč)
 * Denmark (DKK kr.)
 * Estonia (EUR €)
 * Finland (EUR €)
 * France (EUR €)
 * Germany (EUR €)
 * Greece (EUR €)
 * Hungary (HUF Ft)
 * India (INR ₹)
 * Indonesia (IDR Rp)
 * Ireland (EUR €)
 * Israel (ILS ₪)
 * Italy (EUR €)
 * Japan (JPY ¥)
 * Malaysia (MYR RM)
 * Netherlands (EUR €)
 * New Zealand (NZD $)
 * Norway (AUD $)
 * Philippines (PHP ₱)
 * Portugal (EUR €)
 * Russia (AUD $)
 * Singapore (SGD $)
 * South Korea (KRW ₩)
 * Sweden (SEK kr)
 * Switzerland (CHF CHF)
 * Thailand (THB ฿)
 * United Arab Emirates (AED د.إ)
 * United Kingdom (GBP £)
 * United States (USD $)
 * Vietnam (VND ₫)


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










YOUR CART


Free Shipping
You are $100.00 away from FREE SHIPPING!

YOUR CART IS EMPTY.

Add your Fluff. Before it sells out.

Shop Now



YOU MAY ALSO LIKE


Powered by Rebuy

Discount Code
Apply

Subtotal (0 item)
$0.00

Checkout Continue Shopping



Your cart progress is 0%% complete. You are $100.00 away from FREE SHIPPING!