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

Submitted URL: https://usags.com/
Effective URL: https://www.usagundamstore.com/
Submission: On September 07 via api from US — Scanned from DE

Form analysis 8 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="HeaderCountryFormNoScript" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="localization-form__select">
    <select class="localization-selector link" name="country_code" aria-labelledby="HeaderCountryLabelNoScript">
      <option value="CA"> Canada (USD $) </option>
      <option value="US" selected=""> United States (USD $) </option>
    </select>
    <svg aria-hidden="true" focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
      <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"></path>
    </svg>
  </div>
  <button class="button button--tertiary">Update country/region</button>
</form>

POST /localization

<form method="post" action="/localization" id="HeaderCountryForm" accept-charset="UTF-8" class="localization-form" enctype="multipart/form-data"><input type="hidden" name="form_type" value="localization"><input type="hidden" name="utf8"
    value="✓"><input type="hidden" name="_method" value="put"><input type="hidden" name="return_to" value="/">
  <div class="no-js-hidden">
    <div class="disclosure">
      <button type="button" class="disclosure__button localization-form__select localization-selector link link--text caption-large" data-toggle="popover" aria-expanded="false" data-href="#HeaderCountryList"> USD $ <svg aria-hidden="true"
          focusable="false" role="presentation" class="icon icon-caret" viewBox="0 0 10 6">
          <path fill-rule="evenodd" clip-rule="evenodd" d="M9.354.646a.5.5 0 00-.708 0L5 4.293 1.354.646a.5.5 0 00-.708.708l4 4a.5.5 0 00.708 0l4-4a.5.5 0 000-.708z" fill="currentColor"></path>
        </svg>
      </button>
      <ul id="HeaderCountryList" role="list" class="disclosure__list list-unstyled dropdown-list toggle-dropdown">
        <li class="disclosure__item" tabindex="-1">
          <a class="link link--text disclosure__link caption-large focus-inset" href="#" data-value="CA">
                          <span class="localization-form__currency">USD $</span>
                        </a>
        </li>
        <li class="disclosure__item" tabindex="-1">
          <a class="link link--text disclosure__link caption-large disclosure__link--active focus-inset" href="#" aria-current="true" data-value="US">
                          <span class="localization-form__currency">USD $</span>
                        </a>
        </li>
      </ul>
    </div>
    <input type="hidden" name="country_code" value="US">
  </div>
</form>

GET /collections/shop

<form action="/collections/shop" method="get" class="search-header search search--focus" role="search">
  <input class="search-header__input search__input ss__autocomplete__input" name="q" placeholder="Search" aria-label="Search" spellcheck="false" autocomplete="off" autocorrect="off" autocapitalize="none" ss-autocomplete-input="">
  <div class="ss__autocomplete--target ss__autocomplete--default"></div>
  <button class="search-header__submit search__submit btn--link" type="submit">
    <i class="fa fa-search" aria-hidden="true"></i>
    <span class="icon__fallback-text hidden">Search</span>
  </button>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true" novalidate="novalidate"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8"
    value="✓">
  <div class="field">
    <input type="email" name="customer[email]" id="CustomerEmail" autocomplete="email" autocorrect="off" autocapitalize="off" placeholder="Email">
    <label for="CustomerEmail"> Email </label>
  </div>
  <div class="field">
    <input type="password" value="" name="customer[password]" id="CustomerPassword" autocomplete="current-password" placeholder="Password">
    <label for="CustomerPassword"> Password </label>
  </div>
  <p data-action="ishi-panel" aria-controls="#ishi-recover-panel" class="forgot">Forgot your password?</p><button class="btn"> Sign in </button>
  <p data-action="ishi-panel" aria-controls="#ishi-register-panel"> Create account</p>
</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 class="field">
    <input type="email" value="" name="email" id="RecoverEmail" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Email">
    <label for="RecoverEmail"> Email </label>
  </div>
  <button> Submit </button>
  <p data-action="ishi-panel" aria-controls="#ishi-login-panel">Cancel</p>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true" novalidate="novalidate"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <div class="field">
    <input type="text" name="customer[first_name]" id="RegisterForm-FirstName" autocomplete="given-name" placeholder="First name">
    <label for="RegisterForm-FirstName"> First name </label>
  </div>
  <div class="field">
    <input type="text" name="customer[last_name]" id="RegisterForm-LastName" autocomplete="family-name" placeholder="Last name">
    <label for="RegisterForm-LastName"> Last name </label>
  </div>
  <div class="field">
    <input type="email" name="customer[email]" id="RegisterForm-email" spellcheck="false" autocapitalize="off" autocomplete="email" aria-required="true" placeholder="Email">
    <label for="RegisterForm-email"> Email </label>
  </div>
  <div class="field">
    <input type="password" name="customer[password]" id="RegisterForm-password" aria-required="true" placeholder="Password">
    <label for="RegisterForm-password"> Password </label>
  </div>
  <button class="btn"> Create </button>
  <p data-action="ishi-panel" aria-controls="#ishi-login-panel" class="new-account">Already Have an Account ?</p>
</form>

POST /contact#ContactFooter

