ogee.com Open in urlscan Pro
23.227.38.32  Public Scan

URL: https://ogee.com/
Submission Tags: analytics-framework
Submission: On April 24 via api from US — Scanned from CA

Form analysis 8 forms found in the DOM

GET /search

<form action="/search" method="get" role="search" class="search search-modal__form">
  <div class="field">
    <input class="search__input field__input" id="Search-In-Modal" type="search" name="q" value="" placeholder="Search" role="combobox" aria-expanded="false" aria-owns="predictive-search-results-list" aria-controls="predictive-search-results-list"
      aria-haspopup="listbox" aria-autocomplete="list" autocorrect="off" autocomplete="off" autocapitalize="off" spellcheck="false">
    <label class="field__label" for="Search-In-Modal">Search</label>
    <input type="hidden" name="options[prefix]" value="last">
    <button class="search__button field__button" aria-label="Search">
      <svg class="icon icon-search" aria-hidden="true" focusable="false" role="presentation">
        <use href="#icon-search">
        </use>
      </svg>
    </button>
  </div>
  <div class="predictive-search predictive-search--header" tabindex="-1" data-predictive-search="">
    <div class="predictive-search__loading-state">
      <svg aria-hidden="true" focusable="false" role="presentation" class="spinner" viewBox="0 0 66 66" xmlns="http://www.w3.org/2000/svg">
        <circle class="path" fill="none" stroke-width="6" cx="33" cy="33" r="30"></circle>
      </svg>
    </div>
  </div>
  <span class="predictive-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart

<form class="cart-form" action="/cart" method="POST">
  <p id="cart-empty" class="text-center ">Your Cart is Empty</p>
  <div id="cart-items" class="cart-items hidden">
  </div>
</form>

