www.magicstronghold.com Open in urlscan Pro
2600:9000:223d:4000:10:2889:5d80:93a1  Public Scan

Submitted URL: http://www.magicstronghold.com/
Effective URL: https://www.magicstronghold.com/
Submission: On May 31 via api from US — Scanned from DE

Form analysis 19 forms found in the DOM

<form id="loginForm" novalidate="">
  <label for="email">E-mail Address <div class="inputIconWrapper">
      <input id="email" type="email" placeholder="user@example.com" required="" autocomplete="email">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="formError">Your e-mail address is required.</div>
    <div class="formError">No such user exists.</div>
  </label>
  <label for="password">Password <div class="inputIconWrapper">
      <input id="password" type="password" minlength="6" placeholder="6 or more characters" required="" autocomplete="current-password">
      <div class="inputIcon fas fa-key"></div>
    </div>
    <div class="formError">Must contain 6 or more characters.</div>
    <div class="formError">Invalid password.</div>
  </label>
  <div><a id="forgotPasswordLink" href="#">Forgot Password?</a></div>
  <button id="submitLogin" type="submit" class="btn btn-orange">
    <div class="submitIcon fas fa-lock"></div> Login
  </button>
</form>

<form id="addCartForm" novalidate="">
  <label for="newCartName">Cart Name <div class="inputIconWrapper">
      <input id="newCartName" type="text" placeholder="Mardu Deck" minlength="1" required="" autocomplete="off">
      <div class="inputIcon fas fa-shopping-cart"></div>
    </div>
    <div class="formError">A cart name is required.</div>
    <div class="formError">Carts must have a unique name.</div>
  </label>
  <button id="submitAddCart" type="submit" class="btn btn-orange">
    <div class="submitIcon fas fa-plus"></div> Add New Cart
  </button>
</form>

<form id="renameCartForm" novalidate="">
  <label for="renameCartName">Rename Cart <div class="inputIconWrapper">
      <input id="renameCartName" type="text" placeholder="Mardu Deck" minlength="1" required="" autocomplete="off">
      <div class="inputIcon fas fa-shopping-cart"></div>
    </div>
    <div class="formError">A cart name is required.</div>
    <div class="formError">Carts must have a unique name.</div>
  </label>
  <button id="submitRenameCart" type="submit" class="btn btn-orange">
    <div class="submitIcon fas fa-edit"></div> Save
  </button>
</form>

<form id="messageBoxContent">
  <div id="messageBoxText">Message box text.</div>
  <input id="messageBoxInput" type="text" minlength="1" required="">
  <div class="btnWrapper">
    <button type="submit" id="submitMessageBox" class="btn btn-orange">
      <div class="fas fa-check"></div> Ok
    </button>
  </div>
</form>

<form id="registerForm" novalidate="">
  <label for="emailReg">E-Mail Address <div class="inputIconWrapper">
      <input id="emailReg" type="email" placeholder="user@example.com" required="" autocomplete="email">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="formError">Your e-mail address is required.</div>
    <div class="formError">Account already registered for this address.</div>
  </label>
  <label for="passwordReg">Password <div class="inputIconWrapper">
      <input id="passwordReg" type="password" minlength="6" placeholder="6 or more characters" required="" autocomplete="new-password">
      <div class="inputIcon fas fa-key"></div>
    </div>
    <div class="formError">Must contain 6 or more characters.</div>
  </label>
  <label for="passwordConfirmReg">Confirm Password <div class="inputIconWrapper">
      <input id="passwordConfirmReg" type="password" placeholder="Repeat password" required="" autocomplete="new-password">
      <div class="inputIcon fas fa-key"></div>
    </div>
    <div class="formError">Password does not match.</div>
  </label>
  <label for="firstNameReg">First Name <div class="inputIconWrapper">
      <input id="firstNameReg" type="text" placeholder="John" required="" autocomplete="given-name">
      <div class="inputIcon fas fa-user"></div>
    </div>
    <div class="formError">Your first name is required.</div>
  </label>
  <label for="lastNameReg">Last Name <div class="inputIconWrapper">
      <input id="lastNameReg" type="text" placeholder="Smith" required="" autocomplete="family-name">
      <div class="inputIcon fas fa-signature"></div>
    </div>
    <div class="formError">Your last name is required.</div>
  </label>
  <button id="submitRegister" type="submit" class="btn btn-orange">
    <div class="submitIcon fas fa-lock"></div> Register
  </button>