<form method="post" action="/contact#ContactFooter" id="ContactFooter" accept-charset="UTF-8" class="footer__newsletter newsletter-form"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓"><input
    type="hidden" name="contact[tags]" value="newsletter">
  <div class="newsletter-form__field-wrapper">
    <div class="field">
      <input id="NewsletterForm--template--17229754630341__1633956151165a0031" type="email" name="contact[email]" class="field__input" value="" aria-required="true" autocorrect="off" autocapitalize="off" autocomplete="email" placeholder="Your email"
        required="">
      <label class="field__label" for="NewsletterForm--template--17229754630341__1633956151165a0031"> Your email </label>
    </div>
  </div>
  <button type="submit" class="button button--primary newsletter-form__button" name="commit" id="Subscribe">
    <span>Subscribe</span>
  </button>
</form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go417382439 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-UKQCke" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 4px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); background-repeat: no-repeat; background-position-y: 50%; padding: 20px 15px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 15px 0px 0px; min-height: 500px; justify-content: center;">
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px 0px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-114439237" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="font-size: 36px; color: #04abbe; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">Limited Time</span></p>
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="font-size: 36px; color: #04abbe; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">10% off</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-114439238" style="width: 100%;">
          <p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
              style="font-size: 16px; color: #04abbe; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;">Save on your first order and get email only offers when you join.</span></p>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px; position: relative; flex: 1 0 0px;">
        <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_114439239" class="needsclick go1722873906 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-required="true" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
          <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
        </div>
      </div>
    </div>
    <div data-testid="form-row" class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
      <div component="[object Object]" data-testid="form-component" class="needsclick  kl-private-reset-css-Xuajs1"
        style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(33, 29, 28); border-radius: 6px; border-style: none; border-color: rgb(33, 29, 28); border-width: 3px; color: rgb(255, 255, 255); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: 54px; width: 100%;">Continue</button>
      </div>
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 390px; margin: -20px -15px -20px 0px; padding: 0px; border-top: 0px solid transparent; border-right: 0px solid transparent; border-bottom: 0px solid transparent; border-left: 0px; border-bottom-right-radius: 4px; border-top-right-radius: 4px; overflow: hidden; min-width: 390px; min-height: 500px;">
    <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; height: 100%; position: relative;"><img src="https://d3k81ch9hvuctc.cloudfront.net/company/QPkpvt/images/ead7c76e-4a65-4120-9c42-2f8e91b2791c.jpeg"
        class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; height: 100%; object-fit: cover; object-position: center center;"></div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

Skip to content
Canada (USD $) United States (USD $)
Update country/region
USD $
 * USD $
 * USD $


Search
Shopping Cart $ 0.00 - 0 item



CART


YOUR CART IS CURRENTLY EMPTY!




YOU MAY ALSO LIKE..