<form class="login_option_form">
  <div class="cart_checkout guest_checkout greenBackground mb-1.5">
    <input class="guest_check type_check" type="radio" name="radio_btn" id="guestlg" checked="checked" hidden="hidden" data-action="login-option" data-usertype="guest">
    <label class="guest_check_label check_label font-bold text-13px px-5 py-2 block flex justify-between cursor-pointer font-helvetica tracking-normal leading-normal" for="guestlg"> Checkout as Guest <span class="checked"><svg width="20" height="20"
          xmlns="http://www.w3.org/2000/svg">
          <g id="Layer_1">
            <title>Layer 1</title>
            <ellipse stroke="#000" ry="9.47811" rx="9.47515" id="svg_1" cy="10.00797" cx="10.00797" fill="#fff"></ellipse>
            <line stroke="#000" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_2" y2="14.05481" x2="9.44102" y1="9.12829" x1="4.65484" fill="none"></line>
            <line transform="rotate(-4.65885 11.9416 10.5318)" stroke="#000" stroke-linecap="null" stroke-linejoin="null" id="svg_3" y2="13.90987" x2="7.89442" y1="7.15373" x1="15.98871" fill-opacity="null" stroke-opacity="null"
              stroke-dasharray="null" stroke-width="2" fill="none"></line>
          </g>
        </svg></span>
      <span class="unchecked"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
          <g id="Layer_1">
            <title>Layer 1</title>
            <ellipse fill="#fff" cx="10.00797" cy="10.00797" id="svg_1" rx="9.47515" ry="9.47811" stroke="#000"></ellipse>
          </g>
        </svg></span>
    </label>
  </div>
  <div class="cart_checkout login_checkout mb-2">
    <input class="login_check type_check" type="radio" name="radio_btn" id="loginlg" hidden="hidden" data-action="login-option" data-usertype="member">
    <label class="login_check_label check_label font-bold text-13px px-5 py-2 block cursor-pointer font-helvetica tracking-normal" for="loginlg">
      <span class="leading-5"> Checkout with Account<br>
        <i class="font-300" style="font-size: 11px;">Save time, earn points &amp; exclusive discounts.</i>
      </span>
      <span class="checked"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
          <g id="Layer_1">
            <title>Layer 1</title>
            <ellipse stroke="#000" ry="9.47811" rx="9.47515" id="svg_1" cy="10.00797" cx="10.00797" fill="#fff"></ellipse>
            <line stroke="#000" stroke-width="2" stroke-linecap="undefined" stroke-linejoin="undefined" id="svg_2" y2="14.05481" x2="9.44102" y1="9.12829" x1="4.65484" fill="none"></line>
            <line transform="rotate(-4.65885 11.9416 10.5318)" stroke="#000" stroke-linecap="null" stroke-linejoin="null" id="svg_3" y2="13.90987" x2="7.89442" y1="7.15373" x1="15.98871" fill-opacity="null" stroke-opacity="null"
              stroke-dasharray="null" stroke-width="2" fill="none"></line>
          </g>
        </svg></span>
      <span class="unchecked"><svg width="20" height="20" xmlns="http://www.w3.org/2000/svg">
          <g id="Layer_1">
            <title>Layer 1</title>
            <ellipse fill="#fff" cx="10.00797" cy="10.00797" id="svg_1" rx="9.47515" ry="9.47811" stroke="#000"></ellipse>
          </g>
        </svg></span>
    </label>
  </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"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="checkout_url" value="/checkout">
  <input value="" name="customer[email]" id="customer_email" class="large drawer_input" size="30" autocorrect="off" autocapitalize="off" autocomplete="on" tabindex="1" placeholder="Enter Email" type="email" required="">
  <input type="password" value="" name="customer[password]" id="customer_password" class="large password drawer_input" size="16" tabindex="2" placeholder="Enter Password" required="">
  <input class="drawer_login_btn font-helvetica button button--primary button--full-width  button--hover-inverted" type="submit" value="Checkout">
  <style>
    .flits-btn {
      width: 150px !important;
      display: inline-block;
      margin-bottom: 0;
      font-weight: 400;
      text-align: left;
      vertical-align: middle;
      touch-action: manipulation;
      cursor: pointer;
      background-image: none;
      border: 1px solid transparent;
      white-space: nowrap;
      outline: none;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857;
      border-radius: 4px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }

    .flits-btn.flits-btn-block {
      width: 100% !important;
    }

    .flits-btn:focus,
    .flits-btn.focus,
    .flits-btn:active:focus,
    .flits-btn:active.focus,
    .flits-btn.active:focus,
    .flits-btn.active.focus {
      /*  outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;*/
      outline: none;
    }

    .flits-btn:hover,
    .flits-btn:focus,
    .flits-btn.focus {
      color: #333;
      text-decoration: none;
    }

    .flits-btn:active,
    .flits-btn.active {
      outline: 0;
      background-image: none;
      -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    }

    .flits-btn:after,
    .flits-btn:before {
      content: " ";
      display: table;
    }

    .flits-btn:after {
      clear: both;
    }

    .flits-btn.disabled,
    .flits-btn[disabled],
    fieldset[disabled] .flits-btn {
      cursor: not-allowed;
      opacity: 0.65;
      filter: alpha(opacity=65);
      -webkit-box-shadow: none;
      box-shadow: none;
    }

    .flits-btn-facebook {
      color: #ffffff !important;
      background-color: #3b5998 !important;
    }

    .flits-btn-twitter {
      color: #ffffff !important;
      background-color: #00aced !important;
    }

    .flits-btn-googleplus {
      color: #ffffff !important;
      background-color: #dd4b39 !important;
    }

    a.flits-btn {
      margin-top: 10px;
      opacity: 1;
    }

    a.flits-btn:hover,
    a.flits-btn:focus,
    a.flits-btn:active {
      opacity: 1;
    }

    .flits-btn-label {
      background: rgba(0, 0, 0, 0.05);
      display: inline-block;
      padding: 7px 15px;
      border-radius: 3px 0 0 3px;
      margin: -7px -13px;
      margin-right: 12px;
      float: left;
    }

    .flits-icon-facebook,
    .flits-icon-google,
    .flits-icon-twitter {
      display: inline-block;
      width: 20px;
      height: 20px;
      vertical-align: middle;
      fill: currentColor;
    }

    .flits-social-login-loading {
      position: fixed;
      bottom: 0;
      right: 0;
      left: 0;
      top: 0;
      z-index: 1000;
      background: rgba(0, 0, 0, 0.5);
    }

    .flits-loading-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }

    .flits-social-login-error {
      color: red !important;
      /*font-weight: bold;*/
      text-align: center;
      margin-top: 10px;
    }

    #flits-social-login-div {
      display: flex;
      align-items: center;
      justify-content: center;
      vertical-align: middle;
    }

    #flits-social-login-div .flits-btn {
      width: 170px !important;
    }

    #flits-social-login-div a span {
      color: #fff;
    }

    @media only screen and (max-width: 749px) {
      .customer #flits-social-login-div .flits-btn-label {
        padding: 8px 10.5px;
      }

      .customer #flits-social-login-div .flits-btn-facebook .flits-btn-label {
        padding: 9px 10.5px;
      }
    }
  </style>
  <div>
    <input type="hidden" name="flits-token" value="16f906c6344115102f2cb658e8f629c2" id="flits-token">
    <input type="hidden" name="flits-reset-pass-url" value="/apps/flits/api/1/1436/reset-password" id="flits-reset-pass-url">
    <div id="flits-social-login-div">
      <div>
        <div style="text-align: center;">
          <a href="/apps/flits/api/1/1436/facebook/auth/login?token=16f906c6344115102f2cb658e8f629c2&amp;redirect_to=/checkout" class="flits-btn flits-btn-facebook">
                                    <span class="flits-btn-label">
                                        <img class="flits-icon-facebook" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNGRkZGRkYiID4gICAgPHBhdGggZD0iTTEzLDcuNDI5VjEwaDMuNUwxNiwxM2gtM3Y5SDl2LTlIN3YtM2wyLjAxMiwwLjAwOFY3LjQzNmMwLTIuODU3LDEuMTQzLTQuNDI5LDQuNDI5LTQuNDI5TDE3LDN2M2gtMi41NzEgQzEzLjE0Myw2LDEzLDYuNDI5LDEzLDcuNDI5eiI+PC9wYXRoPjwvc3ZnPg==">
                                    </span>
                                    <span>
                                        Facebook
                                    </span>
                                </a>
          <a href="/apps/flits/api/1/1436/google/auth/login?token=16f906c6344115102f2cb658e8f629c2&amp;redirect_to=/checkout" class="flits-btn flits-btn-googleplus">
                                    <span class="flits-btn-label">
                                        <img class="flits-icon-google" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNGRkZGRkYiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDE3LjE4NzUgMTAuOTM3NSBDIDkuNDIxODc1IDEwLjkzNzUgMy4xMjUgMTcuMjM0Mzc1IDMuMTI1IDI1IEMgMy4xMjUgMzIuNzY1NjI1IDkuNDIxODc1IDM5LjA2MjUgMTcuMTg3NSAzOS4wNjI1IEMgMjQuOTUzMTI1IDM5LjA2MjUgMzEuMjUgMzIuNzY1NjI1IDMxLjI1IDI1IEMgMzEuMjUgMjQuMDM1MTU2IDMxLjE0NDUzMSAyMy4wOTM3NSAzMC45NjA5MzggMjIuMTg3NSBMIDMwLjg4MjgxMyAyMS44NzUgTCAxNy4xODc1IDIxLjg3NSBMIDE3LjE4NzUgMjYuNTYyNSBMIDI2LjU2MjUgMjYuNTYyNSBDIDI1LjgxNjQwNiAzMC45OTYwOTQgMjEuODMyMDMxIDM0LjM3NSAxNy4xODc1IDM0LjM3NSBDIDEyLjAwNzgxMyAzNC4zNzUgNy44MTI1IDMwLjE3OTY4OCA3LjgxMjUgMjUgQyA3LjgxMjUgMTkuODIwMzEzIDEyLjAwNzgxMyAxNS42MjUgMTcuMTg3NSAxNS42MjUgQyAxOS41MzEyNSAxNS42MjUgMjEuNjY3OTY5IDE2LjQ5MjE4OCAyMy4zMTI1IDE3LjkxNDA2MyBMIDI2LjY3MTg3NSAxNC42MjUgQyAyNC4xNzE4NzUgMTIuMzM1OTM4IDIwLjg0Mzc1IDEwLjkzNzUgMTcuMTg3NSAxMC45Mzc1IFogTSAzOS4wNjI1IDE3LjE4NzUgTCAzOS4wNjI1IDIxLjg3NSBMIDM0LjM3NSAyMS44NzUgTCAzNC4zNzUgMjUgTCAzOS4wNjI1IDI1IEwgMzkuMDYyNSAyOS42ODc1IEwgNDIuMTg3NSAyOS42ODc1IEwgNDIuMTg3NSAyNSBMIDQ2Ljg3NSAyNSBMIDQ2Ljg3NSAyMS44NzUgTCA0Mi4xODc1IDIxLjg3NSBMIDQyLjE4NzUgMTcuMTg3NSBaICI+PC9wYXRoPjwvZz48L3N2Zz4=">
                                    </span>
                                    <span>
                                        Google+
                                    </span>
                                </a>
          <a href="/apps/flits/api/1/1436/twitter/auth/login?token=16f906c6344115102f2cb658e8f629c2&amp;redirect_to=/checkout" class="flits-btn flits-btn-twitter">
                                    <span class="flits-btn-label">
                                       <img class="flits-icon-twitter" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGZpbGw9IiNGRkZGRkYiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDI1Ljg1NTQ2OSA1LjU3NDIxOSBDIDI0LjkxNDA2MyA1Ljk5MjE4OCAyMy45MDIzNDQgNi4yNzM0MzggMjIuODM5ODQ0IDYuNDAyMzQ0IEMgMjMuOTIxODc1IDUuNzUgMjQuNzU3ODEzIDQuNzIyNjU2IDI1LjE0ODQzOCAzLjQ5NjA5NCBDIDI0LjEzMjgxMyA0LjA5NzY1NiAyMy4wMDc4MTMgNC41MzUxNTYgMjEuODEyNSA0Ljc2OTUzMSBDIDIwLjg1NTQ2OSAzLjc1IDE5LjQ5MjE4OCAzLjExMzI4MSAxNy45ODA0NjkgMy4xMTMyODEgQyAxNS4wODIwMzEgMy4xMTMyODEgMTIuNzMwNDY5IDUuNDY0ODQ0IDEyLjczMDQ2OSA4LjM2MzI4MSBDIDEyLjczMDQ2OSA4Ljc3MzQzOCAxMi43NzczNDQgOS4xNzU3ODEgMTIuODY3MTg4IDkuNTU4NTk0IEMgOC41MDM5MDYgOS4zMzk4NDQgNC42MzY3MTkgNy4yNDYwOTQgMi4wNDY4NzUgNC4wNzAzMTMgQyAxLjU5Mzc1IDQuODQ3NjU2IDEuMzM1OTM4IDUuNzUgMS4zMzU5MzggNi43MTQ4NDQgQyAxLjMzNTkzOCA4LjUzNTE1NiAyLjI2MTcxOSAxMC4xNDA2MjUgMy42NzE4NzUgMTEuMDgyMDMxIEMgMi44MDg1OTQgMTEuMDU0Njg4IDIgMTAuODIwMzEzIDEuMjkyOTY5IDEwLjQyNTc4MSBDIDEuMjkyOTY5IDEwLjQ0OTIxOSAxLjI5Mjk2OSAxMC40Njg3NSAxLjI5Mjk2OSAxMC40OTIxODggQyAxLjI5Mjk2OSAxMy4wMzUxNTYgMy4xMDE1NjMgMTUuMTU2MjUgNS41MDM5MDYgMTUuNjQwNjI1IEMgNS4wNjI1IDE1Ljc2MTcxOSA0LjYwMTU2MyAxNS44MjQyMTkgNC4xMjEwOTQgMTUuODI0MjE5IEMgMy43ODEyNSAxNS44MjQyMTkgMy40NTMxMjUgMTUuNzkyOTY5IDMuMTMyODEzIDE1LjczMDQ2OSBDIDMuODAwNzgxIDE3LjgxMjUgNS43MzgyODEgMTkuMzM1OTM4IDguMDM1MTU2IDE5LjM3NSBDIDYuMjQyMTg4IDIwLjc4NTE1NiAzLjk3NjU2MyAyMS42MjEwOTQgMS41MTU2MjUgMjEuNjIxMDk0IEMgMS4wODk4NDQgMjEuNjIxMDk0IDAuNjc1NzgxIDIxLjU5NzY1NiAwLjI2NTYyNSAyMS41NTA3ODEgQyAyLjU4NTkzOCAyMy4wMzkwNjMgNS4zNDc2NTYgMjMuOTA2MjUgOC4zMTI1IDIzLjkwNjI1IEMgMTcuOTY4NzUgMjMuOTA2MjUgMjMuMjUgMTUuOTA2MjUgMjMuMjUgOC45NzI2NTYgQyAyMy4yNSA4Ljc0MjE4OCAyMy4yNDYwOTQgOC41MTU2MjUgMjMuMjM0Mzc1IDguMjg5MDYzIEMgMjQuMjYxNzE5IDcuNTU0Njg4IDI1LjE1MjM0NCA2LjYyODkwNiAyNS44NTU0NjkgNS41NzQyMTkgIj48L3BhdGg+PC9nPjwvc3ZnPg==">
                                    </span>
                                    <span>
                                        Twitter
                                    </span>
                                </a>
        </div>
        <div class="flits-social-login-error" style="display:none;"></div>
      </div>
    </div>
  </div>
  <div class="forgetpass">
    <span data-btn="forgot-password">Forgot your password?</span>
    <span class="new_signup_customer" id="new_signup_customer" data-btn="new-account">Create New Account</span>
  </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 id="recover_email" class="clearfix large_form">
    <input type="email" value="" size="30" name="email" id="recover-email" class="large" placeholder="Email" autocorrect="off" autocapitalize="off" required="">
  </div>
  <p class="recover_msg">
    <em class="note">We will send you an email to reset your password</em>
  </p>
  <div class="action_bottom recover_btns">
    <input class="button button--primary button--hover-inverted font-helvetica" type="submit" value="Submit">
    <button class="button button--secondary button--bordered" data-btn="forgotpass-cancel" onclick="hideRecoverDrawerPasswordForm()">Cancel</button>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="checkout_url" value="/checkout">
  <input type="hidden" name="return_to" value="/checkout" data-redirect-url="">
  <div id="first_name" class="clearfix large_form">
    <input type="text" value="" name="customer[first_name]" id="first_name" class="large" placeholder="First Name" size="30" required="">
  </div>
  <div id="last_name" class="clearfix large_form">
    <input type="text" value="" name="customer[last_name]" id="last_name" class="large" placeholder="Last Name" size="30" required="">
  </div>
  <div id="email" class="clearfix large_form">
    <input type="email" value="" name="customer[email]" id="email" class="large" placeholder="Email" size="30" required="">
  </div>
  <div id="password" class="clearfix large_form">
    <input type="password" value="" name="customer[password]" id="password" class="large password" placeholder="Password" size="30" required="">
  </div>
  <div class="action_bottom">
    <input class="button button--primary button--full-width button--hover-inverted font-helvetica" type="submit" value="Checkout">
    <style>
      .flits-btn {
        width: 150px !important;
        display: inline-block;
        margin-bottom: 0;
        font-weight: 400;
        text-align: left;
        vertical-align: middle;
        touch-action: manipulation;
        cursor: pointer;
        background-image: none;
        border: 1px solid transparent;
        white-space: nowrap;
        outline: none;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857;
        border-radius: 4px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      .flits-btn.flits-btn-block {
        width: 100% !important;
      }

      .flits-btn:focus,
      .flits-btn.focus,
      .flits-btn:active:focus,
      .flits-btn:active.focus,
      .flits-btn.active:focus,
      .flits-btn.active.focus {
        /*  outline: 5px auto -webkit-focus-ring-color;
            outline-offset: -2px;*/
        outline: none;
      }

      .flits-btn:hover,
      .flits-btn:focus,
      .flits-btn.focus {
        color: #333;
        text-decoration: none;
      }

      .flits-btn:active,
      .flits-btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
      }

      .flits-btn:after,
      .flits-btn:before {
        content: " ";
        display: table;
      }

      .flits-btn:after {
        clear: both;
      }

      .flits-btn.disabled,
      .flits-btn[disabled],
      fieldset[disabled] .flits-btn {
        cursor: not-allowed;
        opacity: 0.65;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
      }

      .flits-btn-facebook {
        color: #ffffff !important;
        background-color: #3b5998 !important;
      }

      .flits-btn-twitter {
        color: #ffffff !important;
        background-color: #00aced !important;
      }

      .flits-btn-googleplus {
        color: #ffffff !important;
        background-color: #dd4b39 !important;
      }

      a.flits-btn {
        margin-top: 10px;
        opacity: 1;
      }

      a.flits-btn:hover,
      a.flits-btn:focus,
      a.flits-btn:active {
        opacity: 1;
      }

      .flits-btn-label {
        background: rgba(0, 0, 0, 0.05);
        display: inline-block;
        padding: 7px 15px;
        border-radius: 3px 0 0 3px;
        margin: -7px -13px;
        margin-right: 12px;
        float: left;
      }

      .flits-icon-facebook,
      .flits-icon-google,
      .flits-icon-twitter {
        display: inline-block;
        width: 20px;
        height: 20px;
        vertical-align: middle;
        fill: currentColor;
      }

      .flits-social-login-loading {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        z-index: 1000;
        background: rgba(0, 0, 0, 0.5);
      }

      .flits-loading-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
      }

      .flits-social-login-error {
        color: red !important;
        /*font-weight: bold;*/
        text-align: center;
        margin-top: 10px;
      }

      #flits-social-login-div {
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
      }

      #flits-social-login-div .flits-btn {
        width: 170px !important;
      }

      #flits-social-login-div a span {
        color: #fff;
      }

      @media only screen and (max-width: 749px) {
        .customer #flits-social-login-div .flits-btn-label {
          padding: 8px 10.5px;
        }

        .customer #flits-social-login-div .flits-btn-facebook .flits-btn-label {
          padding: 9px 10.5px;
        }
      }
    </style>
    <div>
      <input type="hidden" name="flits-token" value="16f906c6344115102f2cb658e8f629c2" id="flits-token">
      <input type="hidden" name="flits-reset-pass-url" value="/apps/flits/api/1/1436/reset-password" id="flits-reset-pass-url">
      <div id="flits-social-login-div">
        <div>
          <div style="text-align: center;">
            <a href="/apps/flits/api/1/1436/facebook/auth/login?token=16f906c6344115102f2cb658e8f629c2&amp;redirect_to=/checkout" class="flits-btn flits-btn-facebook">
                                    <span class="flits-btn-label">
                                        <img class="flits-icon-facebook" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIGZpbGw9IiNGRkZGRkYiID4gICAgPHBhdGggZD0iTTEzLDcuNDI5VjEwaDMuNUwxNiwxM2gtM3Y5SDl2LTlIN3YtM2wyLjAxMiwwLjAwOFY3LjQzNmMwLTIuODU3LDEuMTQzLTQuNDI5LDQuNDI5LTQuNDI5TDE3LDN2M2gtMi41NzEgQzEzLjE0Myw2LDEzLDYuNDI5LDEzLDcuNDI5eiI+PC9wYXRoPjwvc3ZnPg==">
                                    </span>
                                    <span>
                                        Facebook
                                    </span>
                                </a>
            <a href="/apps/flits/api/1/1436/google/auth/login?token=16f906c6344115102f2cb658e8f629c2&amp;redirect_to=/checkout" class="flits-btn flits-btn-googleplus">
                                    <span class="flits-btn-label">
                                        <img class="flits-icon-google" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTAgNTAiIGZpbGw9IiNGRkZGRkYiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDE3LjE4NzUgMTAuOTM3NSBDIDkuNDIxODc1IDEwLjkzNzUgMy4xMjUgMTcuMjM0Mzc1IDMuMTI1IDI1IEMgMy4xMjUgMzIuNzY1NjI1IDkuNDIxODc1IDM5LjA2MjUgMTcuMTg3NSAzOS4wNjI1IEMgMjQuOTUzMTI1IDM5LjA2MjUgMzEuMjUgMzIuNzY1NjI1IDMxLjI1IDI1IEMgMzEuMjUgMjQuMDM1MTU2IDMxLjE0NDUzMSAyMy4wOTM3NSAzMC45NjA5MzggMjIuMTg3NSBMIDMwLjg4MjgxMyAyMS44NzUgTCAxNy4xODc1IDIxLjg3NSBMIDE3LjE4NzUgMjYuNTYyNSBMIDI2LjU2MjUgMjYuNTYyNSBDIDI1LjgxNjQwNiAzMC45OTYwOTQgMjEuODMyMDMxIDM0LjM3NSAxNy4xODc1IDM0LjM3NSBDIDEyLjAwNzgxMyAzNC4zNzUgNy44MTI1IDMwLjE3OTY4OCA3LjgxMjUgMjUgQyA3LjgxMjUgMTkuODIwMzEzIDEyLjAwNzgxMyAxNS42MjUgMTcuMTg3NSAxNS42MjUgQyAxOS41MzEyNSAxNS42MjUgMjEuNjY3OTY5IDE2LjQ5MjE4OCAyMy4zMTI1IDE3LjkxNDA2MyBMIDI2LjY3MTg3NSAxNC42MjUgQyAyNC4xNzE4NzUgMTIuMzM1OTM4IDIwLjg0Mzc1IDEwLjkzNzUgMTcuMTg3NSAxMC45Mzc1IFogTSAzOS4wNjI1IDE3LjE4NzUgTCAzOS4wNjI1IDIxLjg3NSBMIDM0LjM3NSAyMS44NzUgTCAzNC4zNzUgMjUgTCAzOS4wNjI1IDI1IEwgMzkuMDYyNSAyOS42ODc1IEwgNDIuMTg3NSAyOS42ODc1IEwgNDIuMTg3NSAyNSBMIDQ2Ljg3NSAyNSBMIDQ2Ljg3NSAyMS44NzUgTCA0Mi4xODc1IDIxLjg3NSBMIDQyLjE4NzUgMTcuMTg3NSBaICI+PC9wYXRoPjwvZz48L3N2Zz4=">
                                    </span>
                                    <span>
                                        Google+
                                    </span>
                                </a>
            <a href="/apps/flits/api/1/1436/twitter/auth/login?token=16f906c6344115102f2cb658e8f629c2&amp;redirect_to=/checkout" class="flits-btn flits-btn-twitter">
                                    <span class="flits-btn-label">
                                       <img class="flits-icon-twitter" src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYgMjYiIGZpbGw9IiNGRkZGRkYiID48ZyBpZD0ic3VyZmFjZTEiPjxwYXRoIHN0eWxlPSIgIiBkPSJNIDI1Ljg1NTQ2OSA1LjU3NDIxOSBDIDI0LjkxNDA2MyA1Ljk5MjE4OCAyMy45MDIzNDQgNi4yNzM0MzggMjIuODM5ODQ0IDYuNDAyMzQ0IEMgMjMuOTIxODc1IDUuNzUgMjQuNzU3ODEzIDQuNzIyNjU2IDI1LjE0ODQzOCAzLjQ5NjA5NCBDIDI0LjEzMjgxMyA0LjA5NzY1NiAyMy4wMDc4MTMgNC41MzUxNTYgMjEuODEyNSA0Ljc2OTUzMSBDIDIwLjg1NTQ2OSAzLjc1IDE5LjQ5MjE4OCAzLjExMzI4MSAxNy45ODA0NjkgMy4xMTMyODEgQyAxNS4wODIwMzEgMy4xMTMyODEgMTIuNzMwNDY5IDUuNDY0ODQ0IDEyLjczMDQ2OSA4LjM2MzI4MSBDIDEyLjczMDQ2OSA4Ljc3MzQzOCAxMi43NzczNDQgOS4xNzU3ODEgMTIuODY3MTg4IDkuNTU4NTk0IEMgOC41MDM5MDYgOS4zMzk4NDQgNC42MzY3MTkgNy4yNDYwOTQgMi4wNDY4NzUgNC4wNzAzMTMgQyAxLjU5Mzc1IDQuODQ3NjU2IDEuMzM1OTM4IDUuNzUgMS4zMzU5MzggNi43MTQ4NDQgQyAxLjMzNTkzOCA4LjUzNTE1NiAyLjI2MTcxOSAxMC4xNDA2MjUgMy42NzE4NzUgMTEuMDgyMDMxIEMgMi44MDg1OTQgMTEuMDU0Njg4IDIgMTAuODIwMzEzIDEuMjkyOTY5IDEwLjQyNTc4MSBDIDEuMjkyOTY5IDEwLjQ0OTIxOSAxLjI5Mjk2OSAxMC40Njg3NSAxLjI5Mjk2OSAxMC40OTIxODggQyAxLjI5Mjk2OSAxMy4wMzUxNTYgMy4xMDE1NjMgMTUuMTU2MjUgNS41MDM5MDYgMTUuNjQwNjI1IEMgNS4wNjI1IDE1Ljc2MTcxOSA0LjYwMTU2MyAxNS44MjQyMTkgNC4xMjEwOTQgMTUuODI0MjE5IEMgMy43ODEyNSAxNS44MjQyMTkgMy40NTMxMjUgMTUuNzkyOTY5IDMuMTMyODEzIDE1LjczMDQ2OSBDIDMuODAwNzgxIDE3LjgxMjUgNS43MzgyODEgMTkuMzM1OTM4IDguMDM1MTU2IDE5LjM3NSBDIDYuMjQyMTg4IDIwLjc4NTE1NiAzLjk3NjU2MyAyMS42MjEwOTQgMS41MTU2MjUgMjEuNjIxMDk0IEMgMS4wODk4NDQgMjEuNjIxMDk0IDAuNjc1NzgxIDIxLjU5NzY1NiAwLjI2NTYyNSAyMS41NTA3ODEgQyAyLjU4NTkzOCAyMy4wMzkwNjMgNS4zNDc2NTYgMjMuOTA2MjUgOC4zMTI1IDIzLjkwNjI1IEMgMTcuOTY4NzUgMjMuOTA2MjUgMjMuMjUgMTUuOTA2MjUgMjMuMjUgOC45NzI2NTYgQyAyMy4yNSA4Ljc0MjE4OCAyMy4yNDYwOTQgOC41MTU2MjUgMjMuMjM0Mzc1IDguMjg5MDYzIEMgMjQuMjYxNzE5IDcuNTU0Njg4IDI1LjE1MjM0NCA2LjYyODkwNiAyNS44NTU0NjkgNS41NzQyMTkgIj48L3BhdGg+PC9nPjwvc3ZnPg==">
                                    </span>
                                    <span>
                                        Twitter
                                    </span>
                                </a>
          </div>
          <div class="flits-social-login-error" style="display:none;"></div>
        </div>
      </div>
    </div>
    <span class="btn-text" data-btn="exist-account">Already Have Account</span>
  </div>
