glowsis.co Open in urlscan Pro
23.227.38.65  Public Scan

URL: https://glowsis.co/
Submission: On December 13 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

GET /search

<form action="/search" method="get" role="search">
  <div class="input-group--underline">
    <input class="input-group__field" type="search" name="q" value="" placeholder="Search" aria-label="Search" tabindex="-1">
    <div class="input-group__btn">
      <button type="submit" class="btn btn--clear btn--square" tabindex="-1">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-search" viewBox="0 0 21.4 21.4">
          <path fill="#444" d="M13.4 0c-4.4 0-8 3.6-8 8 0 1.8.6 3.5 1.7 4.9L0 20l1.4 1.4 7.1-7.1c1.4 1.1 3.1 1.7 4.9 1.7 4.4 0 8-3.6 8-8s-3.6-8-8-8zm0 14c-3.3 0-6-2.7-6-6s2.7-6 6-6 6 2.7 6 6-2.7 6-6 6z"></path>
        </svg>
        <span class="icon__fallback-text">Search again</span>
      </button>
    </div>
  </div>
</form>

POST /contact#contact_form

<form method="post" action="/contact#contact_form" id="contact_form" 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">
  <label for="NewsletterEmail" class="site-footer__newsletter-label">Sign up for Glowing News!</label>
  <div class="site-footer__newsletter-subheading">
    <p>Promotions, new products and sales. Directly to your inbox!</p>
  </div>
  <div class="input-group--underline">
    <input type="email" value="" placeholder="My email address" name="contact[email]" id="NewsletterEmail" class="input-group__field site-footer__newsletter-input" aria-label="My email address" autocorrect="off" autocapitalize="off">
    <div class="input-group__btn input-group__btn--newsletter">
      <button type="submit" class="btn--newsletter__submit"> Subscribe <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-arrow-right" viewBox="0 0 4 7">
          <path fill="#444" d="M4 3.5L0 7V0z"></path>
        </svg>
      </button>
    </div>
  </div>
  <div class="site-footer__newsletter-message" aria-role="alert">
  </div>