</form>

<form id="floatHeaderSearch">
  <div id="productSearchCategoriesHolder">
    <select id="productSearchCategories" style="width: 100px; display: none;" class="selectized" tabindex="-1">
      <option value="0" selected="selected">All</option>
    </select>
    <div class="selectize-control single" style="width: 100px;">
      <div class="selectize-input items full has-options has-items">
        <div class="item" data-value="0">All</div><input type="select-one" autocomplete="off" tabindex="" id="productSearchCategories-selectized" style="width: 4px;">
      </div>
      <div class="selectize-dropdown single" style="display: none;">
        <div class="selectize-dropdown-content"></div>
      </div>
    </div>
  </div>
  <div id="productSearchTextWrapper">
    <select id="productSearch" tabindex="-1" class="selectized" style="display: none;">
      <option value="" selected="selected"></option>
    </select>
    <div class="selectize-control single plugin-continue_editing plugin-restore_on_backspace plugin-preserve_on_blur">
      <div class="selectize-input items not-full"><input type="select-one" autocomplete="off" tabindex="" id="productSearch-selectized" placeholder="Product Search" style="width: 113.062px;"></div>
      <div class="selectize-dropdown single plugin-continue_editing plugin-restore_on_backspace plugin-preserve_on_blur" style="display: none;">
        <div class="selectize-dropdown-content"></div>
      </div>
    </div>
  </div>
</form>

<form id="updateAccountDetailsForm">
  <label for="accountEmail">E-mail Address <div class="inputIconWrapper">
      <input id="accountEmail" type="email" placeholder="user@example.com" required="" autocomplete="email">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="formError">Your e-mail address is required.</div>
    <div class="formError">No such user exists.</div>
  </label>
  <br>
  <label for="accountFirstName">First Name <div class="inputIconWrapper">
      <input id="accountFirstName" type="text" placeholder="John" required="" autocomplete="given-name">
      <div class="inputIcon fas fa-user"></div>
    </div>
    <div class="formError">Your first name is required.</div>
  </label>
  <br>
  <label for="accountLastName">Last Name <div class="inputIconWrapper">
      <input id="accountLastName" type="text" placeholder="Smith" required="" autocomplete="family-name">
      <div class="inputIcon fas fa-signature"></div>
    </div>
    <div class="formError">Your last name is required.</div>
  </label>
  <br>
  <label for="accountPhoneNumber">Phone Number <div class="inputIconWrapper">
      <input id="accountPhoneNumber" type="text" placeholder="+1 (888) 555-1212" required="" autocomplete="tel">
      <div class="inputIcon fas fa-phone"></div>
    </div>
  </label>
  <br>
  <button type="submit" class="btn btn-orange">Save Details</button>
</form>

<form id="changePasswordForm">
  <label for="currentPassword">Old Password <div class="inputIconWrapper">
      <input id="currentPassword" type="password" placeholder="Current Password" required="" autocomplete="off">
      <div class="inputIcon fas fa-lock-open"></div>
    </div>
    <div class="formError">Old password is required.</div>
    <div class="formError">Old password is incorrect.<br><a id="forgotPasswordLinkAccount" href="#">Forgot Password?</a></div>
  </label>
  <label for="newPassword">New Password <div class="inputIconWrapper">
      <input id="newPassword" type="password" placeholder="New Password" required="" autocomplete="new-password">
      <div class="inputIcon fas fa-lock"></div>
    </div>
    <div class="formError">Password must be at least 6 characters.</div>
  </label>
  <button type="submit" class="btn btn-orange">Change Password</button>
</form>