</form>

POST /checkout

<form method="post" action="/checkout" id="customer_login_guest" accept-charset="UTF-8">
  <input class="guest_button button button--primary button--full-width button--hover-inverted text-sm font-helvetica" type="submit" value="Checkout">
</form>

POST #

<form class="acsb-form" data-acsb-search="form" enctype="multipart/form-data" action="#" method="POST"> <input type="text" tabindex="0" name="acsb_search" autocomplete="off" placeholder="Unclear content? Search in dictionary..."
    aria-label="Unclear content? Search in dictionary..."> <i class="acsbi-search"></i> <i class="acsbi-chevron_down"></i> </form>

Text Content

Use Website In a Screen-Reader Mode
Skip to Content
↵ENTER
Skip to Menu
↵ENTER
Skip to Footer
↵ENTER


Skip to content

FREE TOPAZ FACE STICK ORDERS $200+
FREE SHIPPING U.S. ORDERS $100+

MENU
 * Shop
    * Makeup
       * Sculpted Complexion Stick - NEW!
       * Contour Collections
       * Sculpted Face Stick
       * Full Bloom Sculpted Lipstick Sets
       * Full Bloom Sculpted Lipstick
       * Tinted Sculpted Lip Oil
       * Tinted Lip Sets
       * Sculpted Lip Oil – Clear
   
    * Skincare
       * Natural Retinol Bakuchiol 2% Elixir - NEW!
       * Glacial Clay Detox Mask
       * Indigo Dream Renewal Cream
       * Brightening Botanical Eye Balm
       * Velvet Botanical Moisturizer
       * Jojoba Glow Face Oil
       * Seeds of Youth Serum
       * Luminous Botanical Face Mist
       * Botanical Brilliance Exfoliating Cleanser
       * Liquid Gold Cleansing Oil
       * Gentle Glow Cleansing Cloths
   
    * Bundles
       * Complete Cleanse - NEW!
       * Mod Minimalist
       * Bright Eyes Bundle
       * Clean Color Trio
       * Glow Trio
       * Dew Kit
       * Dynamic Duo
   
    * Gift Sets
       * Contour Collections
       * Ultimate Color Collection - LIMITED EDITION!
       * Signature Skincare Collection - LIMITED EDITION!
       * Clean Beauty Collection - LIMITED EDITION!
       * Full Bloom Sculpted Lipstick Sets
       * Tinted Lip Sets
   
    * Accessories
       * The Blender Brush
   
    * E-Gift Cards
       * E-Gift Cards
       * Check E-Gift Card Balance

 * Rewards
 * About
    * Our Story
    * FAQ
    * Blog
    * Ingredients
    * The Glow Book

 * Press

