www.perfectlytea.com Open in urlscan Pro
172.67.209.113  Public Scan

Submitted URL: https://perfectlytea.com/
Effective URL: https://www.perfectlytea.com/
Submission Tags: krdprod
Submission: On September 09 via api from JP — Scanned from DE

Form analysis 9 forms found in the DOM

GET /search

<form action="/search" id="headerSearch" method="GET" class="form form--search-primary" role="search">
  <input type="text" name="q" class="form__field" placeholder="Type your search request" autocomplete="off">
  <div class="icon icon--search js-icon--search">
    <svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="18" height="18" viewBox="0 0 18 18">
      <path
        d="M17.950,16.536 L16.536,17.950 L12.900,14.314 C11.546,15.367 9.848,16.000 8.000,16.000 C3.582,16.000 0.000,12.418 0.000,8.000 C0.000,3.582 3.582,-0.000 8.000,-0.000 C12.418,-0.000 16.000,3.582 16.000,8.000 C16.000,9.848 15.367,11.546 14.314,12.900 L17.950,16.536 ZM8.000,2.000 C4.686,2.000 2.000,4.686 2.000,8.000 C2.000,11.314 4.686,14.000 8.000,14.000 C11.314,14.000 14.000,11.314 14.000,8.000 C14.000,4.686 11.314,2.000 8.000,2.000 ZM8.000,6.000 L8.000,4.000 C10.209,4.000 12.000,5.791 12.000,8.000 L10.000,8.000 C10.000,6.895 9.105,6.000 8.000,6.000 Z">
      </path>
    </svg>
  </div>
  <button type="submit" class="btn btn--submit" value=""></button>
  <div class="search-popup">
    <div class="search-popup__scroll-container scrollable">
      <div class="scrollbar-track display-none">
        <div class="thumb" style="transform: translateY(0px) translateZ(0px);"></div>
      </div>
      <div class="viewport">
        <div class="overview" style="transform: translateY(0px) translateZ(0px);">
          <ul class="search-popup__container"></ul>
        </div>
      </div>
    </div>
  </div>
</form>

javascript:void(0);

<form action="javascript:void(0);">
  <label class="currency-picker">
    <div class="dropdown"><button class="dropdown__button">MYR</button><span class="icon"></span>
      <ul class="dropdown-list">
        <li class="dropdown-list__item" data-value="MYR">MYR</li>
      </ul>
    </div><select class="js-dropdown-currency" name="currencies" style="display: none; width: auto; vertical-align: inherit;">
      <option value="MYR" selected="selected">MYR</option>
    </select>
  </label>
</form>

GET /search

<form action="/search" method="GET" class="form form--inverse" role="search">
  <div class="form__row">
    <input type="text" name="q" class="form__field" placeholder="Looking for..." autocomplete="off">
  </div>
  <div class="form__row form__row--submit">
    <input type="submit" class="btn btn--submit" value="Search Store">
  </div>
</form>

javascript:void(0);