<form id="addressForm" novalidate="">
  <select id="accountAddressesBilling" style="width: 200px; display: none;" class="selectized" tabindex="-1">
    <option value="" selected="selected"></option>
  </select>
  <div class="selectize-control single" style="width: 200px;">
    <div class="selectize-input items not-full"><input type="select-one" autocomplete="off" tabindex="" id="accountAddressesBilling-selectized" readonly="readonly" style="width: 4px;"></div>
    <div class="selectize-dropdown single" style="display: none;">
      <div class="selectize-dropdown-content"></div>
    </div>
  </div>
  <button id="addNewAddressBtn" type="button" style="width: 200px;" class="btn btn-orange">
    <div class="submitIcon fas fa-address-card"></div> Add New Address
  </button>
  <label for="firstNameAddress">First Name <div class="inputIconWrapper">
      <input id="firstNameAddress" type="text" placeholder="John" required="" autocomplete="given-name">
      <div class="inputIcon fas fa-user"></div>
    </div>
    <div class="formError">First name is required.</div>
  </label>
  <label for="lastNameAddress">Last Name <div class="inputIconWrapper">
      <input id="lastNameAddress" type="text" placeholder="Smith" required="" autocomplete="family-name">
      <div class="inputIcon fas fa-signature"></div>
    </div>
    <div class="formError">Last name is required.</div>
  </label>
  <label for="address1Address">Address <div class="inputIconWrapper">
      <input id="address1Address" type="text" placeholder="123 Fake St" required="" autocomplete="address-line1">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="inputIconWrapper" style="margin-top: 2px;">
      <input id="address2Address" type="text" placeholder="Unit 1" autocomplete="address-line2">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="formError">Address is required.</div>
  </label>
  <br>
  <label for="cityAddress">City <div class="inputIconWrapper">
      <input id="cityAddress" type="text" placeholder="Vancouver" required="" autocomplete="address-level2">
      <div class="inputIcon fas fa-city"></div>
    </div>
    <div class="formError">A city is required.</div>
  </label>
  <label for="stateAddress">State/Province <select id="stateAddress" name="state" autocomplete="address-level1" required="">
      <option value="" selected=""></option>
      <optgroup label="Canadian Provinces" id="canadaProvs">
        <option value="AB">Alberta</option>
        <option value="BC">British Columbia</option>
        <option value="MB">Manitoba</option>
        <option value="NB">New Brunswick</option>
        <option value="NF">Newfoundland</option>
        <option value="NT">Northwest Territories</option>
        <option value="NS">Nova Scotia</option>
        <option value="NU">Nunavut</option>
        <option value="ON">Ontario</option>
        <option value="PE">Prince Edward Island</option>
        <option value="QC">Quebec</option>
        <option value="SK">Saskatchewan</option>
        <option value="YT">Yukon Territory</option>
      </optgroup>
      <optgroup label="U.S. States/Territories" id="usaStates">
        <option value="AK">Alaska</option>
        <option value="AL">Alabama</option>
        <option value="AR">Arkansas</option>
        <option value="AZ">Arizona</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DC">District of Columbia</option>
        <option value="DE">Delaware</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="IA">Iowa</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="MA">Massachusetts</option>
        <option value="MD">Maryland</option>
        <option value="ME">Maine</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MO">Missouri</option>
        <option value="MS">Mississippi</option>
        <option value="MT">Montana</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="NE">Nebraska</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NV">Nevada</option>
        <option value="NY">New York</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="PR">Puerto Rico</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VA">Virginia</option>
        <option value="VT">Vermont</option>
        <option value="WA">Washington</option>
        <option value="WI">Wisconsin</option>
        <option value="WV">West Virginia</option>
        <option value="WY">Wyoming</option>
      </optgroup>
      <optgroup label="Other/Unlisted">
        <option value="Other">Other</option>
      </optgroup>
    </select>
    <input id="stateAddressInput" type="text" autocomplete="address-level1" required="">
    <div class="formError">A state/province is required.</div>
  </label>
  <label for="zipAddress">ZIP/Postal Code <div class="inputIconWrapper">
      <input id="zipAddress" type="text" placeholder="90210" required="" autocomplete="postal-code">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="formError">A ZIP/Postal code is required.</div>
  </label>
  <label for="countryAddress">Country <select id="countryAddress" name="country" autocomplete="country-name" required="">
      <option value="" selected=""></option>
      <option value="Canada">Canada</option>
      <option value="United States">United States</option>
    </select>
    <div class="formError">A country is required.</div>
  </label>
  <label for="phoneAddress">Phone Number <div class="inputIconWrapper">
      <input id="phoneAddress" type="text" placeholder="(212) 555-0100" autocomplete="tel" required="">
      <div class="inputIcon fas fa-phone"></div>
    </div>
    <div class="formError">A phone number is required.</div>
  </label>
  <br>
  <button id="submitNewAddress" type="submit" class="btn btn-orange">
    <span class="submitIcon fas fa-plus"></span>
    <span class="text">Add New Address</span>
  </button>
  <button id="deleteAddress" type="button" style="width: 200px;" class="btn btn-orange disabled">
    <div class="submitIcon fas fa-trash"></div> Delete Address
  </button>