Login




 * Shop
    * Makeup
       * Sculpted Complexion Stick - NEW!
       * Contour Collections
       * Sculpted Face Stick
       * Full Bloom Sculpted Lipstick Sets
       * Full Bloom Sculpted Lipstick
       * Tinted Sculpted Lip Oil
       * Tinted Lip Sets
       * Sculpted Lip Oil – Clear
   
    * Skincare
       * Natural Retinol Bakuchiol 2% Elixir - NEW!
       * Glacial Clay Detox Mask
       * Indigo Dream Renewal Cream
       * Brightening Botanical Eye Balm
       * Velvet Botanical Moisturizer
       * Jojoba Glow Face Oil
       * Seeds of Youth Serum
       * Luminous Botanical Face Mist
       * Botanical Brilliance Exfoliating Cleanser
       * Liquid Gold Cleansing Oil
       * Gentle Glow Cleansing Cloths
   
    * Bundles
       * Complete Cleanse - NEW!
       * Mod Minimalist
       * Bright Eyes Bundle
       * Clean Color Trio
       * Glow Trio
       * Dew Kit
       * Dynamic Duo
   
    * Gift Sets
       * Contour Collections
       * Ultimate Color Collection - LIMITED EDITION!
       * Signature Skincare Collection - LIMITED EDITION!
       * Clean Beauty Collection - LIMITED EDITION!
       * Full Bloom Sculpted Lipstick Sets
       * Tinted Lip Sets
   
    * Accessories
       * The Blender Brush
   
    * E-Gift Cards
       * E-Gift Cards
       * Check E-Gift Card Balance

 * Rewards
 * 
 * About
    * Our Story
    * FAQ
    * Blog
    * Ingredients
    * The Glow Book

 * Press