Supreme Evolution MG 1/100 Eternal Star Glory Model Kit
Regular price $ 84.99
Regular price $ 84.99 Sale price $ 79.99
Unit price/ per 
Add
USAGS Single Blade Nipper 2.0
Regular price $ 42.99
Regular price $ 42.99 Sale price $ 34.99
Unit price/ per 
Add




 * GIFT CARDS


 * PRE-ORDER


 * GUNDAM MODELS
   
   
    * GUNDAM KITS
      
       * MG Kits
       * RG Kits
       * PG Kits
       * HG Kits
       * SD Kits
       * RE Kits
       * Entry Grade
   
   
    * GUNDAM SERIES
      
       * Universal Century
       * Witch From Mercury
       * IBO
       * Build Fighters/Divers
       * Gundam Wing
       * Gundam Seed
       * Gundam 00
       * G Gundam
       * Gundam Age
       * Gundam F91
   
   
    * SCALE
      
       * 1/144
       * 1/100
       * 1/60
       * 1/72
   
    * 


 * MODEL KITS
   
   
    * ROBOT / MECHA MODEL KITS
      
       * Zoids
       * 30 Minute Mission
       * Neon Genesis Evangelion
       * Hexa Gear
       * Kyoukai Senki
       * Frame Arms
       * Transformers
       * Super Robot
       * Patlabor
       * Armored Puppet
       * Maschinen Krieger
       * Robotech / Macross
       * LBX Little Battle Experience
       * Natchin Tank
       * Mechatro
       * Other Mecha Models
   
   
    * ANIME MODEL KITS
      
       * Dragon Ball
       * Digimon
       * Pokemon
       * One Piece
       * Ultraman
       * Kamen Raider
   
   
    * GAME/MOVIE MODEL KITS
      
       * Star Wars
       * Mega Man
       * Metal Gear
       * Armored Core
       * Marvel
   
   
    * OTHER MODELS
      
       * 30 Minute Sisters
       * Megami Device
       * Frame Arms Girls
       * Mecha Girls
       * Little Armory
       * M.S.G.
       * ATK / MS General
       * SOUSAI SHOJO TEIEN
       * 3rd Party Kits
   
   
    * SCALE
      
       * 1/144
       * 1/100
       * 1/60
       * 1/72
   
   
    * NOW IN-STOCK
      
      Metal Gear Solid Metal Gear Rex (Black Ver.) 1/100 Scale Model Kit
      Regular price $ 99.99
      Regular price $ 103.99 Sale price $ 99.99
      Unit price /  per 


 * FIGURES
   
   
    * ACTION FIGURES
      
       * Figma
       * S.h. Figuarts
       * 52Toys
       * Bring Arts
       * Other Action Figures
       * Mafex
   
   
    * CHIBI FIGURES
      
       * Nendoroid
       * Other Chibi
   
   
    * STATIC FIGURES
      
       * Eaglemoss
       * Banpresto
       * Figuart Zero
       * Scale Figures
   
   
    * MONSTER FIGURES
      
       * Monster Figures
   
   
    * MECH FIGURES
      
       * Gundam Figures
       * Soul of Chogokin
       * SENTINEL
       * Joytoy
   
   
    * ACCESSORIES
      
       * Accessories


 * DETAILING PARTS
   
   
    * ADD ON PARTS
      
       * USAGS Detail Parts
       * M.S.G.
       * D.U.A. Detail Parts
       * Wave Detail Parts
       * Kotobukiya Detail Parts
       * HiqParts
   
   
    * METAL DETAIL PARTS
      
       * Minus Mold Parts
       * Dome/Lens
       * Vernier / Thruster
       * Pipe/Tube
   
   
    * DECALS
      
       * Mecha Decals
       * Decals
   
   
    * PHOTO ETCH
      
       * OS Photo Etch Parts
       * Photo Etch Detail Kit
   
   
    * LED
      
       * LED Accessories
   
   
    * SPRINGS
      
       * Springs


 * PAINT
   
   
    * SMS
      
       * Color
       * Color Sets
       * Chameleon
       * Crystal
       * Metallic
       * Primer
       * Thinner
       * Tone Filter
       * Wash
       * Other
   
   
    * SUNIN PAINT
      
       * Sunin Lacquer
       * Sunin Lacquer Basic
       * Sunin Lacquer EX
       * Sunin Lacquer Fluorescent
       * Sunin Lacquer Gundam
       * Sunin Lacquer Luminous
       * Sunin Lacquer Metal
       * Sunin Lacquer Military
       * Sunin Lacquer Pearl
       * Sunin Lacquer Primer
       * Sunin Lacquer Thinner
   
   
    * MR.HOBBY
      
       * Mr. Color
       * Top Coat
       * Mr. Crystal Color
       * Mr. Super Metallic
       * Mr. Weathering Color
       * MR.CLEAR COLOR GX SERIES
       * MR.METALLIC COLOR GX SERIES
       * Surfacer
       * Thinner
       * MR.COLOR SPRAY
   
   
    * TAMIYA
      
       * Tamiya Paint
       * Panel Line Color
       * Primer
       * Spare Bottle
       * Thinner
   
   
    * ALCLAD II
      
       * ALCLAD II
       * Top Coat
       * Primer
       * Thinner
       * Other
   
   
    * MECHA COLOR
      
       * Mecha Color
       * Surfacer
       * Varnish
   
   
    * AK INTERACTIVE
      
       * AK Interactive
       * AK Acrylic Paint
       * AK Pencils
       * AK Weathering
       * AK Xtreme Metal
   
   
    * SUNIN ACRYLIC
      
       * Sunin Acrylic Basic
       * Sunin Acrylic Clear
       * Sunin Acrylic Metal
       * Sunin Acrylic MS
       * Sunin Acrylic Pearl
       * Sunin Acrylic Thinner
       * Sunin Acrylic Primer
   
   
    * E7
      
       * E7 Paint
       * E7 Primer
       * E7 Thinner
       * E7 Eday
       * E7 Other
       * Armored Komodo
   
   
    * GAIA NOTES
      
       * Gaia Color
       * EX Color
       * Metallic
       * Primer
       * Thinner


 * TOOLS
   
   
    * BASIC TOOLS
      
       * Nippers / Cutters
       * File
       * Knife
       * Tool Set
       * Cotton Swabs
       * Paint Brush
       * Masking
       * Other
   
   
    * AIRBRUSH/COMPRESSOR
      
       * Airbrush
       * Compressor
   
   
    * ORGANIZATION
      
       * Hobby Zone
       * Arttystation
   
   
    * MARKERS & PANEL LINE
      
       * Gundam Markers
       * Tamiya Panel
   
   
    * CEMENT & PUTTY & SANDING
      
       * Cement
       * Putty
       * Sanding
   
   
    * TOOL BRANDS
      
       * BMC
       * Madworks
       * GodHand
       * DSPIAE
       * Infini
       * Gunprimer


 * USAGS MERCH


 * SALE

Checkout
Wishlist
Account


LOGIN

Email
Password

Forgot your password?

Sign in

Create account


RESET YOUR PASSWORD

We will send you an email to reset your password

Email
Submit

Cancel


CREATE ACCOUNT

First name
Last name
Email
Password
Create

Already Have an Account ?