</form>

<form id="advancedSearch">
  <div class="advancedSearchBox">
    <div style="font-size: 1.2em; border-bottom: 1px solid black; font-weight: bold;">Categories </div>
    <div style="font-size: 1.2em; border-left: 1px solid black; border-bottom: 1px solid black; font-weight: bold;"> Search Parameters</div>
    <ol class="productTypes">
      <li>Magic Singles</li>
      <li>Pokemon Singles</li>
      <li>Lorcana Singles</li>
      <li>Flesh and Blood Singles</li>
      <li>Star Wars: Unlimited Singles</li>
      <li>Final Fantasy Singles</li>
      <li>Digimon Singles</li>
      <li>Transformers Singles</li>
      <li>UFS / UniVersus Singles</li>
      <li>Event Registration</li>
      <li>Other</li>
    </ol>
    <div class="searchParameters">
      <p style="grid-column-start: 1; grid-column-end: 3; font-weight: bold; text-align: center;"> Select a category on the left to populate search parameters.</p>
    </div>
  </div>
  <button type="submit" class="btn btn-md btn-orange advancedSearchBtn hidden">Search</button>
</form>

<form id="checkoutLoginForm" novalidate="">
  <div class="checkoutLoginHeader">Login To Account</div>
  <label for="checkoutLoginEmail">E-mail Address <div class="inputIconWrapper">
      <input id="checkoutLoginEmail" type="email" placeholder="user@example.com" required="" autocomplete="email">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
    <div class="formError">Your e-mail address is required.</div>
    <div class="formError">No such user exists.</div>
  </label>
  <label for="checkoutLoginPassword">Password <div class="inputIconWrapper">
      <input id="checkoutLoginPassword" type="password" minlength="6" placeholder="6 or more characters" required="" autocomplete="current-password">
      <div class="inputIcon fas fa-key"></div>
    </div>
    <div class="formError">Must contain 6 or more characters.</div>
    <div class="formError">Invalid password.</div>
  </label>
  <div><a id="forgotPasswordLinkCheckout" href="#">Forgot Password?</a></div>
  <button id="checkoutSubmitLogin" type="submit" class="btn btn-orange">
    <div class="submitIcon fas fa-lock"></div> Login
  </button>
</form>

<form id="checkoutNoLoginForm">
  <div class="checkoutLoginHeader">Guest Checkout</div>
  <label>E-mail Address <div class="inputIconWrapper">
      <input id="checkoutNoLoginEmail" type="email" placeholder="user@example.com" required="" autocomplete="email">
      <div class="inputIcon fas fa-envelope"></div>
    </div>
  </label>
  <button id="checkoutSubmitNoLoginEmail" type="submit" class="btn btn-orange">
    <div class="submitIcon fas fa-lock"></div> Submit
  </button>
</form>

<form id="checkoutAcceptSummaryForm">
  <div id="checkoutSummaryFieldsWrapper">
    <div id="checkoutSummaryFieldsHeader">One or more checkout items require additional information.<br>Please fill out these details.</div>
    <div id="checkoutSummaryFields"></div>
  </div>
  <button type="submit" class="btn btn-md btn-orange">Shipping Address</button>
</form>

<form id="shippingMethods">
  <table id="shippingMethodsTable">
    <thead>
      <tr>
        <th class="centerAlign" colspan="2">Select a Shipping Method</th>
      </tr>
    </thead>
    <tbody class="shipingMethodItems">
    </tbody>
  </table>
</form>

<form id="applyStoreCreditPayment" style="display: none;">
  <div>Store Credit: $<span class="storeCreditAvailable"></span></div>
  <input type="number" id="checkoutCreditAmount" value="0.00" min="0" required="" minlength="1" step=".01">
  <button type="submit" class="checkoutApplyStoreCreditBtn btn btn-md btn-orange">Apply Credit</button>
</form>

<form id="checkoutPaymentApplyGiftCard">
  <div>
    <label>
      <div>Gift Card Code:</div>
      <input type="text" id="checkoutPaymentGiftCardCode" placeholder="Gift Card Code" required="" autocomplete="off">
    </label>
    <label>
      <div>PIN:</div>
      <input type="text" id="checkoutPaymentGiftCardPIN" placeholder="PIN" required="" autocomplete="off">
    </label>
  </div>
  <div>
    <button type="submit" class="checkoutPaymentApplyGiftCardBtn btn btn-md btn-orange">Apply Gift Card</button>
  </div>