<form action="javascript:void(0);">
  <label class="currency-picker">
    <div class="dropdown"><button class="dropdown__button">MYR</button><span class="icon"></span>
      <ul class="dropdown-list">
        <li class="dropdown-list__item" data-value="MYR">MYR</li>
      </ul>
    </div><select class="js-dropdown-currency" name="currencies" style="display: none; width: auto; vertical-align: inherit;">
      <option value="MYR" selected="selected">MYR</option>
    </select>
  </label>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" class="form form--inverse form-validation"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="form__row">
    <label class="label-hide" for="first_name">First Name</label>
    <input class="form__field" id="first_name" type="text" value="" name="customer[first_name]" size="30" placeholder="First Name">
  </div>
  <div class="form__row">
    <label class="label-hide" for="last_name">Last Name</label>
    <input class="form__field" id="last_name" type="text" value="" name="customer[last_name]" size="30" placeholder="Last Name">
  </div>
  <div class="form__row">
    <label class="label-hide" for="email">Email Address</label>
    <input class="form__field" id="email" type="email" value="" name="customer[email]" size="30" placeholder="Email Address">
  </div>
  <div class="form__row">
    <label class="label-hide" for="password">Password</label>
    <input class="form__field" id="password" type="password" value="" name="customer[password]" size="30" placeholder="Password">
  </div>
  <div class="form__row form__row--submit">
    <button class="btn btn--submit" type="submit">Create account</button>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" class="form form--inverse form-validation"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <div class="form__row">
    <label class="label-hide" for="login_email">Email Address</label>
    <input class="form__field" id="login_email" type="email" value="" name="customer[email]" size="30" placeholder="Email Address">
  </div>
  <div class="form__row">
    <label class="label-hide" for="login_password">Password</label>
    <input class="form__field" id="login_password" type="password" value="" name="customer[password]" size="16" placeholder="Password">
  </div>
  <div class="form__row text-center">
    <a class="text-link text-link--form js-forget-password" href="#" alt="Forgot password">Forgot password</a>
  </div>
  <div class="form__row form__row--submit">
    <input type="submit" class="btn btn--submit" value="Login">
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" class="form form--inverse"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <p class="form__info">We’re going to send you a link to recovery page to this email</p>
  <div class="form__row">
    <label class="label-hide" for="email">Email</label>
    <input class="form__field" id="recover-email" type="email" value="" size="30" name="email" placeholder="Email">
  </div>
  <div class="form__row form__row--submit">
    <input type="submit" class="btn btn--submit" value="Recover my password">
  </div>
  <div class="form__row form__row--text text-center">
    <button class="text-link text-link--form js-forget-password-cancel" type="button" id="HideRecoverPasswordLink">Cancel</button>
  </div>
</form>

POST /cart