Gundam Models
SHOP NOW
Zoids
SHOP NOW
Figures
SHOP NOW
Mecha Girls
SHOP NOW
USAGS Tools
SHOP NOW
SMS Paint
SHOP NOW
Gundam Models
SHOP NOW
Zoids
SHOP NOW
Figures
SHOP NOW
Mecha Girls
SHOP NOW
USAGS Tools
SHOP NOW
SMS Paint
SHOP NOW
Gundam Models
SHOP NOW
Zoids
SHOP NOW
Figures
SHOP NOW
Mecha Girls
SHOP NOW
USAGS Tools
SHOP NOW
SMS Paint
SHOP NOW




TOP PRE-ORDERS


 * Pre-Order
   
   RG 1/144 #40 RX-78-2 Gundam (Ver. 2.0)
   Regular price $ 36.99
   Regular price $ 37.99 Sale price $ 36.99
   Unit price /  per 
   RG 1/144 #40 RX-78-2 Gundam (Ver. 2.0) Product Description The latest design
   interior frame with the image of a semi-monocoque structure allows you to
   replicate the construction of the the ...
   Add to cart
 * Pre-Order
   
   Nilson Works PG 1/60 Monument (Repair Type) Scale Model Kit
   Regular price $ 159.99
   Regular price $ 169.99 Sale price $ 159.99
   Unit price /  per 
   Nilson Works PG 1/60 Monument (Repair Type) Scale Model Kit   All Orders
   Before 9/4 Will Ship First Batch Shipping End September or Early October
   Orders After 9/3 Will be second batch shipping End ...
   Add to cart
 * Pre-Order
   
   Armored Core VI Fires of Rubicon 30 Minutes Missions Option Parts Set 02
   Accessory Set
   Regular price $ 18.99
   Regular price $ 19.99 Sale price $ 18.99
   Unit price /  per 
   Armored Core VI: Fires of Rubicon 30 Minutes Missions Option Parts Set 02
   Accessory Set Please note that the first release of this item may be limited,
   and in some cases it may not be possible to f...
   Add to cart
 * Pre-Order
   
   MG 1/100 Turn A Gundam
   Regular price $ 45.99
   Regular price $ 47.99 Sale price $ 45.99
   Unit price /  per 
   MG 1/100 Turn A Gundam Product Description Based on its appearance in Turn A
   Gundam, the titular Mobile Suit joins the Master Grade 1/100 scale model kit
   series! This exclusive and unique model ...
   Add to cart
 * Pre-Order
   
   RG 1/144 #39 ORB-01 Akatsuki Gundam (Oowashi Unit)
   Regular price $ 88.99
   Regular price $ 93.99 Sale price $ 88.99
   Unit price /  per 
   RG 1/144 #39 ORB-01 Akatsuki Gundam (Oowashi Unit) Product Description From
   the Mobile Suit Gundam SEED Destiny anime, the Akatsuki Gundam equipped with
   the Oowashi Unit, is three-dimensionalized...
   Add to cart