</form>

<form id="ccPaymentForm">
  <label class="ccNumberWrapper">Credit Card Number <div class="inputIconWrapper">
      <input id="ccNumber" type="tel" placeholder="" required="" autocomplete="cc-number" minlength="19">
      <div class="inputIcon fas fa-credit-card"></div>
    </div>
    <div class="formError">Credit Card Number is required</div>
  </label>
  <label class="ccExpiryWrapper">Expiry Date <div class="inputIconWrapper">
      <input id="ccExpiry" type="tel" placeholder="" required="" autocomplete="cc-exp" maxlength="5" minlength="5">
      <div class="inputIcon far fa-calendar-alt"></div>
    </div>
    <div class="formError">Expiry Date is required</div>
  </label>
  <label class="ccCVVWrapper">CVV <div class="inputIconWrapper">
      <input id="ccCVV" type="tel" placeholder="" required="" autocomplete="cc-csc" maxlength="4" minlength="3">
      <div class="inputIcon far fa-lock"></div>
    </div>
    <div class="formError">CVV is required</div>
  </label>
  <button type="submit" class="submitCCBtn btn btn-md btn-orange"><span class="fa fa-spinner fa-pulse"></span> Place Order</button>
</form>

<form id="stripeCCPaymentForm">
  <label> Payment Information <div id="stripeCardElement"></div>
  </label>
  <button type="submit" id="submitStripeBtn" class="btn btn-md btn-orange"><span class="fa fa-spinner fa-pulse"></span> Place Order</button>
</form>

<form class="paymentType" id="buyPaymentForm">
  <div class="paymentTypeSelector">
    <label>
      <input type="radio" id="paymentBuyTypeStoreCredit" name="paymentBuy-option" value="storeCredit" checked="">
      <img src="/paypal.png" alt="Store Credit">
    </label>
    <label>
      <input type="radio" id="paymentBuyTypeInterac" name="paymentBuy-option" value="interac">
      <img src="/interac.png" alt="Interact E-Transfer">
    </label>
    <label>
      <input type="radio" id="paymentBuyTypePayPal" name="paymentBuy-option" value="paypal">
      <img src="/paypal.png" alt="Paypal">
    </label>
    <label>
      <input type="radio" id="paymentBuyTypeZelle" name="paymentBuy-option" value="zelle">
      <img src="/zelle.svg" alt="Zelle">
    </label>
    <label>
      <input type="radio" id="paymentBuyTypeVenmo" name="paymentBuy-option" value="venmo">
      <img src="/venmo.svg" alt="Venmo">
    </label>
    <label>
      <input type="radio" id="paymentBuyTypeCash" name="paymentBuy-option" value="cash">
      <i class="far fa-money-bill-alt" alt="Cash"></i>
    </label>
    <label>
      <input type="radio" id="paymentBuyTypeCheque" name="paymentBuy-option" value="cheque">
      <i class="far fa-money-check"></i>
    </label>
    <label>
      <input type="radio" id="paymentBuyTypeCheck" name="paymentBuy-option" value="check">
      <i class="far fa-money-check"></i>
    </label>
  </div>
  <div id="checkoutBuyPaymentStoreCredit">Your sale of cards will be paid to your account credit at completion of the sale with an added <span id="checkoutBuyPaymentStoreCreditBonus">25%</span> bonus.</div>
  <div id="checkoutBuyPaymentInterac">Please enter the Interac E-Transfer e-mail address you wish to receive payment to at completion of the sale of your items.<div class="text-center font-weight-bold">Interac E-Mail <input type="email"
        id="checkoutBuyPaymentInteracAddress" required="">
    </div>
  </div>
  <div id="checkoutBuyPaymentPayPal">
    <div id="checkoutBuyPaymentPayPalGoodWarning" style="margin-bottom: 10px;">PayPal payments are sent via PayPal Goods &amp; Services</div> Please enter the PayPal e-mail address you wish to receive payment to at completion of the sale of your
    items. <div class="text-center font-weight-bold">PayPal E-Mail <input type="email" id="checkoutBuyPaymentPayPalAddress" required=""></div>
  </div>
  <div id="checkoutBuyPaymentZelle"> Please enter the Zelle @Username you wish to receive payment to at completion of the sale of your items. <div class="text-center font-weight-bold">Zelle @Username <input type="text"
        id="checkoutBuyPaymentZelleUsername" required=""></div>
  </div>
  <div id="checkoutBuyPaymentVenmo"> Please enter the Venmo phone number you wish to receive payment to at completion of the sale of your items. <div class="text-center font-weight-bold">Venmo Phone Number <input type="phone"
        id="checkoutBuyPaymentVenmoPhoneNumber" required=""></div>
  </div>
  <div id="checkoutBuyPaymentCheque"> Payment of buy order will be made by cheque. </div>
  <div id="checkoutBuyPaymentCheck"> Payment of buy order will be made by check. </div>
  <div id="checkoutBuyPaymentCash"> Payment of buy order will be made by cash. </div>
  <div class="text-center">
    <button type="submit" id="submitBuyOrderBtn" class="btn btn-md btn-orange">Submit Buy Request</button>
  </div>
