store.gia.edu Open in urlscan Pro
23.227.38.74  Public Scan

Submitted URL: https://supportkit.gia.edu/
Effective URL: https://store.gia.edu/
Submission: On July 18 via automatic, source certstream-suspicious — Scanned from CA

Form analysis 8 forms found in the DOM

POST /cart

<form action="/cart" method="post" novalidate="" class="cart-drawer-form">
  <div id="cartSlideoutWrapper" class="envy-shopping-right slideout-panel-hidden cart-drawer-right slideout-menu">
    <a href="#sidr" class="slide-menu menu-close-icon cart-menu-close"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg></a>
    <span class="h3">Your Cart</span>
    <div class="cart-error-box"></div>
    <div class="cart-empty-box"> Your basket is empty </div>
    <script type="application/template" id="cart-item-template"> <div class="cart-item">
				<div class="cart-item-image--wrapper">
					<a class="cart-item-link" href="/product">
						<img
							class="cart-item-image"
							src="/product/image.jpg"
							alt=""
						/>
					</a>
				</div>
				<div class="cart-item-details--wrapper">
					<a href="/product" class="cart-item-link cart-item-details--product-title-wrapper">
						<span class="cart-item-product-title"></span>
						<span class="cart-item-variant-title"></span>
					</a>

					<div class="cart-item--quantity-price-wrapper">
						<div class="cart-item--quantity-wrapper">
							<button type="button" class="cart-item-quantity-button cart-item-decrease" data-amount="-1" aria-label="Reduce item quantity by one">-</button>
							<input type="text" class="cart-item-quantity" min="1" pattern="[0-9]*" aria-label="quantity" />
							<button type="button" class="cart-item-quantity-button cart-item-increase" data-amount="1" aria-label="Increase item quantity by one">+</button>
						</div>

						<div class="cart-item-price-wrapper">
							<span class="cart-item-price-original"></span>
							<span class="cart-item-price"></span>
						</div>

						<ul class="order-discount--cart-list" aria-label="Discount"></ul>
					</div>
				</div>
			</div>
		</script>
    <script type="application/json" id="initial-cart">
      {
        "note": null,
        "attributes": {},
        "original_total_price": 0,
        "total_price": 0,
        "total_discount": 0,
        "total_weight": 0.0,
        "item_count": 0,
        "items": [],
        "requires_shipping": false,
        "currency": "USD",
        "items_subtotal_price": 0,
        "cart_level_discount_applications": [],
        "checkout_charge_amount": 0
      }
    </script>
    <div class="cart-items"></div>
    <div class="ajax-cart--bottom-wrapper">
      <div class="ajax-cart--cart-discount">
        <div class="cart--order-discount-wrapper custom-font ajax-cart-discount-wrapper"></div>
      </div>
      <div class="ajax-cart--cart-original-price">
        <h5><span class="cart-item-original-total-price" style="display: none;"><span class="money">$0.00</span></span></h5>
      </div>
      <div class="ajax-cart--total-price hide">
        <h4><span class="cart-item-total-price" id="cart-price"><span class="money">$0.00</span></span></h4>
        <span class="cart-item-price-text">total cart value</span>
      </div>
      <div class="slide-checkout-buttons">
        <!--<button type="submit" name="checkout" class="btn btn-success cart-button-checkout">
				<span class="cart-button-checkout-text">Check Out</span>
				<div class="cart-button-checkout-spinner lds-dual-ring hide"></div>
			</button>-->
        <a href="/cart" class="btn btn-success cart-button-checkout hide">VIEW CART</a>
        <div class="additional-checkout-buttons hide" style="display: none;">
          <div class="dynamic-checkout__content" id="dynamic-checkout-cart" data-shopify="dynamic-checkout-cart" style="display: none;"></div>
        </div>
        <a href="#sidr" class="btn btn-default cart-menu-close">Continue Shopping</a><br>
      </div>
    </div>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <input type="hidden" name="type" value="product,">
    <input aria-label="Search" id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <div class="search_bar--controls">
      <button aria-label="Submit" id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <a href="#" aria-label="Close" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