1 / of 1
View all
 * Top Items
 * New Arrivals
 * Newest Pre-Orders

 * Pre-Order
   
   Nilson Works PG 1/60 Monument (Repair Type) Scale Model Kit
   Regular price $ 159.99
   Regular price $ 169.99 Sale price $ 159.99
   Unit price /  per 
   Nilson Works PG 1/60 Monument (Repair Type) Scale Model Kit   All Orders
   Before 9/4 Will Ship First Batch Shipping End September or Early October
   Orders After 9/3 Will be second batch shipping End ...
   Add to cart
 * Pre-Order
   
   Infinity Nova RMD Lizard 1/100 Scale Model Kit
   Regular price $ 109.99
   Regular price $ 119.99 Sale price $ 109.99
   Unit price /  per 
   Infinity Nova RMD Lizard 1/100 Scale Model Kit Product Description Don't miss
   adding the Lizard model kit from In Era+ to your mecha collection.  Product
   Features 1/100 Scale Made of plasti...
   Add to cart
 * Pre-Order
   
   MG 1/100 ASW-G-XX Gundam Vidar
   Regular price $ 65.99
   Regular price $ 70.99 Sale price $ 65.99
   Unit price /  per 
   MG 1/100 ASW-G-XX Gundam Vidar Please note that the first release of this
   item may be limited, and in some cases it may not be possible to fill all
   orders at the time of its initial release. Any or...
   Add to cart
 * Pre-Order
   
   RG 1/144 #40 RX-78-2 Gundam (Ver. 2.0)
   Regular price $ 36.99
   Regular price $ 37.99 Sale price $ 36.99
   Unit price /  per 
   RG 1/144 #40 RX-78-2 Gundam (Ver. 2.0) Product Description The latest design
   interior frame with the image of a semi-monocoque structure allows you to
   replicate the construction of the the ...
   Add to cart
 * Pre-Order
   
   HGUC 1/144 #261 MRX-010 Psycho Gundam Mk-II
   Regular price $ 109.99
   Regular price $ 119.99 Sale price $ 109.99
   Unit price /  per 
   HGUC 1/144 #261 MRX-010 Psycho Gundam Mk-II Please note that the first
   release of this item may be limited, and in some cases it may not be possible
   to fill all orders at the time of its initial re...
   Add to cart
 * Supreme Evolution MG 1/100 Eternal Star Glory Model Kit
   Regular price $ 79.99
   Regular price $ 84.99 Sale price $ 79.99
   Unit price /  per 
   Supreme Evolution, 1/100 Eternal Star Glory Model Kit Clear Bonus Parts
   Included With All Kits
   Add to cart
 * KOSMOS 10 - LED set for FM Aerial Gundam
   Regular price $ 49.99
   Regular price $ 54.99 Sale price $ 49.99
   Unit price /  per 
   KOSMOS 10 - LED set for FM Aerial Gundam
   Add to cart
 * Pre-Order
   
   PG Unleashed 1/60 RX-78-2 Gundam
   Regular price $ 295.99
   Regular price $ 299.99 Sale price $ 295.99
   Unit price /  per 
   PG Unleashed 1/60 RX-78-2 Gundam Product Description The ultimate GunPla
   building experience that encapsulates 40 years of GunPla has arrived! Since
   the first GunPla released in 1980, new expe...
   Add to cart
 * USAGS Single Blade Nipper 2.0
   Regular price $ 34.99
   Regular price $ 42.99 Sale price $ 34.99
   Unit price /  per 
   USAGS Single Blade Nipper 2.0 Newer Blade angle for even cleaner cuts!   GET
   FREE SHIPPING ON YOUR WHOLE ORDER WHEN YOU ADD  USAGS NIPPERS TO YOUR
   ORDER(US orders only)   Designed for precision, qu...
   Add to cart
 * USAGundam Model Kit Box
   Regular price $ 29.99
   Regular price Sale price $ 29.99
   Unit price /  per 
   Box will include a combination of: 1-2 Model kits from Different Series and
   grades Model kit tools Detail Parts Limited Full art monthly sticker Discount
   codes and more!
   Add to cart
 * Trendy Machinery B.Duck & Spa Duck Model Kit
   Regular price $ 74.99
   Regular price $ 84.99 Sale price $ 74.99
   Unit price /  per 
   Trendy Machinery B.Duck & Spa Duck Model Kit Product Description Take your
   rubber duck collection to another level with the Trendy Machinery B.Duck &
   Spa Duck model kit by SOSKILL and Ult...
   Add to cart
 * Pre-Order
   
   RG 1/144 #39 ORB-01 Akatsuki Gundam (Oowashi Unit)
   Regular price $ 88.99
   Regular price $ 93.99 Sale price $ 88.99
   Unit price /  per 
   RG 1/144 #39 ORB-01 Akatsuki Gundam (Oowashi Unit) Product Description From
   the Mobile Suit Gundam SEED Destiny anime, the Akatsuki Gundam equipped with
   the Oowashi Unit, is three-dimensionalized...
   Add to cart