<form action="/cart" method="POST" id="cart-form" class="display-none">
  <div class="cart-header">
    <div class="cart-header__item"> Price </div>
    <div class="cart-header__item"> QTY </div>
  </div>
  <ul class="cart-list"></ul>
  <div class="cart__block cart__package">
    <!-- DO NOT REMOVE THE FOLLOWING COMMENT -->
    <!-- (c) Copyright 2014 Caroline Hill. All Rights Reserved. Contact Mlle Caroline Schnapp at mllegeorgesand@gmail.com -->
    <!-- DO NOT REMOVE THE ABOVE COMMENT -->
  </div>
  <div class="cart__block cart__total clearfix">
    <h3 class="heading--add-small">TOTAL</h3>
    <span class="cart-total">
      <span class="money" data-currency-myr="RM0.00">RM0.00</span>
    </span>
    <a id="update-cart" class="update-cart" href="javascript:void(0);">
                <span>Update cart</span>
                <span class="icon icon--refresh">
                  <svg class="svg-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="xMidYMid" width="21" height="19" viewBox="0 0 21 19">
                    <path d="M21.008,13.709 C21.076,14.311 20.717,14.884 20.205,14.988 C19.694,15.091 19.223,14.687 19.155,14.084 L19.000,13.670 C17.453,16.818 14.244,19.000 10.500,19.000 C6.491,19.000 3.069,16.513 1.674,13.000 L3.869,13.000 C5.127,15.378 7.623,17.000 10.500,17.000 C13.275,17.000 15.685,15.483 16.981,13.242 L16.340,13.524 C15.877,13.808 15.314,13.611 15.083,13.085 C14.852,12.559 15.041,11.903 15.504,11.619 L18.423,10.334 C18.559,10.181 18.721,10.058 18.918,10.018 C19.223,9.956 19.501,10.089 19.701,10.322 C19.722,10.342 19.737,10.372 19.757,10.395 C19.790,10.442 19.829,10.482 19.855,10.536 C19.882,10.579 19.918,10.610 19.940,10.659 C20.001,10.799 20.029,10.948 20.034,11.097 L21.008,13.709 ZM18.750,13.000 L18.579,12.539 L17.531,13.000 L18.750,13.000 ZM10.500,2.000 C8.067,2.000 5.911,3.162 4.543,4.959 C5.011,4.791 5.528,4.967 5.754,5.419 C6.003,5.918 5.800,6.540 5.301,6.809 L3.260,7.924 C3.103,8.127 2.882,8.280 2.620,8.327 C2.291,8.385 1.991,8.259 1.776,8.038 C1.752,8.019 1.737,7.991 1.715,7.969 C1.679,7.925 1.638,7.887 1.610,7.835 C1.581,7.795 1.541,7.765 1.518,7.719 C1.452,7.587 1.422,7.447 1.416,7.307 L0.367,4.880 C0.293,4.309 0.680,3.766 1.232,3.668 C1.784,3.570 2.291,3.953 2.364,4.524 L2.399,4.603 C4.061,1.854 7.052,-0.000 10.500,-0.000 C14.880,-0.000 18.558,2.968 19.656,7.000 L17.564,7.000 C16.533,4.089 13.764,2.000 10.500,2.000 Z"></path>
                  </svg>
                </span>
              </a>
    <p class="cart-total__info clearfix">Price excludes delivery, which is applied at checkout. Orders will be processed in MYR</p>
  </div>
  <div class="cart__block cart__note form form--default">
    <div class="form__row">
      <!-- <label class="heading--add-small" for="translation-missing-en-cart-general-note">NOTE TO FOODLY STORE</label>  -->
      <label class="heading--add-small" for="translation-missing-en-cart-general-note">NOTE TO PERFECTLY TEA</label>
    </div>
    <div class="form__row">
      <textarea class="form__field form__field--textarea" id="note-to-foodly-store" name="attributes[Note to Foodly store]" rows="10" placeholder="Leave your special requirements here"></textarea>
      <label class="form__field--placeholder" for="note-to-foodly-store">Leave your special requirements here</label>
    </div>
    <p style="margin-bottom:24px;">
      <input style="-webkit-appearance: checkbox; display: inline-block;" id="accept_terms_and_conditions" class="terms_and_conditions_checkbox js-product-checkbox" type="checkbox" name="attributes[terms_and_conditions]" checked="">
      <label for="accept_terms_and_conditions" style="display:inline-block; padding-left: 8px;">I accept <a class="text-link--default" href="" target="_blank">Terms &amp; Conditions</a></label>
      <br>
      <span class="terms_and_conditions_text">To proceed to checkout read and accept out terms &amp; conditions </span>
    </p>
    <div class="text-center cart__checkout-btn">
      <button class="btn btn--default btn--full" type="submit" name="checkout">PROCEED TO CHECKOUT</button>
    </div>
  </div>
  <hr class="hr--clear">
  <div class="cart__block cart__shipping-calculator">
    <div class="shipping-calculator" id="shipping-calculator">
      <div class="form form--default">
        <h3 class="heading--add-small">GET SHIPPING ESTIMATES</h3>
        <div id="wrapper-response"></div>
      </div>
      <div class="shipping-calculator__container form form--default">
        <div class="field">
          <label class="label-hide" for="address_country">Country</label>
          <div class="dropdown dropdown--scroll"><button class="dropdown__button">Malaysia</button><span class="icon"></span>
            <div class="dropdown-list-container">
              <div class="dropdown-list-wrapper scrollable">
                <div class="scrollbar-track display-none">
                  <div class="thumb" style="height: 30px; transform: translateY(0px) translateZ(0px);"></div>
                </div>
                <div class="viewport">
                  <div class="overview" style="transform: translateY(0px) translateZ(0px);">
                    <ul class="dropdown-list">
                      <li class="dropdown-list__item" data-value="Malaysia">Malaysia</li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
          </div><select class="js-dropdown-scroll" id="address_country" name="address[country]" data-default="Malaysia" value="" style="display: none;">
            <option value="Malaysia"
              data-provinces="[[&quot;Johor&quot;,&quot;Johor&quot;],[&quot;Kedah&quot;,&quot;Kedah&quot;],[&quot;Kelantan&quot;,&quot;Kelantan&quot;],[&quot;Kuala Lumpur&quot;,&quot;Kuala Lumpur&quot;],[&quot;Labuan&quot;,&quot;Labuan&quot;],[&quot;Melaka&quot;,&quot;Malacca&quot;],[&quot;Negeri Sembilan&quot;,&quot;Negeri Sembilan&quot;],[&quot;Pahang&quot;,&quot;Pahang&quot;],[&quot;Penang&quot;,&quot;Penang&quot;],[&quot;Perak&quot;,&quot;Perak&quot;],[&quot;Perlis&quot;,&quot;Perlis&quot;],[&quot;Putrajaya&quot;,&quot;Putrajaya&quot;],[&quot;Sabah&quot;,&quot;Sabah&quot;],[&quot;Sarawak&quot;,&quot;Sarawak&quot;],[&quot;Selangor&quot;,&quot;Selangor&quot;],[&quot;Terengganu&quot;,&quot;Terengganu&quot;]]"
              class="active">Malaysia</option>
          </select>
        </div>
        <div class="field" id="address_province_container" style="">
          <label class="label-hide" for="address_province" id="address_province_label">State/territory</label>
          <div class="dropdown dropdown--scroll"><button class="dropdown__button">Johor</button><span class="icon"></span>
            <div class="dropdown-list-container">
              <div class="dropdown-list-wrapper scrollable">
                <div class="scrollbar-track">
                  <div class="thumb" style="height: 30px; transform: translateY(0px) translateZ(0px);"></div>
                </div>
                <div class="viewport">
                  <div class="overview" style="transform: translateY(0px) translateZ(0px);">
                    <ul class="dropdown-list">
                      <li class="dropdown-list__item" data-value="Johor">Johor</li>
                      <li class="dropdown-list__item" data-value="Kedah">Kedah</li>
                      <li class="dropdown-list__item" data-value="Kelantan">Kelantan</li>
                      <li class="dropdown-list__item" data-value="Kuala Lumpur">Kuala Lumpur</li>
                      <li class="dropdown-list__item" data-value="Labuan">Labuan</li>
                      <li class="dropdown-list__item" data-value="Melaka">Malacca</li>
                      <li class="dropdown-list__item" data-value="Negeri Sembilan">Negeri Sembilan</li>
                      <li class="dropdown-list__item" data-value="Pahang">Pahang</li>
                      <li class="dropdown-list__item" data-value="Penang">Penang</li>
                      <li class="dropdown-list__item" data-value="Perak">Perak</li>
                      <li class="dropdown-list__item" data-value="Perlis">Perlis</li>
                      <li class="dropdown-list__item" data-value="Putrajaya">Putrajaya</li>
                      <li class="dropdown-list__item" data-value="Sabah">Sabah</li>
                      <li class="dropdown-list__item" data-value="Sarawak">Sarawak</li>
                      <li class="dropdown-list__item" data-value="Selangor">Selangor</li>
                      <li class="dropdown-list__item" data-value="Terengganu">Terengganu</li>
                    </ul>
                  </div>
                </div>
              </div>
            </div>
          </div><select class="js-dropdown-scroll" id="address_province" name="address[province]" data-default="" value="" style="display: none;">
            <option value="Johor" class="active">Johor</option>
            <option value="Kedah">Kedah</option>
            <option value="Kelantan">Kelantan</option>
            <option value="Kuala Lumpur">Kuala Lumpur</option>
            <option value="Labuan">Labuan</option>
            <option value="Melaka">Malacca</option>
            <option value="Negeri Sembilan">Negeri Sembilan</option>
            <option value="Pahang">Pahang</option>
            <option value="Penang">Penang</option>
            <option value="Perak">Perak</option>
            <option value="Perlis">Perlis</option>
            <option value="Putrajaya">Putrajaya</option>
            <option value="Sabah">Sabah</option>
            <option value="Sarawak">Sarawak</option>
            <option value="Selangor">Selangor</option>
            <option value="Terengganu">Terengganu</option>
          </select>
        </div>
        <div class="field form__row">
          <input class="form__field" type="text" id="address_zip" name="address[zip]" placeholder="Zip/Postal Code">
          <label class="form__field--placeholder" for="address_zip">Zip/Postal Code</label>
        </div>
        <div class="field-full">
          <button type="button" class="get-rates btn btn--default btn--full">Calculate shipping</button>
        </div>
      </div>
    </div>
    <script id="shipping-calculator-response-template" type="text/template"> <p id="shipping-rates-feedback" <% if (success) { %> class="success" <% } else { %> class="error" <% } %>>
      <% if (success) { %>
        <% if (rates.length > 1) { %>
          There are <%= rates.length %> shipping rates available for <%= address %>, starting at <%= rates[0].price %>.
        <% } else if (rates.length == 1) { %>
          There is one shipping rate available for <%= address %>.
        <% } else { %>
          We do not ship to this destination.
        <% } %>
      <% } else { %>
        <%= errorFeedback %>
      <% } %>
      </p>
      <ul id="shipping-rates">
        <% for (var i=0; i<rates.length; i++) { %>
        <li><%= rates[i].name %> at <%= rates[i].price %></li>
        <% } %>
      </ul>
    </script>
  </div>
  <div>
    <span></span>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" accept-charset="UTF-8" class="form form--subscribe"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" id="contact_tags" name="contact[tags]" value="prospect,newsletter">
  <div class="form__row">
    <input class="form__field" type="text" id="contact_email" name="contact[email]" placeholder="Your e-mail" required="">
  </div>
  <input class="btn btn--default btn--submit" type="submit" value="Subscribe">
