theguildhouse.ca Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://theguildhouse.ca/
Effective URL: https://theguildhouse.ca/
Submission: On February 11 via api from US — Scanned from CA

Form analysis 6 forms found in the DOM

POST /cart

<form action="/cart" method="post" id="cart-drawer-form" class="checkout-form" novalidate="">
  <div class="scd-empty-msg"> Your cart is currently empty. </div>
</form>

GET /search

<form id="m-form-search" action="/search" method="GET" role="search" novalidate="" class="m-search-form relative w-full md:mx-28 flex border border-black rounded-md text-black">
  <input type="hidden" name="options[unavailable_products]" value="last">
  <input type="hidden" name="options[prefix]" value="last">
  <input type="hidden" name="options[fields]" value="title,vendor,product_type,variants.title">
  <input type="search" name="q" required="" autocomplete="off" placeholder="Search products" aria-label="Search products" class="w-full h-11" style="border: none;" data-search-input="">
  <button type="submit" class="absolute top-px right-0 py-3 px-3.5 text-black">
    <svg class="w-[18px] h-[18px]" fill="currentColor" stroke="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
      <path
        d="M508.5 468.9L387.1 347.5c-2.3-2.3-5.3-3.5-8.5-3.5h-13.2c31.5-36.5 50.6-84 50.6-136C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c52 0 99.5-19.1 136-50.6v13.2c0 3.2 1.3 6.2 3.5 8.5l121.4 121.4c4.7 4.7 12.3 4.7 17 0l22.6-22.6c4.7-4.7 4.7-12.3 0-17zM208 368c-88.4 0-160-71.6-160-160S119.6 48 208 48s160 71.6 160 160-71.6 160-160 160z">
      </path>
    </svg>
  </button>
  <span class="invisible absolute top-0 right-0 py-2.5 px-3" data-spinner="">
    <svg class="animate-spin animate-spin-show w-[24px] h-[24px]" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none">
      <circle class="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" stroke-width="4"></circle>
      <path class="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"></path>
    </svg>
  </span>
  <span class="absolute top-0 p-3.5 invisible cursor-pointer text-[#777] right-8" data-clear-search="">
    <svg class="w-[16px] h-[16px]" fill="currentColor" stroke="currentColor" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512">
      <path
        d="M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z">
      </path>
    </svg>
  </span>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" data-login-with-shop-sign-in="true"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <input type="email" name="customer[email]" placeholder="Email" class="form-control">
  <input type="password" name="customer[password]" placeholder="Password" class="form-control">
  <a class="underline block my-3 sf-customer__reset-password-btn">Forgot your password?</a>
  <button class="sf__btn sf__btn-primary mt-4  mb-3 w-full" type="submit"> Sign In </button>
</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="✓">
  <input class="form-control" type="email" name="email" placeholder="Email" spellcheck="false" autocomplete="off" autocapitalize="off">
  <div class="flex mt-2">
    <button type="submit" class="sf__btn sf__btn-primary block w-40"> Submit </button>
    <button type="button" data-recover-toggle="" class="sf__btn-secondary sf-customer__cancel-reset block w-40 ml-4"> Cancel </button>
  </div>
</form>

POST /account

<form method="post" action="/account" id="create_customer" accept-charset="UTF-8" data-login-with-shop-sign-up="true"><input type="hidden" name="form_type" value="create_customer"><input type="hidden" name="utf8" value="✓">
  <input type="text" name="customer[first_name]" placeholder="First Name" class="form-control">
  <input type="text" name="customer[last_name]" placeholder="Last Name" class="form-control">
  <input type="email" name="customer[email]" placeholder="Email" class="form-control">
  <input type="password" name="customer[password]" placeholder="Password" class="form-control">
  <div class="mt-3 text-color-secondary"> Sign up for early Sale access plus tailored new arrivals, trends and promotions. To opt out, click unsubscribe in our emails. </div>
  <button class="mt-6 mb-3 w-full sf__btn sf__btn-primary"> Register </button>
  <a class="w-full mt-[12xpx] sf__btn sf__btn-secondary" href="/account/login">
                      Log In
                    </a>
</form>