View all
 * M.S.G. Modeling Support Goods Mecha Supply 03 Propellant Tank Type Square
   Regular price $ 10.99
   Regular price $ 12.99 Sale price $ 10.99
   Unit price /  per 
   M.S.G. Modeling Support Goods Mecha Supply 03 Propellant Tank Type Square
   Product Description Customize your Plastic Model Kits from Kotobukiya with
   extra weapons and accessories with the Mecha S...
   Add to cart
 * Zoids Highend Master Model RZ-010 Pteras Bomber (Marking Plus Ver.) 1/72
   Scale Model Kit
   Regular price $ 49.99
   Regular price $ 51.99 Sale price $ 49.99
   Unit price /  per 
   Zoids Highend Master Model RZ-010 Pteras Bomber (Marking Plus Ver.) 1/72
   Scale Model Kit Product Description The aerial combat bomber Zoid protects
   the skies of the Helic Republic. The main comba...
   Add to cart
 * HGCE 1/144 #246 Destroy Gundam
   Regular price $ 129.99
   Regular price $ 120.99 Sale price $ 129.99
   Unit price /  per 
   HGCE 1/144 #246 Destroy Gundam Product Description From the TV anime "Mobile
   Suit Gundam SEED DESTINY", the giant variable MS "Destroy Gundam" is
   three-dimensionalized in the HG series! This mo...
   Add to cart
 * Sold Out
   
   Nijisanji Hyakumantenbara Salome 1/7 Scale Figure
   Regular price $ 199.99
   Regular price $ 209.99 Sale price $ 199.99
   Unit price /  per 
   Nijisanji Hyakumantenbara Salome 1/7 Scale Figure Product Description The
   virtual Youtuber and NIJISANJI member Hyakumantenbara Salome is finally being
   made into a 1/7 scale figure! Check out her...
   Sold out
 * Legend of Star General MNPQ-XH04 Mini GanJiang Model Kit
   Regular price $ 49.99
   Regular price $ 54.99 Sale price $ 49.99
   Unit price /  per 
   Legend of Star General MNPQ-XH04 Mini GanJiang Model Kit Product Description
   From Motor Nuclear comes the MNPQ-XH04 Mini GanJiang model kit. This model
   kit features mini chibi inspired design of ...
   Add to cart
 * GodHand GH-PN-120 Blade One Nipper/Sprue Cutter Precision Nipper (w/
   Protective Cap)
   Regular price $ 44.99
   Regular price $ 45.99 Sale price $ 44.99
   Unit price /  per 
   GodHand GH-PN-120 Blade One Nipper/Sprue Cutter Precision Nipper (w/
   Protective Cap)
   Add to cart
 * GodHand GH-KS2-P800 Kamiyasu Sanding Stick #800 (2mm)
   Regular price $ 7.99
   Regular price $ 8.99 Sale price $ 7.99
   Unit price /  per 
   GodHand GH-KS2-P800 Kamiyasu Sanding Stick #800 (2mm)
   Add to cart
 * GodHand GH-KS2-P1000 Kamiyasu Sanding Stick #1000 (2mm)
   Regular price $ 7.99
   Regular price $ 8.99 Sale price $ 7.99
   Unit price /  per 
   GodHand GH-KS2-P1000 Kamiyasu Sanding Stick #1000 (2mm)
   Add to cart
 * GodHand GH-CN-120 Craft Grip Series Nippers (120mm)
   Regular price $ 39.99
   Regular price Sale price $ 39.99
   Unit price /  per 
   GodHand GH-CN-120 Craft Grip Series Nippers (120mm) Product Description The
   GodHand CN-120 General Purpose Nipper features a easy-to-grip handle that is
   designed to fit in the palm of your hand. ...
   Add to cart
 * GodHand GH-KS2-P600 Kamiyasu Sanding Stick #600 (2mm)
   Regular price $ 7.99
   Regular price $ 8.99 Sale price $ 7.99
   Unit price /  per 
   GodHand GH-KS2-P600 Kamiyasu Sanding Stick #600 (2mm)  
   Add to cart
 * GodHand GH-CN-120-S Craft Grip Series Tapered Nippers (120mm)
   Regular price $ 39.99
   Regular price $ 43.99 Sale price $ 39.99
   Unit price /  per 
   GodHand GH-CN-120-S Craft Grip Series Tapered Nippers (120mm) Product
   Description The GodHand CN-120-S Tapered General Purpose Nipper features a
   easy-to-grip handle that is designed to fit in the...
   Add to cart
 * GodHand GH-CGP-130 Craft Grip Series Fine Lead Pliers (130mm)
   Regular price $ 39.99
   Regular price $ 43.99 Sale price $ 39.99
   Unit price /  per 
   GodHand GH-CGP-130 Craft Grip Series Fine Lead Pliers (130mm) Product
   Description The GodHand CGP-130 Super Fine Lead Pliers are perfect for
   holding, processing, and fine work of extremely small ...
   Add to cart