</form>

Text Content

Get our special birthday partea freebies! Choose Your Gift

JavaScript is disabled in your browser, this may cause some limitations to
apply, and some functions may not be available.

 * 

MYR
 * MYR

MYR

Open menu
RM0.00 0 Open cart
Close
 * Shop
   * Shop All
   * Best Sellers
   * Gifts
 * Our Story
 * Blog
 * Affiliate Program
 * Where to Buy
   
 * Search
   * 
   
 * Currency
   MYR
    * MYR
   
   MYR
 * 
 * Create account
   * First Name
     Last Name
     Email Address
     Password
     Create account
 * Login
   * Email Address
     Password
     Forgot password
     
     
     We’re going to send you a link to recovery page to this email
     
     Email
     
     Cancel
 * RM0.00 0 Open cart


YOUR FOOD BAG

Close

--------------------------------------------------------------------------------

Price
QTY



TOTAL

RM0.00 Update cart

Price excludes delivery, which is applied at checkout. Orders will be processed
in MYR

NOTE TO PERFECTLY TEA
Leave your special requirements here

I accept Terms & Conditions
To proceed to checkout read and accept out terms & conditions

PROCEED TO CHECKOUT

--------------------------------------------------------------------------------


GET SHIPPING ESTIMATES


Country
Malaysia
 * Malaysia