</form>

Text Content

E-mail Address

Your e-mail address is required.
No such user exists.
Password

Must contain 6 or more characters.
Invalid password.
Forgot Password?

Login
Cart Name

A cart name is required.
Carts must have a unique name.

Add New Cart
Rename Cart

A cart name is required.
Carts must have a unique name.

Save
Are you sure you want to delete the saved cart ? This will also remove items
from your carts.

Yes

No
Message box text.

Ok
E-Mail Address

Your e-mail address is required.
Account already registered for this address.
Password

Must contain 6 or more characters.
Confirm Password

Password does not match.
First Name

Your first name is required.
Last Name

Your last name is required.

Register
Cart
Add New...
Login
Logout
Register
My Account

All
All


Advanced Search
Deck Builder

 1.  Home
 2.  
 3.  Login
 4.  Register
 5.  My Account
 6.  Logout
 7.  
 8.  Categories
 9.  Cart
 10. 
 11. Advanced Search
 12. Deck Builder

User Name
Store Credit: $0.00
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
top
last

Home Blog Buylist Upcoming Events
BuyList
How It WorksStore Policies
Store Info
Store PoliciesFAQRetro Foil Variations
Contact Us
Event Decklists
F2F Qualifier (May 6th, 2023)F2F Qualifier (June 10th, 2023)Spellfest SRCQ (July
22nd, 2023)Spellfest 1k RCQs (July 22nd-23rd, 2023)

Store Categories
Browse Store
 *  
   Sale Items
 *  
   Event Pre-Registration
 *  
   Magic: The Gathering
 *  
   Pokémon TCG
 *  
   Disney Lorcana
 *  
   Flesh and Blood TCG
 *  
   Star Wars: Unlimited
 *  
   Games Workshop
 *  
   Board Games
 *  
   Role Playing Games
 *  
   Model Kits
 *  
   Model Kit Accessories
 *  
   Miniatures and Toys
 *  
   Other TCG's
 *  
   Wargaming Accessories
 *  
   Paint & Paint Supplies
 *  
   Pins and Coins
 *  
   Card Sleeves
 *  
   Gaming Accessories
 *  
   Dice
 *  
   Sports Cards
 *  
   Special Orders

Cart ( - )
 1. Cart (0 - $0.00)
 2. 

 1. User Details
 2. Addresses
 3. Order History
 4. Store Credit
 5. Sell Your Cards
 6. Preferences

 1. Account Login
 2. Order Summary
 3. Shipping Address
 4. Shipping Method
 5. Payment Details

 1. Buy Order Summary
 2. Return Address
 3. Payment Details

My Account Details
DeckBuilder
- XX Cards - $YYY.ZZ
Add Deck To Cart


Back to
10:00 - Checkout Order #
Buy Order Checkout
 * 
 * 

searchString
(0 / 0)



Cart Items

BuyList Active
Bulk
OnOff

Enter your deck list in the panel below as shown.

Additional options (finish, condition, etc) are also available.