<form class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-SpCwnv" novalidate="" tabindex="-1"
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 7px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(7, 7, 7); background-repeat: no-repeat; background-position-y: 50%; padding: 20px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px 20px 0px 0px; min-height: 370px; 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 30px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-40685837" 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: 26px; color: #ffffff; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">Join The Guild House</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: 30px; color: #ffffff; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">Newsletter! 👋</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-40685838" 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="color: #ffffff; font-size: 18px; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;">Sign up for email updates and get 10% off on your first purchase!</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="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="first_name_69078578" class="needsclick go3979775424 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="given-name" tabindex="0" placeholder="First Name" aria-label="First Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 53px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(0, 0, 0); box-shadow: rgb(0, 100, 205) 0px 0px 5px;">
          <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; 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="last_name_69078601" class="needsclick go3979775424 kl-private-reset-css-Xuajs1" type="text"
            autocomplete="family-name" tabindex="0" placeholder="Last Name" aria-label="Last Name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 53px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(84, 70, 47);">
          <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 4px; 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_40685839" class="needsclick go3979775424 kl-private-reset-css-Xuajs1" type="email"
            autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 53px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(84, 70, 47);">
          <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: 0px 4px 10px; position: relative; flex: 1 0 0px;"><button
          class="needsclick go3894874857 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(13, 97, 22); border-radius: 6px; border-style: none; border-color: rgb(212, 23, 23); border-width: 2px; color: rgb(255, 255, 255); font-family: Poppins, &quot;Helvetica Neue&quot;, Helvetica, Arial, sans-serif; font-size: 20px; 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; height: 54px; width: 100%;">Get
          Rewards</button></div>
    </div>
  </div>
  <div class="needsclick  kl-private-reset-css-Xuajs1"
    style="display: flex; flex-direction: column; width: 390px; margin: -20px -20px -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: 7px; border-top-right-radius: 7px; overflow: hidden; min-width: 390px; min-height: 370px;">
    <div class="needsclick  kl-private-reset-css-Xuajs1"
      style="background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/RQQJRt/images/a02a7067-f458-43ed-8fcd-165b871babc5.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; width: 100%; height: 100%; display: block;">
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

Text Content

$9.99 Flat Rate Shipping on orders over $125 within Canada

Cart 0

 * Home
 * Stay & Play
 * Board Game Rentals
 * Events
    * Dungeons & Dragons
    * Miniature Painting Classes
    * Game Master for Hire
    * Parties

 * Memberships
 * Shop
    * Collectible Games
       * Magic: The Gathering
       * Marvel Champions
       * Pokémon
   
    * Board & Card Games
       * Kids
       * Family
       * Strategy
       * Party
       * Classic
   
    * Games Workshop
       * Preorders
       * Starter Sets
       * Warhammer 40,000
       * Age of Sigmar
       * Warhammer Underworlds
       * Warcry
       * Kill Team
       * Blood Bowl
       * White Dwarf Magazine
   
    * Citadel Paints
       * Tools & Accessories
       * Brushes
       * Primers
       * Base
       * Layer
       * Contrast
       * Shade
       * Technical
       * Drybrushing
       * Paint & Tools Sets
   
    * Dungeons and Dragons
       * Core Books and Accessories
       * Campaign Books
       * Adventures
       * Starter Sets
       * Third Party Books
       * Nolzur Miniatures
   
    * Role Playing Games
       * Pathfinder
       * Call of Cthulhu
       * Rifts
       * Legend of the Five Rings
       * Miniatures
       * Collectible Miniatures
   
    * Accessories
       * Dice
       * Battlemats
       * Miniatures
       * Sleeves
       * Journals
       * Dice Trays
       * Bookmarks
   
    * Pre-Orders
       * Star Wars: Unlimited
       * Magic: The Gathering
       * Disney Lorcana
   
    * Propeller Coffee
    * New Releases
       * New Games Releases
       * New RPG Releases

 * Contact Us

Search Account Cart 0
Home Stay & Play Board Game Rentals Events
Back
 * Dungeons & Dragons
 * Miniature Painting Classes
 * Game Master for Hire
 * Parties

Memberships Shop
Back
 * Collectible Games
   Back
    * Magic: The Gathering
    * Marvel Champions
    * Pokémon

 * Board & Card Games
   Back
    * Kids
    * Family
    * Strategy
    * Party
    * Classic

 * Games Workshop
   Back
    * Preorders
    * Starter Sets
    * Warhammer 40,000
    * Age of Sigmar
    * Warhammer Underworlds
    * Warcry
    * Kill Team
    * Blood Bowl
    * White Dwarf Magazine

 * Citadel Paints
   Back
    * Tools & Accessories
    * Brushes
    * Primers
    * Base
    * Layer
    * Contrast
    * Shade
    * Technical
    * Drybrushing
    * Paint & Tools Sets

 * Dungeons and Dragons
   Back
    * Core Books and Accessories
    * Campaign Books
    * Adventures
    * Starter Sets
    * Third Party Books
    * Nolzur Miniatures

 * Role Playing Games
   Back
    * Pathfinder
    * Call of Cthulhu
    * Rifts
    * Legend of the Five Rings
    * Miniatures
    * Collectible Miniatures

 * Accessories
   Back
    * Dice
    * Battlemats
    * Miniatures
    * Sleeves
    * Journals
    * Dice Trays
    * Bookmarks

 * Pre-Orders
   Back
    * Star Wars: Unlimited
    * Magic: The Gathering
    * Disney Lorcana

 * Propeller Coffee
 * New Releases
   Back
    * New Games Releases
    * New RPG Releases