Malaysia
State/territory
Johor
 * Johor
 * Kedah
 * Kelantan
 * Kuala Lumpur
 * Labuan
 * Malacca
 * Negeri Sembilan
 * Pahang
 * Penang
 * Perak
 * Perlis
 * Putrajaya
 * Sabah
 * Sarawak
 * Selangor
 * Terengganu

JohorKedahKelantanKuala LumpurLabuanMalaccaNegeri
SembilanPahangPenangPerakPerlisPutrajayaSabahSarawakSelangorTerengganu
Zip/Postal Code
Calculate shipping


OH, NOPE!

Your bag seems to be empty and you are probably hungry.
Look at our fresh special offers, you would like it.

check it out


WE’RE BREWING OUR PERFECT DAY!

We reached this milestone because of your support. You are the real reason for
our celebration, so we partnered with My Celestial Crystal, Fluffy & Co, Herbco,
Bobble, Summerveil, and Bros to give you perfectly curated gifts!

Take a look at book

OUR PROMISE


A NEW SELF CARE RITUAL TO EMPOWER THE MIND AND BODY

We reimagined tea with essential nutrients to achieve optimal health and
performance.




SHARPER
MIND




HEALTHIER
BODY




BEAUTY
FOCUSED




HAPPIER
YOU


POWER TO CREATE TEA