4 Horizon Canopy 4 Ancient Ziggurat 4 Cavern of Souls 3 Unclaimed Territory 2
Reflecting Pool 1 Mana Confluence 1 Flooded Strand 1 Blooming Marsh 1 Copperline
Gorge 1 Darkslick Shores 4 Aether Vial 2 Civic Saber 1 Invigorated Rampage 4
Noble Hierarch 4 Birds of Paradise 4 Kitesail Freebooter 2 Pride of the Clouds 3
Phantasmal Image 4 Mantis Rider 3 Lyev Skyknight 4 Lightning Angel 1 Falkenrath
Aristocrat
Only Show Regular Only Show Foil Show Both
Cheapest Prefer Same Printing
NM/Mint or betterLightly Played or betterModerately Played or betterSleeve
Playable or better
Skip Out of Stock Allow


Submit Deck List
name

Remove


E-mail Address

Your e-mail address is required.
No such user exists.

First Name

Your first name is required.

Last Name

Your last name is required.

Phone Number


Save Details
Old Password

Old password is required.
Old password is incorrect.
Forgot Password?
New Password

Password must be at least 6 characters.
Change Password

Add New Address First Name

First name is required.
Last Name

Last name is required.
Address


Address is required.

City

A city is required.
State/Province Alberta British Columbia Manitoba New Brunswick Newfoundland
Northwest Territories Nova Scotia Nunavut Ontario Prince Edward Island Quebec
Saskatchewan Yukon Territory Alaska Alabama Arkansas Arizona California Colorado
Connecticut District of Columbia Delaware Florida Georgia Hawaii Iowa Idaho
Illinois Indiana Kansas Kentucky Louisiana Massachusetts Maryland Maine Michigan
Minnesota Missouri Mississippi Montana North Carolina North Dakota Nebraska New
Hampshire New Jersey New Mexico Nevada New York Ohio Oklahoma Oregon
Pennsylvania Puerto Rico Rhode Island South Carolina South Dakota Tennessee
Texas Utah Virginia Vermont Washington Wisconsin West Virginia Wyoming Other
A state/province is required.
ZIP/Postal Code

A ZIP/Postal code is required.
Country CanadaUnited States
A country is required.
Phone Number

A phone number is required.

Add New Address

Delete Address

Order # Placed Terminal Status Cost



Store Credit Balance: Reason Date Value Employee

Order # Placed Status Paid Total

Buy Order # Status:
Your buy order has been submitted. An employee will review your order and e-mail
you once approved.
Your buy order has been approved. We are awaiting your product. Please submit it
to the store as per the email you received upon approval.
We have received your cards and your order is being graded. You will receive an
offer email once complete.
Your items have been graded and your offer is as follows.
Your order is complete and payment has been sent.
Your order is complete and payment will be sent soon.
Received: Item Total
Accept Offer
Remove Items

There are no account preferences at this time.
You must login to access account related pages.
Other Versions


Related Items

 * 1
 * 2
 * 3
 * 4
 * 5




Best Sellers  Magic Singles Pokemon Singles Lorcana Singles Flesh and Blood
Singles Star Wars: Unlimited Singles Final Fantasy Singles Digimon
Singles Transformers Singles UFS / UniVersus Singles Event Registration Other
Arcane Signet
Outlaws of Thunder Junction: Commander
$0 0%
$1.50
View Details


NM/Mint
Stock: 95
$0 0%
$1.50

Add To Cart

Lightly Played
Stock: 0
$0 0%
$1.43

Wishlist