/search

<form id="search-page-form" action="/search">
  <div id="search-wrapper">
    <input type="hidden" name="type" value="product,">
    <input aria-label="Search" id="search_text" name="q" type="text" size="20" placeholder="Search...">
    <div class="search_bar--controls">
      <button aria-label="Submit" id="search_submit" type="submit">
        <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-search">
          <circle cx="11" cy="11" r="8"></circle>
          <line x1="21" y1="21" x2="16.65" y2="16.65"></line>
        </svg>
      </button>
    </div>
    <a href="#" aria-label="Close" class="search-show" title="Search">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-x"><line x1="18" y1="6" x2="6" y2="18"></line><line x1="6" y1="6" x2="18" y2="18"></line></svg>
          </a>
  </div>
</form>

<form id="mktoForm_3170" novalidate="novalidate" class="mktoForm mktoHasWidth mktoLayoutLeft" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); width: 190px;">
  <style type="text/css">
    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
      color: #fff;
      border: 1px solid #75ae4c;
      padding: 0.4em 1em;
      font-size: 1em;
      background-color: #99c47c;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#99c47c), to(#75ae4c));
      background-image: -webkit-linear-gradient(top, #99c47c, #75ae4c);
      background-image: -moz-linear-gradient(top, #99c47c, #75ae4c);
      background-image: linear-gradient(to bottom, #99c47c, #75ae4c);
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
      border: 1px solid #447f19;
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
      outline: none;
      border: 1px solid #447f19;
    }

    .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:active {
      background-color: #75ae4c;
      background-image: -webkit-gradient(linear, left top, left bottom, from(#75ae4c), to(#99c47c));
      background-image: -webkit-linear-gradient(top, #75ae4c, #99c47c);
      background-image: -moz-linear-gradient(top, #75ae4c, #99c47c);
      background-image: linear-gradient(to bottom, #75ae4c, #99c47c);
    }
  </style>
  <div class="mktoFormRow">
    <div class="mktoFieldDescriptor mktoFormCol" style="margin-bottom: 10px;">
      <div class="mktoOffset" style="width: 10px;"></div>
      <div class="mktoFieldWrap mktoRequiredField"><label for="Email" id="LblEmail" class="mktoLabel mktoHasWidth" style="width: 10px;">
          <div class="mktoAsterix">*</div>Enter Email
        </label>
        <div class="mktoGutter mktoHasWidth" style="width: 10px;"></div><input id="Email" name="Email" placeholder="Enter email" maxlength="255" aria-labelledby="LblEmail InstructEmail" type="email"
          class="mktoField mktoEmailField mktoHasWidth mktoRequired" aria-required="true" style="width: 150px;"><span id="InstructEmail" tabindex="-1" class="mktoInstruction"></span>
        <div class="mktoClear"></div>
      </div>
      <div class="mktoClear"></div>
    </div>
    <div class="mktoClear"></div>
  </div>
  <div class="mktoButtonRow"><span class="mktoButtonWrap mktoSimple" style="margin-left: 0px;"><button type="submit" class="mktoButton">Submit</button></span></div><input type="hidden" name="formid" class="mktoField mktoFieldDescriptor"
    value="3170"><input type="hidden" name="munchkinId" class="mktoField mktoFieldDescriptor" value="845-WEM-636">
</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">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="lds-dual-ring newsletter-spinner hide"></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">
  <p class="note form-success hide">
    <strong>Thanks for Joining!</strong>
  </p>
  <div id="newsletter-wrapper">
    <input id="newsletter_text" type="email" value="" placeholder="Enter email" name="contact[email]" class="input-group-field email" aria-label="Translation missing: en.general.newsletter_form.newsletter_email" autocorrect="off"
      autocapitalize="off">
    <button type="submit" id="newsletter_submit" name="commit">
      <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-right">
        <polyline points="9 18 15 12 9 6"></polyline>
      </svg>
    </button>
  </div>
  <div class="lds-dual-ring newsletter-spinner hide"></div>
</form>

/search

<form id="search" action="/search">
  <div id="search-wrapper">
    <input id="search_text" name="q" type="text" size="20" onblur="if(this.value=='')this.value=this.defaultValue;" onfocus="if(this.value==this.defaultValue)this.value='';" value="Search">
  </div>
</form>

<form novalidate="novalidate" class="mktoForm mktoHasWidth mktoLayoutLeft" style="font-family: Helvetica, Arial, sans-serif; font-size: 13px; color: rgb(51, 51, 51); visibility: hidden; position: absolute; top: -500px; left: -1000px; width: 1600px;">
</form>

Text Content

Skip to content
Your Cart

Your basket is empty


$0.00

$0.00

total cart value
VIEW CART

Continue Shopping


Free shipping on all U.S. and select international orders.

Shop now, pay later. Klarna. Learn more



 * Instruments
   * DIAMOND GRADING
   * GEM IDENTIFICATION
   * ACCESSORIES
   * REPLACEMENT PARTS
   * SOFTWARE UPGRADES
 * Books & Charts
   * GEMOLOGY
   * APPRAISALS
   * HISTORY & LORE
 * Gems & Gemology
   * SUBSCRIPTION
   * ISSUES
   * ONE-YEAR SETS
 * Point of Sale Tools
   * CO-BRANDED ASSETS
   * BROCHURES
   * CASE DISPLAY SIGNAGE
   * COUNTER TOOLS
   * BUNDLES
 * Digital Sales Tools
   * CO-BRANDED DIGITAL ASSETS
   * VIDEOS
   * INTERACTIVE CONTENT
   * APPS
   * SOCIAL MEDIA
   * BROCHURES & POSTERS
   * IMAGES
   * TRAINING RESOURCES



0 Items


 * For Students
 * For Retailers
 * About GIA

 * 
 * 
 * 0 Items

 * Instruments
   * DIAMOND GRADING
   * GEM IDENTIFICATION
   * ACCESSORIES
   * REPLACEMENT PARTS
   * SOFTWARE UPGRADES
 * Books & Charts
   * GEMOLOGY
   * APPRAISALS
   * HISTORY & LORE
 * Gems & Gemology
   * SUBSCRIPTION
   * ISSUES
   * ONE-YEAR SETS
 * Point of Sale Tools
   * CO-BRANDED ASSETS
   * BROCHURES
   * CASE DISPLAY SIGNAGE
   * COUNTER TOOLS
   * BUNDLES
 * Digital Sales Tools
   * CO-BRANDED DIGITAL ASSETS
   * VIDEOS
   * INTERACTIVE CONTENT
   * APPS
   * SOCIAL MEDIA
   * BROCHURES & POSTERS
   * IMAGES
   * TRAINING RESOURCES


 * 
 * 

 * NEW GEMS & GEMOLOGY ISSUE
   
   Chinese Turquoise, Guatemalan “Ice Jade,” and the 2024 Tucson Report
   
   Shop Now

 * GIA GEMOLITE® NXT PROFESSIONAL EDITION
   
   GIA's newest microscope includes multiple light sources, two sets of oculars,
   adjustable armrests and more.
   
   SHOP NOW
   

 * VERIFY YOUR DIAMOND INSTANTLY
   
   Experience inscription matching technology powered by the GIA Match iD™ and
   GIA App.
   
   SHOP NOW
   

 * GIA ID100®
   
   Fast. Accurate. Affordable. The ultimate diamond detecting triple-threat.
   
   Shop Now
   

 * NEW GEMS & GEMOLOGY ISSUE
   
   Chinese Turquoise, Guatemalan “Ice Jade,” and the 2024 Tucson Report
   
   Shop Now
   

 * GIA GEMOLITE® NXT PROFESSIONAL EDITION
   
   GIA's newest microscope includes multiple light sources, two sets of oculars,
   adjustable armrests and more.
   
   SHOP NOW

 1. 1
 2. 2
 3. 3
 4. 4




RETAILERS

Find point-of-sale tools and free digital resources to help educate your
customers about diamonds, colored stones and pearls, and the value of a GIA
report.


STUDENTS

Find the products you need to set up your own gem testing station at home for
gem identification and on-going technical skills development.


FEATURED PRODUCTS


® NXT" />
GIA Gemolite® NXT
from $6,495.00
™" />
GIA Match iD™
$695.00
®" />
GIA iD100®
from $5,495.00
Loose Diamond Display Case
from $4.00


OUR STORY

GIA was founded by Robert M. Shipley, a successful jeweler, entrepreneur and
educator, who realized a need for gem knowledge within the industry. Many
jewelers knew little about the goods they sold, and the public was disillusioned
by misinformation within the jewelry trade.

Shipley rose to the occasion by creating a gem correspondence course for
jewelers and establishing a guild of knowledgeable and ethically-minded jewelry
professionals. The course and guild evolved into GIA, with the institute
publishing books and setting up its first lab in 1931. Today, GIA is a leader in
gem education, research, grading and instrumentation and operates globally, with
facilities in eleven countries and across four continents.


EDUCATION

Students around the globe turn to GIA for the knowledge, skills, and credentials
that launch successful gem and jewelry careers.


RESEARCH

The world leader in gemological research, GIA’s breakthrough discoveries deepen
our understanding of gemstones and the world.


LABORATORY

Through independent, unbiased gem grading and analysis, GIA strives to protect
the gem and jewelry buying public by setting global quality standards.


INSTRUMENTS

Since the first GIA instrument was registered in the early 1930's, GIA has
provided trust, knowledge, and innovative technology to the industry.

VISIT OUR CORPORATE SITE TO LEARN MORE




World Headquarters and
The Robert Mouawad Campus
5345 Armada Drive
Carlsbad, California 92008
Tel: 760-603-4200

GIA is a nonprofit 501(c)(3) organization. All rights reserved.

CONTACT US

 * Instruments
 * Books & Charts
 * Gems & Gemology
 * Point of Sale Tools
 * Digital Sales Tools


JOIN OUR MAILING LIST

*
Enter Email




Submit

Thanks for joining!

By clicking submit, you agree to our Terms of Use and Privacy Notice. Our
Privacy Notice includes a description of how we use your information and the
locations to which it may be transferred.


SOCIAL NETWORKS

 * 
 * 
 * 
 * 
 * 

 * Authorized Distributors
   |
 * Copyright & Trademarks
   |
 * Privacy Notice
   |
 * Terms of Use
   |
 * Ethics & Compliance
   |
 * Cookie Policy
   |
 * Terms & Conditions
   |
 * Campus Store
   |
 * GIA Return and Exchange Policy
   |
 * Shipping Terms and Conditions
   |
 * Klarna Payments

© 2024 GIA Store

Popup

Use this popup to embed a mailing list sign up form. Offer incentives to
customers to join and build your mailing list.

Thanks for Joining!



 * 
 * 
 * 
 * 
 * 

Popup

Use this popup to embed a mailing list sign up form. Offer incentives to
customers to join and build your mailing list.

Thanks for Joining!



 * 
 * 
 * 
 * 
 * 

By using this web site or clicking accept, you consent to cookies and related
technologies as described in our cookie policy. To manage your preferences,
click Manage Settings. To reject all non-required cookies, click Decline All.
Manage Settings Accept Decline All
X


Thanks for Joining!




   
 * 
 * Instruments
 * Books & Charts
 * Gems & Gemology
 * Point of Sale Tools
 * Digital Sales Tools
 * Log in
 * Create Account

   
 * 

   
 *