Shop Now


BEAUTY SLEEP TEA



Shop Now


BLENDED WITH THE ACTIVE WOMAN IN MIND

Our flavorful tea is handcrafted to complement your dynamic lifestyle. Get all
the benefits of natural, active ingredients as you enjoy your cup.


WELLNESS FOCUSED

Every Perfectly Tea bag is packed with the right and best ingredients to improve
not only your energy for the day, but your overall health.


NATURALLY FLAVOR PACKED

Improving your health and lifestyle doesn’t have to feel like a chore. This new
ritual helps you stay healthy, and enjoy while you’re at it.


CONSCIOUSLY BLENDED

No colors and no artificial flavours & fillers. Just natural, premium produce
with water removed, so you get all of the remaining nutrients to enjoy.


PERFECTLY TEA BENEFITS




ZERO OR
LOW-CALORIE




ALL
NATURAL




NO ARTIFICIAL COLORANTS
OR SYNTHETIC FILLERS




BUILD
BETTER HABITS

OUR PARTNERS


TRUSTED BY THE BEST




NEWSLETTER


NEED SOMETHING
TO WIND DOWN?

Subscribe to our newsletter to discover new tea blends, brewing & self-care
tips, and inspiring stories!




@PERFECTLYTEA

Follow Us
perfectlytea
@perfectlytea

--------------------------------------------------------------------------------

Join our birthday parTEA celebration and get a chance to win amazing prizes from
our partners! Check our previous post for the full mechanics.⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀
Eligible for people residing in Malaysia only. The contest starts now until 9th
of September and the winner will be announced on the 16th! #jointhepartea
#perfectlytea
AUGUST 30 • View on Instagram

perfectlytea
@perfectlytea

--------------------------------------------------------------------------------

Incase you‘re missing our previous post, here‘s a reminder of our ongoing
giveaway! You could win these things below: From Perfectly Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Power
To Create Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Beauty Sleep Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Sweet Heart Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Handmade Heroes⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x French Rose Lip Tint⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x
Bakuchiol Lip Mask⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Coconut Sorbet Lip Scrub⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From
Herbco⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Box of Herbco GLOW Collagen Jelly Peach Flavour⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x
Box of Herbco GUARD Immuno Jelly Lychee Flavour ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Fluffy &
Co⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x White Rabbit Travel Tin Candle⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Mimpi Kita Travel Tin
Candle⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Bobble⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Box of Night Pads⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x
Box of Pantyliners⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Re:Health 1x Slate Smoothie Cup ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From
My Celestial Crystals⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Peruvian Pyrite Heart ⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Mini
Tibetan Singing Bowl ⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Granos⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x The Classic
Granola⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Classic Trail Mix⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From
Summerveil⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x RM100 vouchers⠀⠀⠀⠀⠀⠀⠀⠀⠀ From September Bakes 2 Set of
Cookies 2 Pieces of Brookies - - - Check out our previous post to participate!
🥳 #jointhepartea #perfectlytea
AUGUST 28 • View on Instagram

perfectlytea
@perfectlytea

--------------------------------------------------------------------------------