Mountain (#238) - Foil Extended Art
Unfinity
$0 0%
$1.50
View Details


NM/Mint
Stock: 2
$0 0%
$1.50

Add To Cart

Lightly Played
Stock: 0
$0 0%
$1.43

Wishlist

Knowledge Pool
Mirrodin Besieged
$0.05 - Bulk
$0 0%
$0.48
View Details


Lightly Played
Stock: 7
$0 0%
$0.48

Add To Cart

Sell Price

$0 0%
$0.05 - Bulk

Sell This

Fetid Heath
Outlaws of Thunder Junction: Commander
$0.05 - Bulk
$0 0%
$2.50
View Details


NM/Mint
Stock: 18
$0 0%
$2.50

Add To Cart

Lightly Played
Stock: 0
$0 0%
$2.38

Wishlist

Sell Price

$0 0%
$0.05 - Bulk

Sell This

Earthquake Dragon
Commander Legends: Battle for Baldur's Gate
$0.05 - Bulk
$0 0%
$1.43
View Details


Lightly Played
Stock: 6
$0 0%
$1.43

Add To Cart

Sell Price

$0 0%
$0.05 - Bulk

Sell This

Tear Asunder - Foil
Dominaria United
$0 0%
$4.50
View Details


Lightly Played
Stock: 2
$0 0%
$4.50

Add To Cart

Helm of the Gods
Magic Origins
$1.00
$0 0%
$2.80
View Details


Lightly Played
Stock: 0
$0 0%
$3.80

Wishlist

Sleeve Playable
Stock: 1
$0 0%
$2.80

Add To Cart

Sell Price

$0 0%
$1.00

Sell This

Danny Pink
Doctor Who
$4.00
$0 0%
$8.00
View Details


NM/Mint
Stock: 2
$0 0%
$8.00

Add To Cart

Lightly Played
Stock: 0
$0 0%
$7.60

Wishlist

Sell Price

$0 0%
$4.00

Sell This

Minamo, School at Water's Edge
Champions of Kamigawa
$42.00
$0 0%
$66.50
View Details


Lightly Played
Stock: 3
$0 0%
$66.50

Add To Cart

Sell Price

$0 0%
$42.00

Sell This

Gray Merchant of Asphodel
Theros
$0 0%
$0.95
View Details


Lightly Played
Stock: 2
$0 0%
$0.95

Add To Cart

Moderately Played
Stock: 4
$0 0%
$0.80

Add To Cart

Categories
Search Parameters
 1.  Magic Singles
 2.  Pokemon Singles
 3.  Lorcana Singles
 4.  Flesh and Blood Singles
 5.  Star Wars: Unlimited Singles
 6.  Final Fantasy Singles
 7.  Digimon Singles
 8.  Transformers Singles
 9.  UFS / UniVersus Singles
 10. Event Registration
 11. Other

Select a category on the left to populate search parameters.

Search
search results
Login To Account
E-mail Address

Your e-mail address is required.
No such user exists.
Password

Must contain 6 or more characters.
Invalid password.
Forgot Password?

Login
Guest Checkout
E-mail Address


Submit
Some items are not included in this order due to purchase limits

Some items are not in stock and have been saved in your wishlist


New Order Summary
This order contains pre-order items and all items will ship together.
If you need individual items sooner, please create a seperate order.
The estimated ship date for this order is 2020-04-07
This order contains In-Store Pickup Only items.
Only pickup options will be available.
If you wish to have this order shipped,
please remove these items from your cart before beginning checkout.
Subtotal: $

One or more checkout items require additional information.
Please fill out these details.

Shipping Address
Select Address

Select a Shipping Method

Select Method
These items have been removed due to purchase limits

These items are no longer in stock


Store Credit: $
Apply Credit
Use A Gift Card
Gift Card Code:
PIN:
Apply Gift Card

Add a comment to order?
Credit Card
Billing address same as shipping address

Credit Card Number

Credit Card Number is required
Expiry Date

Expiry Date is required
CVV

CVV is required
Place Order
Payment declined. Please check payment details.
Credit card payment must be $0.50+ to process
Billing address same as shipping address

Payment Information

Place Order
Payment declined. Please check payment details.
Proccessing...
Payment error. Please try again.
Total due is $0.00.
Place Order
Order placed.
A confirmation e-mail with your order details will be sent to you.


New Order Summary Item Total

Next - Return Address
Select Address
Add a comment to order?
Your sale of cards will be paid to your account credit at completion of the sale
with an added 25% bonus.
Please enter the Interac E-Transfer e-mail address you wish to receive payment
to at completion of the sale of your items.
Interac E-Mail
PayPal payments are sent via PayPal Goods & Services
Please enter the PayPal e-mail address you wish to receive payment to at
completion of the sale of your items.
PayPal E-Mail
Please enter the Zelle @Username you wish to receive payment to at completion of
the sale of your items.
Zelle @Username
Please enter the Venmo phone number you wish to receive payment to at completion
of the sale of your items.
Venmo Phone Number
Payment of buy order will be made by cheque.
Payment of buy order will be made by check.
Payment of buy order will be made by cash.
Submit Buy Request
Pre-Order: Ships Nev 33rd
Limit 1 / Dear
In-Store Pickup Only

$0


Loading Cart...
No items in cart.

Coupon:

Saves:
Expires:

Coupons

Add Coupon
Begin Checkout
Out of Stock

Wishlist Items

Mass Bulk

Begin Checkout
fawefwe

© Magic Stronghold Games and Accessories
CONDUCT COMMERCE
Product Search