View all
 * Pre-Order
   
   Azur Lane Bache (Anniversary Illustration Deluxe Ver.) 1/7 Scale Figure with
   Plushie
   Regular price $ 204.99
   Regular price $ 214.99 Sale price $ 204.99
   Unit price /  per 
   Azur Lane Bache (Anniversary Illustration Deluxe Ver.) 1/7 Scale Figure with
   Plushie Product Description "Commander, are you getting enough sugar? Hmph!
   I'll make a cake, just for you!" From the ...
   Add to cart
 * Pre-Order
   
   Azur Lane Bache (Anniversary Illustration Standard Ver.) 1/7 Scale Figure
   Regular price $ 174.99
   Regular price $ 184.99 Sale price $ 174.99
   Unit price /  per 
   Azur Lane Bache (Anniversary Illustration Standard Ver.) 1/7 Scale Figure
   Product Description "Commander, are you getting enough sugar? Hmph! I'll make
   a cake, just for you!" From the popular mob...
   Add to cart
 * Pre-Order
   
   Lycoris Recoil B-Style Takina Inoue (Bunny Ver.) 1/4 Scale Figure
   Regular price $ 319.99
   Regular price $ 329.99 Sale price $ 319.99
   Unit price /  per 
   Lycoris Recoil B-Style Takina Inoue (Bunny Ver.) 1/4 Scale Figure Product
   Description From the anime "Lycoris Recoil" comes a 1/4 scale figure of
   Takina Inoue in a bunny outfit! The large and imp...
   Add to cart
 * Pre-Order
   
   Shojo-Hatsudoki Motored Cyborg Runner SSX-155tb (Turbo Acid) Action Figure
   Regular price $ 179.99
   Regular price $ 189.99 Sale price $ 179.99
   Unit price /  per 
   Shojo-Hatsudoki Motored Cyborg Runner SSX-155tb (Turbo Acid) Action Figure
   Product Description Presenting the next entry in the action figure series
   "Shojo-Hatsudoki Motored Cyborg Runner" by ill...
   Add to cart
 * Pre-Order
   
   Blue Archive Nendoroid No.2603 Plana
   Regular price $ 48.99
   Regular price $ 53.99 Sale price $ 48.99
   Unit price /  per 
   Blue Archive Nendoroid No.2603 Plana Product Description "Connection
   confirmed. Sensei, I've been waiting for you." From the popular game "Blue
   Archive" comes a Nendoroid of Plana, an OS who resi...
   Add to cart
 * Pre-Order
   
   My Wife Has No Emotion Nendoroid No.2588 Mina
   Regular price $ 49.99
   Regular price $ 54.99 Sale price $ 49.99
   Unit price /  per 
   My Wife Has No Emotion Nendoroid No.2588 Mina Product Description
   "Takuma-sama, your omurice is ready." From the anime "My Wife Has No Emotion"
   comes a Nendoroid of Mina, the housekeeping robot! ...
   Add to cart
 * Pre-Order
   
   Rascal Does Not Dream of Bunny Girl Senpai Mai Sakurajima (Houseki Ver.) 1/7
   Scale Figure
   Regular price $ 37.99
   Regular price $ 42.99 Sale price $ 37.99
   Unit price /  per 
   Rascal Does Not Dream of Bunny Girl Senpai Mai Sakurajima (Houseki Ver.) 1/7
   Scale Figure Product Description Introducing the Mai Sakurajima 1/7 scale
   figure, inspired by the beloved anime series...
   Add to cart
 * Pre-Order
   
   Ui Shigure F Nex Masterpiece 1/4 Scale Figure
   Regular price $ 214.99
   Regular price $ 219.99 Sale price $ 214.99
   Unit price /  per 
   Ui Shigure F:Nex Masterpiece 1/4 Scale Figure Product Description Expand your
   Ui Shigure collection with the Ui Shigure Masterpiece 1/4 scale figure by
   FuRyu! This figure displays the VTuber reac...
   Add to cart
 * Pre-Order
   
   Spider-Man Across the Spider-Verse S.H.Figuarts Spider-Gwen
   Regular price $ 79.99
   Regular price $ 84.99 Sale price $ 79.99
   Unit price /  per 
   Spider-Man: Across the Spider-Verse S.H.Figuarts Spider-Gwen Product
   Description From the latest movie "Spider-Verse", which brings together
   Spider-Man from various worlds, another main character...
   Add to cart
 * Pre-Order
   
   Spider-Man Across the Spider-Verse S.H.Figuarts Spider-Man (Miles Morales)
   Regular price $ 79.99
   Regular price $ 84.99 Sale price $ 79.99
   Unit price /  per 
   Spider-Man: Across the Spider-Verse S.H.Figuarts Spider-Man (Miles Morales)
   Product Description From the latest movie "Spider-Verse", which brings
   together Spider-Man from various worlds, the mai...
   Add to cart
 * Pre-Order
   
   My Hero Academia S.H.Figuarts Izuku Midoriya & Katsuki Bakugo Plus Ultra
   Option Parts Set
   Regular price $ 43.99
   Regular price $ 48.99 Sale price $ 43.99
   Unit price /  per 
   My Hero Academia S.H.Figuarts Izuku Midoriya & Katsuki Bakugo Plus Ultra
   Option Parts Set Product Description From the TV anime "My Hero Academia"
   comes a set of optional parts for S.H.Figuar...
   Add to cart
 * Pre-Order
   
   My Hero Academia S.H.Figuarts Katsuki Bakugo
   Regular price $ 79.99
   Regular price $ 84.99 Sale price $ 79.99
   Unit price /  per 
   My Hero Academia S.H.Figuarts Katsuki Bakugo Product Description From the "My
   Hero Academia" anime, KATSUKI BAKUGO blasts into S.H.Figuarts as the second
   entry in the Hero Academia series! P...
   Add to cart

View all


RECOMMENDED FOR YOU


Sale

Apex Hobby Tool Set
Regular price $ 32.99
Regular price $ 32.99 Sale price $ 24.99
Unit price/ per 

Add to cart
GodHand SPN-120 Ultimate Nipper/Sprue Cutter 5.0 Precision Nipper
Regular price $ 65.99
Regular price $ 65.99 Sale price $ 57.99
Unit price/ per 

Add to cart
Pre-Order

RG 1/144 #39 ORB-01 Akatsuki Gundam (Oowashi Unit)
Regular price $ 93.99
Regular price $ 93.99 Sale price $ 88.99
Unit price/ per 

Add to cart
RE 1/100 Gundam GP04 Gerbera
Regular price $ 44.99
Regular price $ 44.99 Sale price $ 42.99
Unit price/ per 

Add to cart
Pre-Order

Mega Man X2 Zero 1/12 Scale Model Kit (Reissue)
Regular price $ 74.99
Regular price $ 74.99 Sale price $ 69.99
Unit price/ per 

Add to cart
MG 1/100 XXXG-01S Shenlong Gundam (EW ver.)
Regular price $ 38.99
Regular price $ 38.99 Sale price $ 36.99
Unit price/ per 

Add to cart
HGCE 1/144 #249 Gyan Strom (Agnes Giebenrath Custom)
Regular price $ 30.99
Regular price $ 30.99 Sale price $ 29.99
Unit price/ per 

Add to cart
GM01 Black Fine Line
Regular price $ 4.99
Regular price $ 4.99 Sale price $ 3.74
Unit price/ per 

Add to cart
Pre-Order

MG 1/100 Turn A Gundam
Regular price $ 47.99
Regular price $ 47.99 Sale price $ 45.99
Unit price/ per 