Contact Us
My Account
Log in Register


Join us this summer for a new way to play Dungeons and Dragons!


SUMMER DUNGEONS & DRAGONS FOR KIDS

The morning will be spent with our Game Master playing D&D; after lunch the kids
will make their way (with supervision) to Recess Fit Club to earn some cool
bonuses for their game.

Registration Open Now
Order Here!
Preorder now!
This is an all-levels program for youth between the ages of 9-14


PA DAY DUNGEONS & DRAGONS

Adventure awaits! Explore subterranean labyrinths, plunder hordes of treasures
and battle legendary monsters! Suitable for first-time players or experienced
adventurers alike. All supplies will be provided. 

Register Here
Master the basics of miniature painting.


THE JOY OF MINIATURE PAINTING CLASS

Every class covers a variety of topics and each one is different. The lesson
runs 3 hours and includes a miniature to take home. Paints and minis
are provided. Bring your own detail brush; if you need one you can buy one here.

Open for enrollment
Join us this summer for a new way to play Dungeons and Dragons!


SUMMER DUNGEONS & DRAGONS FOR KIDS

The morning will be spent with our Game Master playing D&D; after lunch the kids
will make their way (with supervision) to Recess Fit Club to earn some cool
bonuses for their game.

Registration Open Now
Order Here!




CARD & BOARD GAME CATEGORIES

Explore our diverse and carefully curated collections to find the perfect game
for your next adventure. Whether you're a casual gamer looking for a fun night
in or a seasoned enthusiast seeking the next big challenge, our card and board
game shop has something for everyone.


KIDS GAMES




PARTY GAMES




COOPERATIVE GAMES




ROLEPLAYING GAMES




CARD GAMES




STRATEGY GAMES




CLASSIC GAMES




FAMILY GAMES




KIDS GAMES




PARTY GAMES




COOPERATIVE GAMES




ROLEPLAYING GAMES




CARD GAMES




STRATEGY GAMES




CLASSIC GAMES




FAMILY GAMES




KIDS GAMES




PARTY GAMES




COOPERATIVE GAMES




ROLEPLAYING GAMES




CARD GAMES




STRATEGY GAMES





THE GUILD HOUSE

579 St. Clair Avenue West, Toronto, ON M6C 1A

Business Hours:
Mondays: CLOSED
Tuesdays - Saturday 10AM - 11:00PM
Sunday: 10AM - 7PM

Get Directions



SHOPPING CART

Your cart is currently empty.
Note Add note for seller
Add note for seller

Save Cancel
Subtotal $0.00
Check out

View Cart




THE GUILD HOUSE

579 St. Clair Avenue West

Toronto, ON M6C1A3

(416) 792-1977

info@theguildhouse.ca

orders@theguildhouse.ca


FOLLOW US

We respectfully acknowledge that we operate on the Treaty Lands and Territory of
the Mississaugas of the Credit First Nation and the Traditional Territory of the
Anishinaabe, Haudenosaunee, and the Huron Wendat.




POLICIES

Privacy Policy Refund Policy Terms of Service Shipping Policy

© The Guild House 2024
Payment options:
 * American Express
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Visa






SEARCH OUR STORE

Account Cart 0
Popular Searches:
summer dungeons dragons lord of the rings mtg magic the gathering games workshop
card sleeves dice
""

Log in Reset your password

--------------------------------------------------------------------------------

Register

--------------------------------------------------------------------------------

Forgot your password? Sign In

We will send you an email to reset your password.

Submit Cancel
Sign up for early Sale access plus tailored new arrivals, trends and promotions.
To opt out, click unsubscribe in our emails.
Register Log In



Close dialog 1

Join The Guild House

Newsletter! 👋

Sign up for email updates and get 10% off on your first purchase!




Get Rewards