</form>

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer cart-drawer--empty">
  <div class="cart-drawer__header" style="height: 60px;">
    <div class="cart-drawer__header-container">
      <button type="button" class="cart-drawer__close-button btn btn--clear btn--square">
        <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-close" viewBox="0 0 16.8 16.8">
          <path fill="#444" d="M16.8 1.5L15.4.1 8.4 7l-7-7L0 1.4l7 7-7 7 1.4 1.4 7-7 7 7 1.4-1.4-7-7z"></path>
        </svg>
        <span class="icon__fallback-text">Close Cart</span>
      </button>
      <p class="cart-drawer__header-title text-title text-center">Shopping Cart</p>
    </div>
  </div>
  <div class="cart-drawer__content">
    <div class="cart-drawer__content-container">
      <div class="cart-drawer__empty-text">
        <p class="text-center">Your cart is currently empty.</p>
      </div>
      <div class="cart-drawer__no-cookies">
        <p class="text-center">Enable cookies to use the shopping cart</p>
      </div>
      <div class="cart-drawer__item-list" data-cart-item-list="">
        <div class="cart-drawer__item ajax-cart__template" data-cart-item="" data-cart-item-id="" data-cart-item-line-number="1" aria-live="polite">
          <a href="" class="cart-drawer__item-image" style="background-image: none;" data-cart-item-background-image="" data-cart-item-href=""></a>
          <div class="cart-drawer__item-content">
            <a href="" class="h4 cart-drawer__item-title" data-cart-item-href="" data-cart-item-title=""></a>
            <p class="cart-drawer__item-subtitle" data-cart-item-variant-title="">
            </p>
            <ul class="cart-drawer__item-properties" data-cart-item-details-list="">
              <li class="cart-drawer__item-property
                     visually-hidden " data-cart-item-selling-plan-name="">
              </li>
              <li class="cart-drawer__item-property ajax-cart__template" data-cart-item-property=""> t: e </li>
            </ul>
            <p class="cart-drawer__item-price-container" data-cart-item-price-container=""><span class="cart-item__original-price cart-item__price"></span></p>
            <ul class="order-discount order-discount--list order-discount--title order-discount--cart" aria-label="Discount" data-cart-item-discount-list="">
              <li class="order-discount__item ajax-cart__template" data-cart-item-discount=""><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-saletag">
                  <path d="M10 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3H7a1 1 0 0 0-.71.29l-6 6a1 1 0 0 0 0 1.42l4 4a1 1 0 0 0 1.42 0c.19-.2 5.8-5.81 6-6A1 1 0 0 0 12 5V2a2 2 0 0 0-2-2z" fill="#231F20"></path>
                </svg><span data-cart-item-discount-title=""></span> (-<span data-cart-item-discount-amount=""></span>) </li>
            </ul>
            <button class="cart-drawer__item-delete btn-link" type="button" data-cart-item-delete="">Remove</button>
            <label for="quantity_" class="label--hidden" data-cart-item-label-quantity="">Item Quantity</label>
            <input id="quantity_" class="cart-drawer__item-quantity" value="" type="number" pattern="\d*" min="1" aria-label="Item Quantity" data-cart-item-input-quantity="">
          </div>
          <p class="cart-item__message text-center" aria-hidden="true" data-item-message=""></p>
        </div>
      </div>
    </div>
  </div>
  <div class="cart-drawer__footer">
    <div class="cart-drawer__footer-container">
      <div class="cart-drawer__message-container">
        <div class="cart-drawer__message" data-cart-message=""></div>
      </div>
      <div data-cart-discount-container="">
        <div class="order-discount-cart-drawer-wrapper ajax-cart__template" data-cart-discount="">
          <span class="order-discount order-discount--title order-discount--cart-title"><svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-saletag">
              <path d="M10 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2zm0-3H7a1 1 0 0 0-.71.29l-6 6a1 1 0 0 0 0 1.42l4 4a1 1 0 0 0 1.42 0c.19-.2 5.8-5.81 6-6A1 1 0 0 0 12 5V2a2 2 0 0 0-2-2z" fill="#231F20"></path>
            </svg><span class="visually-hidden">Discount:</span><span data-cart-discount-title=""></span>
          </span>
          <span class="order-discount order-discount--cart-price">-<span data-cart-discount-amount=""></span></span>
        </div>
      </div>
      <div class="cart-drawer__subtotal" aria-live="polite">
        <div class="cart-drawer__subtotal-label">
          <span class="h4">Subtotal</span>
        </div>
        <div class="cart-drawer__subtotal-price">
          <span class="cart-drawer__subtotal-number" data-cart-subtotal="">$0.00</span>
        </div>
      </div>
      <p class="cart-drawer__disclaimer rte">Taxes and shipping calculated at checkout </p>
      <button type="submit" class="btn btn--loader cart-drawer__checkout" name="checkout" data-cart-submit="" disabled=""> Checkout <span class="btn--loader-balls"></span>
      </button>
    </div>
  </div>
</form>

<form class="r5Hovzjw009WN9Dbve0j"><img src="https://gifted-scripts.s3.amazonaws.com/images/gifted-logo.png">
  <div class="_fxPuWN80w8TaUuryRi6">
    <div class="MkrBCtHPn1nbI3mLTSex" style="color: rgb(0, 0, 0);"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="#000000" fill="#ffffff">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
          d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"></path>
      </svg>Buy the gift</div>
    <div class="MkrBCtHPn1nbI3mLTSex" style="color: rgb(0, 0, 0);"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="#000000" fill="#ffffff">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z"></path>
      </svg>They receive a surprise email</div>
    <div class="MkrBCtHPn1nbI3mLTSex" style="color: rgb(0, 0, 0);"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke="#000000" fill="#ffffff">
        <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8v13m0-13V6a2 2 0 112 2h-2zm0 0V5.5A2.5 2.5 0 109.5 8H12zm-7 4h14M5 12a2 2 0 110-4h14a2 2 0 110 4M5 12v7a2 2 0 002 2h10a2 2 0 002-2v-7"></path>
      </svg>They receive the gift!</div>
  </div>
  <div class="ITsOtprr7DN70f0hiJX8"><button class="bArZmdcODhQa6RfLdgBt wF1pKjQrn7qy8LgBaGIA" style="background-color: rgb(0, 0, 0); color: rgb(255, 255, 255);">Let's Begin</button></div>
</form>

Text Content