Add to cart
RG 1/144 #38 Gundam Epyon
Regular price $ 55.99
Regular price $ 55.99 Sale price $ 53.99
Unit price/ per 

Add to cart
Pre-Order

MG 1/100 Mobile Pod Ball (Ver. Ka)
Regular price $ 27.99
Regular price $ 27.99 Sale price $ 24.99
Unit price/ per 

Add to cart
Pre-Order

HGCE 1/144 #258 ZGMF/A-42S2 Destiny Gundam Spec II (& Zeus Silhouette)
Regular price $ 85.99
Regular price $ 85.99 Sale price $ 82.99
Unit price/ per 

Add to cart
Pre-Order

HGCE 1/144 #257 NOG-M2D1/E Black Knight Squad Cal-re.A
Regular price $ 45.99
Regular price $ 45.99 Sale price $ 42.99
Unit price/ per 

Add to cart
Pre-Order

Zoids Realize Model RMZ-001 Blade Liger 1/100 Scale Model Kit
Regular price $ 44.99
Regular price $ 44.99 Sale price $ 39.99
Unit price/ per 

Add to cart
MG 1/100 ASW-G-08 Gundam Barbatos
Regular price $ 56.99
Regular price $ 56.99 Sale price $ 54.99
Unit price/ per 

Add to cart
MG 1/100 RGM-79SP GM Sniper II
Regular price $ 49.99
Regular price $ 49.99 Sale price $ 46.99
Unit price/ per 

Add to cart
MG 1/100 Sinanju Stein (Narrative Ver.) Ver.Ka
Regular price $ 84.99
Regular price $ 84.99 Sale price $ 82.99
Unit price/ per 

Add to cart
Pre-Order

Armored Core Variable Infinity Lineark White Glint & V.O.B. 1/72 Scale Model Kit
Set
Regular price $ 109.99
Regular price $ 109.99 Sale price $ 99.99
Unit price/ per 

Add to cart
HGCE 1/144 #252 Duel Blitz Gundam
Regular price $ 30.99
Regular price $ 30.99 Sale price $ 28.99
Unit price/ per 

Add to cart
Pre-Order

HGIBO 1/144 #008 Gundam Gusion
Regular price $ 15.99
Regular price $ 15.99 Sale price $ 14.99
Unit price/ per 

Add to cart




DEAL OF THE DAY/MONTH

Sale
Add to wishlist

View Wishlist
HG-IBO 1/144 #001 Gundam Barbatos
Regular price $ 9.79
Regular price $ 13.99 Sale price $ 9.79
Unit price /  per 
HG-IBO 1/144 #001 Gundam Barbatos Product Description Based on the Mobile ...
0-4
Days
0-19
Hours
0-11
Mins
0-8
Secs
Add to cart
Sale
Add to wishlist

View Wishlist
USAGS Apex 1/4 Scale Model Kit
Regular price $ 22.99
Regular price $ 24.99 Sale price $ 22.99
Unit price /  per 
USAGS Apex 1/4 Scale Model Kit   Model Specifications Magnet activated LE...
0-9
Days
0-19
Hours
0-11
Mins
0-8
Secs
Add to cart






LATEST BLOG

September 07 2024
0 comments

KOTOBUKIYA ARRIVALS 9/7/24

...
Read more
August 10 2024
0 comments

BANDAI NEW AND RESTOCK 8/...

...
Read more
August 07 2024
0 comments

CUSTOM BUILD MEGAMI DEVIC...

Follow Builder  @emeth303 From Builder New Megami Device's...
Read more
August 06 2024
0 comments

NEW AND RESTOCKED BANDAI ...

...
Read more
July 29 2024
0 comments

BANDAI ARRIVALS 7/29/24

...
Read more
July 23 2024
0 comments

BANDAI NEW AND RESTOCK 7/...

...
Read more




SUBSCRIBE AND GET THE LATEST NEWS AND SALES!

Your email
Subscribe

 * Facebook
 * Twitter
 * Instagram
 * TikTok
 * YouTube


CONTACT INFORMATION




CONTACT INFORMATION

 * Location
   
   1329 Bellevue Avenue
   
   United States

 * Contact Us
   (386) 317-5112
 * Email
   Support@usagundamstore.com


QUESTIONS?




QUESTIONS?

 * Support Center
 * Contact
 * About Us
 * Policies
 * Price Match Guarantee
 * FAQ
 * Shipping
 * Delayed List


GUNPLA




GUNPLA

 * MG Kits
 * RG Kits
 * PG Kits
 * HG Kits
 * SD Kits
 * RE Kits
 * Entry Grade


FIGURES




FIGURES

 * Figma
 * Scale Figures
 * Banpresto
 * S.H. Figuarts
 * Funko

Copyright © 2023 USA Gundam Inc. All rights reserved.
 * Apple Pay
 * Google Pay
 * Visa
 * Mastercard
 * Discover



 * Choosing a selection results in a full page refresh.









My Wishlist0


Close dialog

Limited Time

10% off

Save on your first order and get email only offers when you join.


Continue