Login
Search

Cart
00 items


YOUR BAG (0)

Continue shopping

Free Shipping

GIFT

Spend $100 more & get FREE SHIPPING!

Your Cart is Empty




PAIRS WELL WITH

Tinted Sculpted Lip Oil
$28.00
Add
Sculpted Complexion Stick
$58.00
Add
Contour Collections
$126.00
Add
Sculpted Face Stick
$52.00
Add

 * Savings -$0.00
 * Subtotal $0
 * 

Checkout as Guest Layer 1 Layer 1
Checkout with Account
Save time, earn points & exclusive discounts. Layer 1 Layer 1
Facebook Google+ Twitter

Forgot your password? Create New Account
Reset Password

We will send you an email to reset your password

Cancel
Facebook Google+ Twitter

Already Have Account

sign in & checkout
create account
Shop Now. Pay Later.

This order is worth 0 rewards points.


WARM GLOW


FREE SCULPTED
FACE STICK IN TOPAZ

With Orders $200+ ($52 Value)

SHOP

INTRODUCING


NATURAL RETINOL
BAKUCHIOL 2%

Revitalizing Ageless Elixir

SHOP


WARM GLOW


FREE SCULPTED
FACE STICK IN TOPAZ

With Orders $200+ ($52 Value)

SHOP

INTRODUCING


NATURAL RETINOL
BAKUCHIOL 2%

Revitalizing Ageless Elixir

SHOP




BEST SELLERS


CONTOUR COLLECTIONS

star rating 5,288 Reviews






SCULPTED COMPLEXION STICK