ParTEA Giveaway Alert!⠀⠀⠀⠀⠀⠀⠀⠀⠀ Let’s make the celebration longer with a
giveaway sponsored by our lovely partners. What you'll be getting:⠀⠀⠀⠀⠀⠀⠀⠀⠀ From
Perfectly Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Power To Create Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Beauty Sleep
Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Sweet Heart Tea⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Handmade Heroes⠀⠀⠀⠀⠀⠀⠀⠀⠀
1x French Rose Lip Tint⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Bakuchiol Lip Mask⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Coconut
Sorbet Lip Scrub⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Herbco⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Box of Herbco GLOW
Collagen Jelly Peach Flavour⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Box of Herbco GUARD Immuno Jelly Lychee
Flavour ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Fluffy & Co⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x White Rabbit Travel Tin
Candle⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Mimpi Kita Travel Tin Candle⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From
Bobble⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Box of Night Pads⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Box of Pantyliners⠀⠀⠀⠀⠀⠀⠀⠀⠀
From Re:Health 1x Slate Smoothie Cup ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From My Celestial
Crystals⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Peruvian Pyrite Heart ⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x Mini Tibetan Singing
Bowl ⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Granos⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x The Classic Granola⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x
Classic Trail Mix⠀⠀⠀⠀⠀⠀⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀ From Summerveil⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1x RM100
vouchers⠀⠀⠀⠀⠀⠀⠀⠀⠀ From September Bakes 2 Set of Cookies 2 Pieces of Brookies - -
- - -⠀⠀⠀⠀⠀⠀⠀⠀⠀ Here’s how you can join: ⠀⠀⠀⠀⠀⠀⠀⠀⠀ 1) Like this post and follow
⠀⠀⠀⠀⠀⠀⠀⠀⠀ @perfectlytea ⠀⠀⠀⠀⠀⠀⠀⠀⠀ @handmadeheroes ⠀⠀⠀⠀⠀⠀⠀⠀⠀ @herbco.my ⠀⠀⠀⠀⠀⠀⠀⠀⠀
@bobble.it ⠀⠀⠀⠀⠀⠀⠀⠀⠀ @my_celestialcrystals @myrehealth ⠀⠀⠀⠀⠀⠀⠀⠀⠀ @septemberbakes
⠀⠀⠀⠀⠀⠀⠀⠀⠀ @shopsummerveil ⠀⠀⠀⠀⠀⠀⠀⠀⠀ @granos.co @fluffyandcomy 2) Tag 3 of your
friend who will also enjoy this parTEA in the comment below 3) Profile can’t be
private Eligible for people residing in Malaysia only. The contest starts now
until 9th September and the winner will be announced on 16th September. Good
luck! #jointhepartea #perfectlytea
AUGUST 25 • View on Instagram

perfectlytea
@perfectlytea

--------------------------------------------------------------------------------

We have more parTEA surprises for you ✨ Stay tuned!⠀⠀⠀⠀⠀⠀⠀⠀⠀ #jointhepartea
#perfectlytea
AUGUST 24 • View on Instagram

--------------------------------------------------------------------------------

EXPLORE

 * Shop

OTHERS

 * About Us

FOOTER MENU

 * Stories

FOOTER MENU

 * FAQ

FOOTER MENU

 * Corporate

CONTACT US

(123) 456-7890
hello@perfectlytea.com

© 2021, Perfectly Tea. All rights reserved.

PAYMENT METHODS

 * american express
 * 
 * master
 * paypal
 * visa

--------------------------------------------------------------------------------

© 2021, Perfectly Tea. All rights reserved.

x






Created with Snap



HI, I’M OLIA

author from Congruity Hub


CHOOSE YOUR PARTEA FREEBIE

If your cart reaches RM40, you’ll get a birthday freebie from our partners!

See Options
Chat with us

Vinita G. in Cheras, Malaysia purchased

POWER TO CREATE

15 day(s) ago

Verified by CareCart

Hi there! How can we help you? Tap here to chat with us.