Skip to content
Menu
 * Home
 * Shop Shop menu
    * All Collections
    * In my Grinch Era Collection
    * Accessories
    * Drinkware
    * GlowFit Collection
    * Sale Items
    * Gift Cards

 * Brand Ambassador Stories
 * Need To Know Before You Glow - FAQs
 * Contact Us

 * Log in
 * Create account
 * Contact Us
 * Website Created By Waymaker Marketing

Search again




View cart
 * 



Use left/right arrows to navigate the slideshow or swipe left/right if using a
mobile device


EMPOWERED, LOVED, WORTHY, AND GLOWING

We live in a time where something is making history every time we turn around.
No doubt it has been tough, but we have been given an opportunity to make an
impact. Instead of passing judgement, believing we are not worthy, or putting
others down... we are changing the script! Lifting each other up, having some
fun, and most importantly LOVING OURSELVES 💗!


OUR PROMISE

We promise to provide you with quality products to make you feel like a baddie
whether you are in those leggings all day or dressed for a day out with the
girls! It is our goal to bring out the GLOW in you no matter what the day
brings!


IN MY GRINCH ERA!


LOOKIN' LIKE A SNACK CUPCAKE CREW

$34.99


COFFEE BY GIRL MATH TEE

$24.99


CHRISTMAS BUNDLE!

$60


SUNDAY FUNDAY TEE

$24.99


DEAD INSIDE BUT IT'S CHRISTMAS CREW

$34.99


LOOKIN' LIKE A SNACK GINGERBREAD TEE

$24.99


IM NOT GOING TEE

$26.99


IN MY GRINCH ERA TEE

$24.99


GLITTER CHRISTMAS TREE CREW

$34.99


FIT GIRL BUNDLE!

$60


MERRY CHRISTMAS YA FILTHY ANIMAL TEE

$26.99


YA' FILTHY ANIMAL TEE

$24.99
View all


GLOWFIT COLLECTION

View


ACCESSORIES

View


NEW LIBBEY CUPS!

View


CUSTOM TOPS

View
Slide 1 Slide 2 Slide 3 Slide 4
Previous slide
Next slide



FEATURED GLOW UP - DESTINY GONZAQUE WASHINGTON

My glow up didn’t happen until my early twenties. Between grieving the loss of
my dad, not being confident and living life, and unsure of what direction I
wanted to go. I knew this wasn’t working for me anymore and I hit rock bottom.
You see, I have always been super giving and put others before myself. When I
reflected on that, I realized by putting everyone before myself, I got lost in
the mix! It was then that I thought "your husband, your family, and your friends
are better when you are your best self!"  So, I decided to focus on me. Now I
could teach, learn, and condition myself to create the life I wanted and become
the person I wanted to be. This year I will continue to love myself (mind, body,
and soul), finally follow my passion to be a social media influencer, and travel
as much as possible! I’m so eager to see what the future holds!! 2023 This queen
is gonna change the world you just wait and see!


THE GIRL BEHIND THE GLOW

Hey girl! My name is Sheron and I am the founder of Glow Sis. I am so excited to
share this movement with you, and partner to make an impact on women everywhere!
Thank you so much for visiting our site, and welcome to our Sisterhood!




COMING SOON!

We are hard at work with many other exciting products to keep you GLOWING💗!

Stay on the look out for New Accessories, hats, workout gear, and more!

 * Contact Us
 * Website Created By Waymaker Marketing

Sign up for Glowing News!

Promotions, new products and sales. Directly to your inbox!

Subscribe

 * Facebook
 * Instagram

Copyright © 2023, Glow SIS OK. Powered by Shopify
Payment icons
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Meta Pay
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Venmo
 * Visa



Close Cart

Shopping Cart

Your cart is currently empty.

Enable cookies to use the shopping cart

 * 
 * t: e



 * (-)

Remove Item Quantity



Discount: -
Subtotal
$0.00

Taxes and shipping calculated at checkout

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



 * Opens in a new window.
 * Opens external website.
 * Opens external website in a new window.


×

1

Instructions

2

Details

3

Review
Buy the gift
They receive a surprise email
They receive the gift!
Let's Begin
Powered by Gifted
×

Are you sure you want to remove gift order?

CancelRemove
Powered by Gifted