star rating 531 Reviews






SCULPTED FACE STICK

star rating 5,288 Reviews






TINTED SCULPTED LIP OIL

star rating 3,681 Reviews






THE BLENDER BRUSH

star rating 1,284 Reviews






NATURAL RETINOL BAKUCHIOL 2% ELIXIR

4.8 star rating 16103 Reviews






ULTIMATE COLOR COLLECTION

star rating 186 Reviews






TINTED LIP SETS

star rating 3,681 Reviews






SCULPTED LIP OIL - CLEAR

star rating 1,175 Reviews






FULL BLOOM SCULPTED LIPSTICK

star rating 242 Reviews







 * 
 * 


 * 
 * 
 * 
 * 
 * 




SHOP @OGEE INSTAGRAM #BEYONDCLEANBEAUTY

Chevron pointing left
SUSTAINABLE SELF-CARE GIVEAWAY ✨ To celebrate Earth Day, we have partnered with
some of our favorite eco-conscious brands (and fellow stewards of sustainable
p...
22 APRIL 2023

A new wave of clean beauty for your complexion.✨Our Sculpted Complexion Sticks
are BACK in all 9 shades! Amplify the appearance of flawless, glowing skin with
t...
14 APRIL 2023
Sculpted Complexion Stick
58.00
You don't have to go to the beach to get the perfect sun-kissed glow. ✨Starting
today, receive our Sculpted Face Stick in Topaz with your purchase of $200+.
It'...
05 APRIL 2023
Sculpted Face Stick- Topaz
52.00
The perfect pair! 💕 Our Blender Brush and Sculpted Face Sticks are the ultimate
color perfecting cream companions. #BeyondCleanBeauty
05 APRIL 2023
The Blender Brush
48.00
Sculpted Complexion Stick
58.00
Sculpted Face Stick
52.00
Natural Retinol Bakuchiol 2% Elixir
88.00
Contour Collections
126.00
Spring looks are in full bloom!🌷Here are some of our favorite clean beauty
products that will brighten your look this season: ✨ Sculpted Complexion Stick
in ...
04 APRIL 2023
Sculpted Complexion Stick- Maple 9.0 W
58.00
Golden Contour Collection
126.00
Nolana - Terracotta Brown
28.00
Full Bloom Sculpted Lip Stick- Zuri
32.00
The reviews are in and they're as dreamy as the cream itself.✨Our Indigo Dream
Renewal Cream is your new nighttime ritual necessity! Results like this only
come...
02 APRIL 2023
Indigo Dream Renewal Cream
132.00
Natural Retinol Bakuchiol 2% Elixir
88.00
Changing the tides on conventional clay masks. Dive into the groundbreaking
ingredients of our Glacial Clay Detox Mask that set this mineral-rich mask apart
fro...
30 MARCH 2023
Glacial Clay Detox Mask
78.00
A glowing review from the gorgeous Halle Berry. ✨ Perfect the appearance of
no-makeup-makeup with our organic beauty products. Our makeup is rich in a
hydrating...
28 MARCH 2023
Natural Retinol Bakuchiol 2% Elixir
88.00
Contour Collections
126.00
Not your average clay mask. Our Glacial Clay Detox Mask is made up of 60%
Glacial Oceanic Clay combined with skin-loving ingredients like Rosemary, Aloe
Vera, a...
21 MARCH 2023

You don't have to go to the bottom of the ocean to discover the secrets of our
new Glacial Clay Detox Mask. 🌊 Head to our Instagram stories to test your
knowle...
19 MARCH 2023

Need another reason to shop organic beauty? This weekend only, all purchases
over $250 receive our best-selling Blossom Tinted Lip Set. Bloom into spring.
🌸🌹✨...
17 MARCH 2023
Tinted Lip Set (4pc) - Blossom
95.00
Which radiance-enhancing Sculpted Face Stick is your glow-to highlighter? ✨
Moonstone: Ultraviolet Sheen ✨ Pearl: Pearlescent Peony Shimmer ✨ Opal:
Starlight...
15 MARCH 2023
Sculpted Face Stick
52.00
Glacial Clay Detox Mask
78.00
An overnight sensation. ✨ Discover the breakthrough botanical ingredients of our
new Indigo Dream Renewal Cream. Electric Daisy targets signs of aging while
Blu...
14 MARCH 2023
Indigo Dream Renewal Cream
132.00
Sweet dreams are made of this. 💙 Our Indigo Dream Renewal Cream is made with
high-performance, certified organic ingredients like Blue Tansy and Electric
Daisy...
12 MARCH 2023
Indigo Dream Renewal Cream
132.00
Don't sleep on our newest launch! Glow to sleep with our Indigo Dream Renewal
Cream. This calming, cerulean formula will deliver anti-aging action while you
sle...
10 MARCH 2023
Indigo Dream Renewal Cream
132.00
Cleanse, tone, and glow. Our Complete Cleanse is a thoughtfully curated,
three-step routine to double cleanse, restore moisture, and reveal radiant skin;
the pe...
08 MARCH 2023
Complete Cleanse
149.00
Glacial Clay Detox Mask
78.00
Results like these only happen once in a blue moon. Have you tried our Indigo
Dream Renewal Cream yet? #BeyondCleanBeauty
07 MARCH 2023
Indigo Dream Renewal Cream
132.00
20% OFF EXTENDED!🎉 Celebrate seven years of organic beauty for one last day
with code CELEBRATE7 at checkout. #BeyondCleanBeauty
05 MARCH 2023

Get Glowing: don't miss out on 20% off our radiance-enhancing highlighters for
effortless luminosity. Save extra on our top-selling sets, like our Crystal
Conto...
04 MARCH 2023
Opal
52.00
Carnelian - Luminous Coral
52.00
Sculpted Face Stick- Pearl
52.00
In celebration of seven skin-loving years of Ogee, we've specially crafted seven
signature looks that are effortlessly versatile & especially glow-worthy just
f...
04 MARCH 2023
Glacial Clay Detox Mask
78.00
Indulge in supercharged skin results overnight with our newest Indigo Dream
Renewal Cream’s bountiful botanical benefits! 💙✨ #BeyondCleanBeauty
02 MARCH 2023
Indigo Dream Renewal Cream
132.00
When to buy best-selling bundles at their best price? The answer is: NOW! Shop
already discounted sets & bundles at an additional 20% OFF for a limited time
w...
27 FEBRUARY 2023
Indigo Dream Renewal Cream
132.00
Complexion, color, blend, REPEAT 🔁 Get 20% OFF our top beauty essentials with
code: CELEBRATE7 #BeyondCleanBeauty
26 FEBRUARY 2023
Sculpted Complexion Stick
58.00
Sculpted Face Stick
52.00
The Blender Brush
48.00
We’re gonna party like it’s our birthday… and take an additional 20% OFF already
discounted sets & bundles! Use code: CELEBRATE7 #BeyondCleanBeauty
24 FEBRUARY 2023
Signature Skincare Collection
284.00
Chevron pointing right


Shop
 * Products
 * Rewards
 * Reviews
 * Returns & Shipping
 * Accessibility

About
 * Our Story
 * Blog
 * FAQs
 * Affiliate
 * Creator

Contact
 * Call: 888.376.8037
 * Email: support@ogee.com
 * Media: pr@ogee.com
 * Wholesale: wholesale@ogee.com

Follow
 * Twitter
 * Facebook
 * Pinterest
 * Instagram
 * Vimeo


© 2023, Ogee All Rights Reserved | Made In USA | Terms & Conditions | Privacy
Policy | Manage Preferences
 * Choosing a selection results in a full page refresh.

front








ABOUT YOUR PRIVACY




 * YOUR PRIVACY


 * STRICTLY NECESSARY COOKIES


 * PERFORMANCE COOKIES


 * FUNCTIONAL COOKIES


 * TARGETING COOKIES


 * STORE AND/OR ACCESS INFORMATION ON A DEVICE


 * PERSONALISED ADS AND CONTENT, AD AND CONTENT MEASUREMENT, AUDIENCE INSIGHTS
   AND PRODUCT DEVELOPMENT


 * USE PRECISE GEOLOCATION DATA


 * ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION


 * ENSURE SECURITY, PREVENT FRAUD, AND DEBUG


 * TECHNICALLY DELIVER ADS OR CONTENT


 * MATCH AND COMBINE OFFLINE DATA SOURCES


 * LINK DIFFERENT DEVICES


 * RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

YOUR PRIVACY

We process your data to deliver content or advertisements and measure the
delivery of such content or advertisements to extract insights about our
website. We share this information with our partners on the basis of consent and
legitimate interest. You may exercise your right to consent or object to a
legitimate interest, based on a specific purpose below or at a partner level in
the link under each purpose. These choices will be signaled to our vendors
participating in the Transparency and Consent Framework.
More information

List of IAB Vendors‎

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies


These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies


These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies


These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.

STORE AND/OR ACCESS INFORMATION ON A DEVICE

Store and/or access information on a device


Cookies, device identifiers, or other information can be stored or accessed on
your device for the purposes presented to you.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

PERSONALISED ADS AND CONTENT, AD AND CONTENT MEASUREMENT, AUDIENCE INSIGHTS AND
PRODUCT DEVELOPMENT

Personalised ads and content, ad and content measurement, audience insights and
product development


 * SELECT BASIC ADS
   
   Switch Label
   
   Ads can be shown to you based on the content you’re viewing, the app you’re
   using, your approximate location, or your device type.
   
   Object to Legitimate Interests Remove Objection

 * CREATE A PERSONALISED ADS PROFILE
   
   Switch Label
   
   A profile can be built about you and your interests to show you personalised
   ads that are relevant to you.
   
   Object to Legitimate Interests Remove Objection

 * SELECT PERSONALISED ADS
   
   Switch Label
   
   Personalised ads can be shown to you based on a profile about you.
   
   Object to Legitimate Interests Remove Objection

 * CREATE A PERSONALISED CONTENT PROFILE
   
   Switch Label
   
   A profile can be built about you and your interests to show you personalised
   content that is relevant to you.
   
   Object to Legitimate Interests Remove Objection

 * SELECT PERSONALISED CONTENT
   
   Switch Label
   
   Personalised content can be shown to you based on a profile about you.
   
   Object to Legitimate Interests Remove Objection

 * MEASURE AD PERFORMANCE
   
   Switch Label
   
   The performance and effectiveness of ads that you see or interact with can be
   measured.
   
   Object to Legitimate Interests Remove Objection

 * MEASURE CONTENT PERFORMANCE
   
   Switch Label
   
   The performance and effectiveness of content that you see or interact with
   can be measured.
   
   Object to Legitimate Interests Remove Objection

 * APPLY MARKET RESEARCH TO GENERATE AUDIENCE INSIGHTS
   
   Switch Label
   
   Market research can be used to learn more about the audiences who visit
   sites/apps and view ads.
   
   Object to Legitimate Interests Remove Objection

 * DEVELOP AND IMPROVE PRODUCTS
   
   Switch Label
   
   Your data can be used to improve existing systems and software, and to
   develop new products
   
   Object to Legitimate Interests Remove Objection

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

USE PRECISE GEOLOCATION DATA

Use precise geolocation data


Your precise geolocation data can be used in support of one or more purposes.
This means your location can be accurate to within several meters.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

ACTIVELY SCAN DEVICE CHARACTERISTICS FOR IDENTIFICATION

Actively scan device characteristics for identification


Your device can be identified based on a scan of your device's unique
combination of characteristics.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

ENSURE SECURITY, PREVENT FRAUD, AND DEBUG

Always Active

Your data can be used to monitor for and prevent fraudulent activity, and ensure
systems and processes work properly and securely.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

TECHNICALLY DELIVER ADS OR CONTENT

Always Active

Your device can receive and send information that allows you to see and interact
with ads and content.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

MATCH AND COMBINE OFFLINE DATA SOURCES

Always Active

Data from offline data sources can be combined with your online activity in
support of one or more purposes

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

LINK DIFFERENT DEVICES

Always Active

Different devices can be determined as belonging to you or your household in
support of one or more of purposes.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab

RECEIVE AND USE AUTOMATICALLY-SENT DEVICE CHARACTERISTICS FOR IDENTIFICATION

Always Active

Your device might be distinguished from other devices based on information it
automatically sends, such as IP address or browser type.

List of IAB Vendors‎ | View Full Legal Text Opens in a new Tab
Back Button Back



Vendor Search
Filter Button
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Clear
checkbox label label
Apply Cancel
Confirm My Choices
Allow All


English
Accessibility Adjustments
Reset Settings Statement Hide Interface

Choose the right accessibility profile for you
OFF ON
Seizure Safe Profile Clear flashes & reduces color
This profile enables epileptic and seizure prone users to browse safely by
eliminating the risk of seizures that result from flashing or blinking
animations and risky color combinations.
OFF ON
Vision Impaired Profile Enhances website's visuals
This profile adjusts the website, so that it is accessible to the majority of
visual impairments such as Degrading Eyesight, Tunnel Vision, Cataract,
Glaucoma, and others.
OFF ON
ADHD Friendly Profile More focus & fewer distractions
This profile significantly reduces distractions, to help people with ADHD and
Neurodevelopmental disorders browse, read, and focus on the essential elements
of the website more easily.
OFF ON
Cognitive Disability Profile Assists with reading & focusing
This profile provides various assistive features to help users with cognitive
disabilities such as Autism, Dyslexia, CVA, and others, to focus on the
essential elements of the website more easily.
OFF ON
Keyboard Navigation (Motor) Use website with the keyboard
This profile enables motor-impaired persons to operate the website using the
keyboard Tab, Shift+Tab, and the Enter keys. Users can also use shortcuts such
as “M” (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics)
to jump to specific elements.

Note: This profile prompts automatically for keyboard users.
OFF ON
Blind Users (Screen Reader) Optimize website for screen-readers
This profile adjusts the website to be compatible with screen-readers such as
JAWS, NVDA, VoiceOver, and TalkBack. A screen-reader is software that is
installed on the blind user’s computer and smartphone, and websites should
ensure compatibility with it.

Note: This profile prompts automatically to screen-readers.
Content Adjustments
Content Scaling
Default

Readable Font
Highlight Titles
Highlight Links
Text Magnifier
Adjust Font Sizing
Default

Align Center
Adjust Line Height
Default

Align Left
Adjust Letter Spacing
Default

Align Right
Color Adjustments
Dark Contrast
Light Contrast
High Contrast
High Saturation
Adjust Text Colors
Cancel
Monochrome
Adjust Title Colors
Cancel
Low Saturation
Adjust Background Colors
Cancel
Orientation Adjustments
Mute Sounds
Hide Images
Read Mode
Reading Guide
Useful Links
Select an option Home Header Footer Main Content
Stop Animations
Reading Mask
Highlight Hover
Highlight Focus
Big Black Cursor
Big White Cursor
HIDDEN_ADJUSTMENTS
Keyboard Navigation
Accessible Mode
Screen Reader Adjustments
Read Mode
Web Accessibility By
Learn More
Choose the Interface Language
English
Español
Deutsch
Português
Français
Italiano
עברית
繁體中文
Pусский
عربى
عربى
Nederlands
繁體中文
日本語
Polski
Türk
Accessibility StatementCompliance status

We firmly believe that the internet should be available and accessible to anyone
and are committed to providing a website that is accessible to the broadest
possible audience, regardless of ability.

To fulfill this, we aim to adhere as strictly as possible to the World Wide Web
Consortium’s (W3C) Web Content Accessibility Guidelines 2.1 (WCAG 2.1) at the AA
level. These guidelines explain how to make web content accessible to people
with a wide array of disabilities. Complying with those guidelines helps us
ensure that the website is accessible to blind people, people with motor
impairments, visual impairment, cognitive disabilities, and more.

This website utilizes various technologies that are meant to make it as
accessible as possible at all times. We utilize an accessibility interface that
allows persons with specific disabilities to adjust the website’s UI (user
interface) and design it to their personal needs.

Additionally, the website utilizes an AI-based application that runs in the
background and optimizes its accessibility level constantly. This application
remediates the website’s HTML, adapts its functionality and behavior for
screen-readers used by blind users, and for keyboard functions used by
individuals with motor impairments.

If you wish to contact the website’s owner please use the website's form

Screen-reader and keyboard navigation

Our website implements the ARIA attributes (Accessible Rich Internet
Applications) technique, alongside various behavioral changes, to ensure blind
users visiting with screen-readers can read, comprehend, and enjoy the website’s
functions. As soon as a user with a screen-reader enters your site, they
immediately receive a prompt to enter the Screen-Reader Profile so they can
browse and operate your site effectively. Here’s how our website covers some of
the most important screen-reader requirements:

 1. Screen-reader optimization: we run a process that learns the website’s
    components from top to bottom, to ensure ongoing compliance even when
    updating the website. In this process, we provide screen-readers with
    meaningful data using the ARIA set of attributes. For example, we provide
    accurate form labels; descriptions for actionable icons (social media icons,
    search icons, cart icons, etc.); validation guidance for form inputs;
    element roles such as buttons, menus, modal dialogues (popups), and others. 
    
    Additionally, the background process scans all of the website’s images. It
    provides an accurate and meaningful image-object-recognition-based
    description as an ALT (alternate text) tag for images that are not
    described. It will also extract texts embedded within the image using an OCR
    (optical character recognition) technology. To turn on screen-reader
    adjustments at any time, users need only to press the Alt+1 keyboard
    combination. Screen-reader users also get automatic announcements to turn
    the Screen-reader mode on as soon as they enter the website.
    
    These adjustments are compatible with popular screen readers such as JAWS,
    NVDA, VoiceOver, and TalkBack.
    
    
 2. Keyboard navigation optimization: The background process also adjusts the
    website’s HTML and adds various behaviors using JavaScript code to make the
    website operable by the keyboard. This includes the ability to navigate the
    website using the Tab and Shift+Tab keys, operate dropdowns with the arrow
    keys, close them with Esc, trigger buttons and links using the Enter key,
    navigate between radio and checkbox elements using the arrow keys, and fill
    them in with the Spacebar or Enter key.
    
    Additionally, keyboard users will find content-skip menus available at any
    time by clicking Alt+2, or as the first element of the site while navigating
    with the keyboard. The background process also handles triggered popups by
    moving the keyboard focus towards them as soon as they appear, not allowing
    the focus to drift outside.
    
    Users can also use shortcuts such as “M” (menus), “H” (headings), “F”
    (forms), “B” (buttons), and “G” (graphics) to jump to specific elements.

Disability profiles supported on our website
 * Epilepsy Safe Profile: this profile enables people with epilepsy to safely
   use the website by eliminating the risk of seizures resulting from flashing
   or blinking animations and risky color combinations.
 * Vision Impaired Profile: this profile adjusts the website so that it is
   accessible to the majority of visual impairments such as Degrading Eyesight,
   Tunnel Vision, Cataract, Glaucoma, and others.
 * Cognitive Disability Profile: this profile provides various assistive
   features to help users with cognitive disabilities such as Autism, Dyslexia,
   CVA, and others, to focus on the essential elements more easily.
 * ADHD Friendly Profile: this profile significantly reduces distractions and
   noise to help people with ADHD, and Neurodevelopmental disorders browse,
   read, and focus on the essential elements more easily.
 * Blind Users Profile (Screen-readers): this profile adjusts the website to be
   compatible with screen-readers such as JAWS, NVDA, VoiceOver, and TalkBack. A
   screen-reader is installed on the blind user’s computer, and this site is
   compatible with it.
 * Keyboard Navigation Profile (Motor-Impaired): this profile enables
   motor-impaired persons to operate the website using the keyboard Tab,
   Shift+Tab, and the Enter keys. Users can also use shortcuts such as “M”
   (menus), “H” (headings), “F” (forms), “B” (buttons), and “G” (graphics) to
   jump to specific elements.

Additional UI, design, and readability adjustments
 1. Font adjustments – users can increase and decrease its size, change its
    family (type), adjust the spacing, alignment, line height, and more.
 2. Color adjustments – users can select various color contrast profiles such as
    light, dark, inverted, and monochrome. Additionally, users can swap color
    schemes of titles, texts, and backgrounds with over seven different coloring
    options.
 3. Animations – epileptic users can stop all running animations with the click
    of a button. Animations controlled by the interface include videos, GIFs,
    and CSS flashing transitions.
 4. Content highlighting – users can choose to emphasize essential elements such
    as links and titles. They can also choose to highlight focused or hovered
    elements only.
 5. Audio muting – users with hearing devices may experience headaches or other
    issues due to automatic audio playing. This option lets users mute the
    entire website instantly.
 6. Cognitive disorders – we utilize a search engine linked to Wikipedia and
    Wiktionary, allowing people with cognitive disorders to decipher meanings of
    phrases, initials, slang, and others.
 7. Additional functions – we allow users to change cursor color and size, use a
    printing mode, enable a virtual keyboard, and many other functions.

Assistive technology and browser compatibility

We aim to support as many browsers and assistive technologies as possible, so
our users can choose the best fitting tools for them, with as few limitations as
possible. Therefore, we have worked very hard to be able to support all major
systems that comprise over 95% of the user market share, including Google
Chrome, Mozilla Firefox, Apple Safari, Opera and Microsoft Edge, JAWS, and NVDA
(screen readers), both for Windows and MAC users.

Notes, comments, and feedback

Despite our very best efforts to allow anybody to adjust the website to their
needs, there may still be pages or sections that are not fully accessible, are
in the process of becoming accessible, or are lacking an adequate technological
solution to make them accessible. Still, we are continually improving our
accessibility, adding, updating, improving its options and features, and
developing and adopting new technologies. All this is meant to reach the optimal
level of accessibility following technological advancements. If you wish to
contact the website’s owner, please use the website's form

Hide Accessibility Interface? Please note: If you choose to hide the
accessibility interface, you won't be able to see it anymore, unless you clear
your browsing history and data. Are you sure that you wish to hide the
interface?
Accept Cancel

Continue



Processing the data, please give it a few seconds...


Earn Rewards
Refer Friends
Press Alt+1 for screen-reader mode