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

Submitted URL: https://ctrk.klclick2.com/l/01JBJ9J6KV5P7EWR7M25P55Q01_12
Effective URL: https://www.boardgamebliss.com/products/helionox-chronicles?_kx=Uml8Vywu3iGUJlqB16DR_JUsqrm6pti-QYy2LBhzEdTI4JisTYL6owNQvCN6RW6...
Submission Tags: falconsandbox
Submission: On October 31 via api from US — Scanned from DE

Form analysis 18 forms found in the DOM

POST /localization

<form method="post" action="/localization" id="nav-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="/products/helionox-chronicles?_kx=Uml8Vywu3iGUJlqB16DR_JUsqrm6pti-QYy2LBhzEdTI4JisTYL6owNQvCN6RW6z.J74Lza">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="DE">
      <country-selector><label class="label visually-hidden no-js-hidden" for="nav-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="nav-localization-country-button">
            <span class="text-start">Germany (EUR&nbsp;€)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="nav-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="nav-localization-country-opt-0" role="option" data-value="DE" aria-selected="true">
              <span class="pointer-events-none">Germany (EUR&nbsp;€)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('nav-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

GET /search

<form class="search relative search--speech search--product-types" role="search" action="/search" method="get">
  <label class="label visually-hidden" for="header-search">Search</label>
  <script src="//www.boardgamebliss.com/cdn/shop/t/79/assets/search-form.js?v=43677551656194261111711119753" defer="defer"></script>
  <search-form class="search__form block">
    <input type="hidden" name="type" value="product,">
    <input type="hidden" name="options[prefix]" value="last">
    <input type="search" class="search__input w-full input js-search-input" id="header-search" name="q" placeholder="Search for Singles" data-placeholder-one="Search for Board Games" data-placeholder-two="Search for Singles"
      data-placeholder-three="Search by BGG ID" data-placeholder-prompts-mob="false" data-typing-speed="100" data-deleting-speed="60" data-delay-after-deleting="500" data-delay-before-first-delete="2000" data-delay-after-word-typed="2400"
      role="combobox" autocomplete="off" aria-autocomplete="list" aria-controls="predictive-search-results" aria-owns="predictive-search-results" aria-haspopup="listbox" aria-expanded="false" spellcheck="false">
    <custom-select id="product_types" class="search__product-types absolute left-0 top-0 bottom-0 js-search-product-types"><label class="label visually-hidden no-js-hidden" for="product_types-button">Product type</label>
      <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="product_types-button" style="--custom-select-button-width: 13px;">
          <span class="text-start">All</span>
          <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
            <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
          </svg>
        </button>
        <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="">
          <li class="custom-select__option js-option" id="product_types-opt-default" role="option" data-value="">
            <span class="pointer-events-none">All</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-0" role="option" data-value="Accessories">
            <span class="pointer-events-none">Accessories</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-1" role="option" data-value="Bags">
            <span class="pointer-events-none">Bags</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-2" role="option" data-value="Binder">
            <span class="pointer-events-none">Binder</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-3" role="option" data-value="Board Games">
            <span class="pointer-events-none">Board Games</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-4" role="option" data-value="Book">
            <span class="pointer-events-none">Book</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-5" role="option" data-value="Card Sleeves">
            <span class="pointer-events-none">Card Sleeves</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-6" role="option" data-value="Deck Box">
            <span class="pointer-events-none">Deck Box</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-7" role="option" data-value="Dice">
            <span class="pointer-events-none">Dice</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-8" role="option" data-value="Escape Games">
            <span class="pointer-events-none">Escape Games</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-9" role="option" data-value="Gift Cards">
            <span class="pointer-events-none">Gift Cards</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-10" role="option" data-value="Lorcana Single">
            <span class="pointer-events-none">Lorcana Single</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-11" role="option" data-value="Magazine">
            <span class="pointer-events-none">Magazine</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-12" role="option" data-value="Meeples">
            <span class="pointer-events-none">Meeples</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-13" role="option" data-value="Miniature Games">
            <span class="pointer-events-none">Miniature Games</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-14" role="option" data-value="Miscellaneous">
            <span class="pointer-events-none">Miscellaneous</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-15" role="option" data-value="MTG">
            <span class="pointer-events-none">MTG</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-16" role="option" data-value="MTG Single">
            <span class="pointer-events-none">MTG Single</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-17" role="option" data-value="One Piece Single">
            <span class="pointer-events-none">One Piece Single</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-18" role="option" data-value="Organizer">
            <span class="pointer-events-none">Organizer</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-19" role="option" data-value="Outdoor Games">
            <span class="pointer-events-none">Outdoor Games</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-20" role="option" data-value="Paint">
            <span class="pointer-events-none">Paint</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-21" role="option" data-value="Playmat">
            <span class="pointer-events-none">Playmat</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-22" role="option" data-value="Pokemon">
            <span class="pointer-events-none">Pokemon</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-23" role="option" data-value="Puzzle">
            <span class="pointer-events-none">Puzzle</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-24" role="option" data-value="RPG">
            <span class="pointer-events-none">RPG</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-25" role="option" data-value="Tokens">
            <span class="pointer-events-none">Tokens</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-26" role="option" data-value="Toys">
            <span class="pointer-events-none">Toys</span>
          </li>
          <li class="custom-select__option flex items-center js-option" id="product_types-opt-27" role="option" data-value="Trading Card Games">
            <span class="pointer-events-none">Trading Card Games</span>
          </li>
        </ul>
      </div>
    </custom-select>
    <input type="hidden" id="product_type_input" name="filter.p.product_type"><button type="button" class="search__reset text-current vertical-center absolute focus-inset js-search-reset" hidden="">
      <span class="visually-hidden">Reset</span>
      <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" fill-rule="evenodd" stroke-linejoin="round" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path d="M5 19 19 5M5 5l14 14"></path>
      </svg>
    </button><speech-search-button class="search__speech focus-inset right-0" tabindex="0" title="Search by voice" style="--speech-icon-color: #ff580d">
      <svg width="24" height="24" viewBox="0 0 24 24" aria-hidden="true" focusable="false" role="presentation" class="icon">
        <path fill="currentColor"
          d="M17.3 11c0 3-2.54 5.1-5.3 5.1S6.7 14 6.7 11H5c0 3.41 2.72 6.23 6 6.72V21h2v-3.28c3.28-.49 6-3.31 6-6.72m-8.2-6.1c0-.66.54-1.2 1.2-1.2.66 0 1.2.54 1.2 1.2l-.01 6.2c0 .66-.53 1.2-1.19 1.2-.66 0-1.2-.54-1.2-1.2M12 14a3 3 0 0 0 3-3V5a3 3 0 0 0-3-3 3 3 0 0 0-3 3v6a3 3 0 0 0 3 3Z">
        </path>
      </svg>
    </speech-search-button>
    <link href="//www.boardgamebliss.com/cdn/shop/t/79/assets/speech-search.css?v=47207760375520952331711119754" rel="stylesheet" type="text/css" media="all">
    <script src="//www.boardgamebliss.com/cdn/shop/t/79/assets/speech-search.js?v=106462966657620737681711119754" defer="defer"></script>
  </search-form>
  <div class="js-search-results" tabindex="-1" data-predictive-search=""></div>
  <span class="js-search-status visually-hidden" role="status" aria-hidden="true"></span>
</form>

POST /cart/add

<form method="post" action="/cart/add" id="instalments-form-template--15623107510323__main" accept-charset="UTF-8" class="js-instalments-form  text-sm mt-2" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓"><input type="hidden" name="id" value="42744271601715">
  <input type="hidden" name="product-id" value="7448916688947"><input type="hidden" name="section-id" value="template--15623107510323__main">
</form>

POST /cart/add

<form method="post" action="/cart/add" id="product-form-template--15623107510323__main" accept-charset="UTF-8" class="js-product-form js-product-form-main" enctype="multipart/form-data"><input type="hidden" name="form_type" value="product"><input
    type="hidden" name="utf8" value="✓">
  <div class="alert mb-8 bg-error-bg text-error-text js-form-error text-start" role="alert" hidden=""></div>
  <input type="hidden" name="id" value="42744271601715">
  <div class="product-info__add-to-cart flex">
    <quantity-input class="inline-block">
      <label class="label visually-hidden" for="quantity-template--15623107510323__main">Qty</label>
      <div class="qty-input qty-input--combined inline-flex items-center w-full">
        <button type="button" class="qty-input__btn btn btn--minus no-js-hidden" name="minus">
          <span class="visually-hidden">-</span>
        </button>
        <input type="number" class="qty-input__input input" id="quantity-template--15623107510323__main" name="quantity" min="1" value="1" mm-min="1" mm-stock-max="NaN" step="1" mm-step="1">
        <button type="button" class="qty-input__btn btn btn--plus no-js-hidden" name="plus">
          <span class="visually-hidden">+</span>
        </button>
      </div>
    </quantity-input>
    <div class="product-info__add-button"><button type="submit" data-add-to-cart-text="Add to cart" class="btn btn--primary w-full" name="add">Add to cart</button>
    </div>
  </div>
  <div id="widget-fave-html" style="display: block;">
    <div class="ssw-wishlist-btn__wrapper">
      <div title="Add to Wishlist" class="ssw-fave-btn ssw-wishlist-btn " data-button-type="wishlist_button" data-count="3" data-product-id="7448916688947" data-pending="0"
        data-params="{&quot;product_id&quot;:&quot;7448916688947&quot;,&quot;event&quot;:&quot;fave&quot;,&quot;page&quot;:&quot;product&quot;,&quot;resource_id&quot;:false,&quot;title&quot;:&quot;Helionox: Chronicles (Architect Pledge)&quot;,&quot;price&quot;:&quot;109.95&quot;,&quot;compare_price&quot;:null,&quot;image_url&quot;:&quot;https:\/\/cdn.shopify.com\/s\/files\/1\/0274\/9631\/files\/pic7018882.jpg?v=1730401619&quot;,&quot;handle&quot;:&quot;helionox-chronicles&quot;,&quot;variants&quot;:[{&quot;id&quot;:42744271601715,&quot;price&quot;:&quot;109.95&quot;,&quot;compare_price&quot;:null,&quot;grams&quot;:6527,&quot;position&quot;:1,&quot;title&quot;:&quot;Default Title&quot;,&quot;inventory-policy&quot;:&quot;deny&quot;,&quot;inventory-management&quot;:&quot;shopify&quot;,&quot;inventory-quantity&quot;:12,&quot;sku&quot;:&quot;Helionox-Architect-KS&quot;,&quot;barcode&quot;:&quot;&quot;,&quot;updated-at&quot;:&quot;2024-11-01 01:09:20&quot;,&quot;option1&quot;:&quot;Default Title&quot;,&quot;option2&quot;:null,&quot;option3&quot;:null,&quot;image_id&quot;:null}],&quot;vendor&quot;:&quot;Zeroic Games&quot;,&quot;tags&quot;:&quot;Arrival-New-Oct-28-Nov-3-2024, Arrival_Nov 1 2024, Availability_In Stock, Product-International, Stock_New&quot;,&quot;options&quot;:&quot;{\&quot;1\&quot;:\&quot;Title\&quot;}&quot;}"
        data-user-faves="[]" data-variant-id="42744271601715" data-unavailable-options="" tabindex="0" aria-label="Add to Wishlist">
        <button type="button" class="ssw-fave-btn-content btn button "><i class="ssw-icon-heart-o"></i>Add to Wishlist<span class="ssw-wishlist-btn-counter">(3)</span></button>
      </div>
    </div>
    <script>
      window._sswFaveNotSync = true;
    </script>
  </div><input type="hidden" name="product-id" value="7448916688947"><input type="hidden" name="section-id" value="template--15623107510323__main">
</form>

POST /contact#footer-signup_form

<form method="post" action="/contact#footer-signup_form" id="footer-signup_form" accept-charset="UTF-8" class="form" data-persist-bound="true"><input type="hidden" name="form_type" value="customer"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="contact[tags]" value="prospect, newsletter">
  <div class="form__field">
    <label class="label visually-hidden" for="footer-signup">Email</label>
    <div class="input-with-button"><input type="email" class="input w-full focus-inset" id="footer-signup" name="contact[email]" value="" placeholder="Your email" autocomplete="email" aria-required="true" required=""><button
        class="btn focus-inset has-ltr-icon">
        <span class="visually-hidden">Subscribe</span>
        <svg width="24" height="24" viewBox="0 0 24 24" stroke="currentColor" stroke-width="1.5" fill="none" aria-hidden="true" focusable="false" role="presentation" class="icon">
          <path d="M4.696 12h14.686m-7.007-7.5 7.5 7.5-7.5 7.5"></path>
        </svg>
      </button></div>
  </div>
</form>

POST /localization

<form method="post" action="/localization" id="footer-localization" accept-charset="UTF-8" class="form localization no-js-hidden" 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="/products/helionox-chronicles?_kx=Uml8Vywu3iGUJlqB16DR_JUsqrm6pti-QYy2LBhzEdTI4JisTYL6owNQvCN6RW6z.J74Lza">
  <div class="localization__grid">
    <div class="localization__selector">
      <input type="hidden" name="country_code" value="DE">
      <country-selector><label class="label visually-hidden no-js-hidden" for="footer-localization-country-button">Country/Region</label>
        <div class="custom-select relative w-full no-js-hidden"><button class="custom-select__btn input items-center" type="button" aria-expanded="false" aria-haspopup="listbox" id="footer-localization-country-button">
            <span class="text-start">Germany (EUR&nbsp;€)</span>
            <svg width="20" height="20" viewBox="0 0 24 24" class="icon" role="presentation" focusable="false" aria-hidden="true">
              <path d="M20 8.5 12.5 16 5 8.5" stroke="currentColor" stroke-width="1.5" fill="none"></path>
            </svg>
          </button>
          <ul class="custom-select__listbox absolute invisible" role="listbox" tabindex="-1" aria-hidden="true" hidden="" aria-activedescendant="footer-localization-country-opt-0">
            <li class="custom-select__option flex items-center js-option" id="footer-localization-country-opt-0" role="option" data-value="DE" aria-selected="true">
              <span class="pointer-events-none">Germany (EUR&nbsp;€)</span>
            </li>
          </ul>
        </div>
      </country-selector>
    </div>
  </div>
  <script>
    customElements.whenDefined('custom-select').then(() => {
      if (!customElements.get('country-selector')) {
        class CountrySelector extends customElements.get('custom-select') {
          constructor() {
            super();
            this.loaded = false;
          }
          async showListbox() {
            if (this.loaded) {
              super.showListbox();
              return;
            }
            this.button.classList.add('is-loading');
            this.button.setAttribute('aria-disabled', 'true');
            try {
              const response = await fetch('?section_id=country-selector');
              if (!response.ok) throw new Error(response.status);
              const tmpl = document.createElement('template');
              tmpl.innerHTML = await response.text();
              const el = tmpl.content.querySelector('.custom-select__listbox');
              this.listbox.innerHTML = el.innerHTML;
              this.options = this.querySelectorAll('.custom-select__option');
              this.loaded = true;
            } catch {
              this.listbox.innerHTML = '<li>Error fetching countries, please try again.</li>';
            } finally {
              super.showListbox();
              this.button.classList.remove('is-loading');
              this.button.setAttribute('aria-disabled', 'false');
            }
          }
          setButtonWidth() {
            return;
          }
        }
        customElements.define('country-selector', CountrySelector);
      }
    });
  </script>
  <script>
    document.getElementById('footer-localization').addEventListener('change', (evt) => {
      const input = evt.target.previousElementSibling;
      if (input && input.tagName === 'INPUT') {
        input.value = evt.detail.selectedValue;
        evt.currentTarget.submit();
      }
    });
  </script>
</form>

POST /localization

<form action="/localization" method="POST"><input name="_method" type="hidden" value="PUT"><input name="source" type="hidden" value="geolocation_selector"><input name="return_to" type="hidden"
    value="/products/helionox-chronicles?_kx=Uml8Vywu3iGUJlqB16DR_JUsqrm6pti-QYy2LBhzEdTI4JisTYL6owNQvCN6RW6z.J74Lza"><label class="locale-selectors__label" id="country_code_label" for="country_code"><span>Country/region</span><select
      id="country_code" class="locale-selectors__selector" name="country_code">
      <option value="CA">Canada (CAD $)</option>
      <option value="DE">Germany (EUR €)</option>
      <option value="HK">Hong Kong SAR (HKD HK$)</option>
      <option value="SG">Singapore (SGD $)</option>
      <option value="GB">United Kingdom (GBP £)</option>
      <option value="US">United States (USD $)</option>
    </select></label></form>

<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 go3267197150 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-HEd49s" novalidate=""
  style="display: flex; flex-direction: row; box-sizing: border-box; width: 450px; min-width: 200px; max-width: 1000px; border-radius: 20px; border-style: solid; border-width: 15px; border-color: rgb(255, 255, 255); background-color: rgb(109, 81, 81); background-image: url(&quot;https://d3k81ch9hvuctc.cloudfront.net/company/J74Lza/images/ad0d4ef6-f5ce-4477-92c0-1a6f016bff76.jpeg&quot;); background-repeat: no-repeat; background-size: cover; background-position: 50% 50%; padding: 60px 35px; flex: 1 1 0%;">
  <div class="needsclick  kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; 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 20px; position: relative; flex: 1 0 0px;">
        <div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-4194397" style="width: 100%;">
          <p style="font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-georgia"
              style="color:rgb(238, 238, 238);font-size:48px;font-family:Georgia, Times, 'Times New Roman', serif;font-weight:bold;">Hi there!</span></p>
          <p style="font-size:14px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;font-weight:400;"><span class="ql-font-lucida"
              style="color:rgb(238, 238, 238);font-size:14px;font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;font-weight:400;">Thank you for visiting us and welcome to our store! If you are interested in
              our </span><span class="ql-font-lucida" style="color:rgb(238, 238, 238);font-size:14px;font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;font-weight:bold;">Newsletter</span><span
              class="ql-font-lucida" style="color:rgb(238, 238, 238);font-size:14px;font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;font-weight:400;"> you can sign up below. You can </span><span
              class="ql-font-lucida" style="color:rgb(238, 238, 238);font-size:14px;font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;font-weight:bold;">unsubscribe</span><span class="ql-font-lucida"
              style="color:rgb(238, 238, 238);font-size:14px;font-family:'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Geneva, Verdana, sans-serif;font-weight:400;"> anytime! Enjoy your stay and happy gaming!</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;"><label class="needsclick  kl-private-reset-css-Xuajs1" id="label-email_4194398" for="email_4194398"
            style="color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Your
            email</label><input id="email_4194398" class="needsclick go629048538 kl-private-reset-css-Xuajs1" type="email" autocomplete="email" name="email" tabindex="0" placeholder="Email address" aria-required="true" aria-invalid="false"
            options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <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;"><label class="needsclick  kl-private-reset-css-Xuajs1" id="label-cust_bestgame_4194399"
            for="cust_bestgame_4194399"
            style="color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px;">Your
            Favourite Game</label><input id="cust_bestgame_4194399" class="needsclick go629048538 kl-private-reset-css-Xuajs1" type="text" tabindex="0" placeholder="Game name" aria-invalid="false" options="[object Object]"
            style="box-sizing: border-box; border-radius: 2px; padding: 0px 0px 0px 16px; height: 38px; text-align: left; color: rgb(0, 0, 0); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(148, 149, 150);">
          <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="width: 100%; justify-content: flex-start; display: flex;">
          <fieldset class="needsclick go983184302 kl-private-reset-css-Xuajs1" style="align-self: flex-end; display: block;">
            <legend class="needsclick  kl-private-reset-css-Xuajs1" id="kl_Shopify%20Tags__5_label"
              style="color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; padding-bottom: 6px; margin-right: 8px; margin-bottom: 8px;">
              I'm Interested in...</legend>
            <div role="group" class="needsclick  kl-private-reset-css-Xuajs1" style="display: block;"><input class="needsclick klaviyo-sr-only kl-private-reset-css-Xuajs1" tabindex="0" type="checkbox" id="Shopify%20Tags__5__10"
                name="Shopify%20Tags__5" aria-invalid="false" aria-label="Industry News"><label class="needsclick go3431972610 kl-private-reset-css-Xuajs1" for="Shopify%20Tags__5__10"
                style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1"
                  xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(148, 149, 150); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Shopify%20Tags__5__10" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Shopify%20Tags__5__10" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Shopify%20Tags__5__10" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Industry News</div>
              </label><input class="needsclick klaviyo-sr-only kl-private-reset-css-Xuajs1" tabindex="0" type="checkbox" id="Shopify%20Tags__5__11" name="Shopify%20Tags__5" aria-invalid="false" aria-label="New Arrivals"><label
                class="needsclick go3431972610 kl-private-reset-css-Xuajs1" for="Shopify%20Tags__5__11" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg
                  width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(148, 149, 150); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Shopify%20Tags__5__11" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Shopify%20Tags__5__11" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Shopify%20Tags__5__11" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  New Arrivals</div>
              </label><input class="needsclick klaviyo-sr-only kl-private-reset-css-Xuajs1" tabindex="0" type="checkbox" id="Shopify%20Tags__5__12" name="Shopify%20Tags__5" aria-invalid="false" aria-label="Import Games"><label
                class="needsclick go3431972610 kl-private-reset-css-Xuajs1" for="Shopify%20Tags__5__12" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg
                  width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(148, 149, 150); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Shopify%20Tags__5__12" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Shopify%20Tags__5__12" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Shopify%20Tags__5__12" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Import Games</div>
              </label><input class="needsclick klaviyo-sr-only kl-private-reset-css-Xuajs1" tabindex="0" type="checkbox" id="Shopify%20Tags__5__13" name="Shopify%20Tags__5" aria-invalid="false" aria-label="Promotions"><label
                class="needsclick go3431972610 kl-private-reset-css-Xuajs1" for="Shopify%20Tags__5__13" style="display: flex; align-items: center; flex: 1 0 100%; padding-bottom: 8px; word-break: break-word; max-width: 100%; cursor: pointer;"><svg
                  width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="stroke: rgb(148, 149, 150); margin-right: 8px; min-width: 20px; width: auto; height: auto;">
                  <g>
                    <g>
                      <rect stroke-width="1" x="0.5" y="0.5" width="19" height="19" rx="2.22222222" fill="#FFFFFF"></rect>
                    </g>
                  </g>
                </svg><svg width="20px" height="20px" viewBox="0 0 20 20" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" style="cursor: pointer; display: none; position: absolute; margin: 0px;">
                  <defs></defs>
                  <g id="checkbox_inner_Shopify%20Tags__5__13" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
                    <g id="checkbox-on-checkbox_inner_Shopify%20Tags__5__13" transform="translate(3.000000, 4.000000)" fill="#303B43">
                      <polygon id="shape-checkbox_inner_Shopify%20Tags__5__13" fill="#000000" points="4.45454545 9.20149254 1.11363636 5.75373134 0 6.90298507 4.45454545 11.5 14 1.64925373 12.8863636 0.5"></polygon>
                    </g>
                  </g>
                </svg>
                <div class="needsclick  kl-private-reset-css-Xuajs1"
                  style="cursor: pointer; color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; margin-right: 24px; display: flex; position: relative; top: 1px;">
                  Promotions</div>
              </label></div>
            <div class="needsclick  kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
          </fieldset>
        </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;"><button
          class="needsclick go300628013 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
          style="background: rgb(233, 93, 43); border-radius: 0px; border-style: none; border-color: rgb(0, 0, 0); border-width: 0px; color: rgb(255, 255, 255); font-family: &quot;Lucida Grande&quot;, &quot;Lucida Sans Unicode&quot;, &quot;Lucida Sans&quot;, Geneva, Verdana, sans-serif; font-size: 16px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 11px; padding-bottom: 11px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; pointer-events: auto; height: auto; width: 100%;">Signup</button>
      </div>
    </div>
  </div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>

/account/login

<form class="hiddenFormRecaptcha" action="/account/login"><input type="hidden" name="form_type" value="customer_login"><input type="text" name="email" class="hiddenFocusFieldRecaptcha" style="position: fixed; left: -999999px; top: -999999px;"></form>

POST

<form method="post" id="sem_modal_form" novalidate="novalidate">
  <input id="sem_email" type="hidden" value="client" name="user">
  <div class="ssw-control-group">
    <input name="password" id="sem_password" class="social-exist-modal__password" type="password" required="required" placeholder="Password"><br>
  </div>
  <a id="sem_forgot" class="social-exist-modal__recover-password" onclick="try{showRecoverPasswordForm();ssw('#social_exist_modal').sswModal('hide');}catch(e){}" href="/account/login#recover">Forgot password?</a>
  <div class="ssw-control-group">
    <input id="sem_btn" type="submit" class="btn button gw-login-btn" value="Log in">
  </div>
</form>

POST

<form id="set-email-form" method="post" novalidate="novalidate">
  <input id="service_id" type="hidden" name="service_id" value="">
  <div class="ssw-control-group">
    <input id="set-email-input" name="email" tabindex="1" aria-label="Email address" type="email" required="required" placeholder="Email address" class="ssw-span3">
  </div>
  <div class="ssw-control-group">
    <input type="submit" class="btn button gw-login-btn" tabindex="1" aria-label="" value="">
  </div>
</form>

POST

<form id="accept-terms-form" method="post" onsubmit="sswCreateAccount(this); return false;">
  <div class="terms-email-group ssw-control-group">
    <input id="terms-email-input" name="email" tabindex="1" type="email" required="required" placeholder="Email address" class="ssw-span3">
  </div>
  <div class="accept_terms-group ssw-control-group">
    <div class="ssw-controls">
      <label class="ssw-checkbox ssw-inline">
        <input id="ssw-accept-terms-checkbox" name="accept_terms" onclick="sswOnAcceptTerms(this)" type="checkbox"> I read and agree with <span class="terms-span">Terms of Service</span>
        <a href="javascript: void(0)" class="terms-link ssw-hide" target="_blank">Terms of Service</a>
      </label>
    </div>
  </div>
  <div class="ssw-control-group accepts_marketing-group">
    <div class="ssw-controls">
      <label class="ssw-checkbox ssw-inline">
        <input id="ssw-accept-marketing-checkbox" name="accepts_marketing" type="checkbox" onclick="sswOnAcceptMarketing(this)" onkeydown="sswOnAcceptMarketing(this)" tabindex="1" aria-label="Subscribe for Newsletter"> Subscribe for Newsletter
      </label>
    </div>
  </div>
  <input id="ssw-accept-terms-service_id" name="service_id" type="hidden">
  <div class="ssw-control-group">
    <button id="ssw-create-account-button" type="submit" class="btn button gw-login-btn" style="display: none" tabindex="1" aria-label="Create Account">Create Account</button>
    <button id="ssw-cancel-account-button" type="button" class="btn button gw-login-btn" onclick="sswCancelAccount()" tabindex="1" aria-label="cancel">cancel</button>
  </div>
</form>

POST /account/login

<form id="he_customer_login" action="/account/login" method="post" accept-charset="UTF-8" novalidate="novalidate">
  <input type="hidden" value="client" name="user">
  <div class="ssw-control-group">
    <input id="ssw-customer-email" name="customer[email]" tabindex="1" autocomplete="on" type="email" placeholder="Email address" class="ssw-span3" title="Enter your email" aria-label="Enter your email">
  </div>
  <div class="ssw-control-group">
    <input id="ssw-customer-password" name="customer[password]" tabindex="2" type="password" placeholder="Password" class="ssw-span3" title="Enter your password" aria-label="Enter your password">
  </div>
  <div class="ssw-control-group">
    <input id="hesy-login-submit" tabindex="3" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Log in" aria-labelledby="Log in">
  </div>
  <div class="ssw-control-group">
    <a href="/account/login#recover" class="gw-link-login">Forgot password?</a>
  </div>
</form>

POST /account

<form id="he_create_customer" action="/account" method="post" accept-charset="UTF-8" novalidate="novalidate">
  <div class="ssw-control-group">
    <input id="ssw-email" tabindex="4" name="customer[email]" type="email" placeholder="Email address" class="required email ssw-span3" title="Enter your email" aria-label="Enter your email">
  </div>
  <div class="ssw-control-group">
    <input id="ssw-password" tabindex="5" name="customer[password]" type="password" placeholder="Password" class="required ssw-span3" minlength="6" title="Enter your password" aria-label="Enter your password">
  </div>
  <div class="ssw-control-group ssw-first-name" style="display:none;">
    <input id="ssw-first_name" tabindex="6" name="customer[first_name]" type="text" placeholder="First Name" class="required ssw-span3" minlength="2" title="Enter your first name" aria-label="Enter your first name">
  </div>
  <div class="ssw-control-group ssw-last-name" style="display:none;">
    <input id="ssw-last_name" tabindex="7" name="customer[last_name]" type="text" placeholder="Last Name" class="required ssw-span3" minlength="2" title="Enter your last name" aria-label="Enter your last name">
  </div>
  <input id="ssw-customer-tags" type="hidden" name="customer[tags]" value="gw_form">
  <div id="ssw-signup-accept-terms-marketing" class="ssw-control-group ssw-accept-terms">
    <label id="ssw-signup-accept-terms" class="ssw-checkbox ssw-inline" style="display: none;">
      <input name="terms" tabindex="8" type="checkbox" onclick="sswOnAcceptTerms(this)"> I read and agree with <span class="terms-span">Terms of Service</span>
      <a href="javascript: void(0)" class="terms-link ssw-hide" target="_blank">Terms of Service</a>
    </label>
    <input id="ssw-customer-accepts_marketing" type="hidden" name="customer[accepts_marketing]" value="false">
    <label id="ssw-signup-accept-marketing" class="ssw-checkbox ssw-inline">
      <input name="accepts_marketing" tabindex="9" type="checkbox" onclick="sswOnAcceptMarketing(this)"> Subscribe for Newsletter </label>
  </div>
  <div class="ssw-action-bottom">
    <button id="hesy-sign-up-cancel" type="button" class="btn button gw-login-btn gw-fsize-md" data-dismiss="ssw-modal" aria-hidden="true" style="display:none">cancel</button>
    <input id="hesy-sign-up-submit" tabindex="8" type="submit" class="btn button gw-login-btn gw-fsize-md" value="Sign up" aria-labelledby="Sign up">
  </div>
</form>

POST /cart/add

<form class="ssw-product-form ssw-available-content" method="post" action="/cart/add">
  <input type="hidden" name="id" value="">
  <div class="gw-quantity-wrapper" tabindex="0">
    <span class="gw-quantity-text gw-product-form-text">Quantity</span>
    <span class="gw-quantity-param minus">-</span>
    <input type="number" name="quantity" class="gw-quantity-number" value="1">
    <span class="gw-quantity-param plus">+</span>
  </div>
  <div class="ssw-control-group ssw-product-option1 ssw-hide">
    <label class="ssw-control-label gw-product-form-text">Option1</label>
    <select class="ssw-product-select1" data-product-id="0"></select>
  </div>
  <div class="ssw-control-group ssw-product-option2 ssw-hide">
    <label class="ssw-control-label gw-product-form-text">Option2</label>
    <select class="ssw-product-select2" data-product-id="0"></select>
  </div>
  <div class="ssw-control-group ssw-product-option3 ssw-hide">
    <label class="ssw-control-label gw-product-form-text">Option2</label>
    <select class="ssw-product-select3" data-product-id="0"></select>
  </div>
</form>

<form class="ssw-list-title-form" onsubmit="return false;">
  <input class="ssw-fave-list-title" type="text" name="list_title_default" data-event="blur" data-action="editList" data-id="0" placeholder="List name" value="Favorites" maxlength="40" required="required">
  <button type="submit" style="display: none"></button>
</form>

<form class="ssw-variant-options">
  <div class="ssw-product-variant-col">
    <img src="" class="ssw-variant-image" onload="this.removeAttribute('style')">
  </div>
  <div class="ssw-product-variant-col ssw-product-variant-col-form">
    <h3 class="ssw-product-variant-choose-option-text">Choose options</h3>
    <div class="ssw-product-variant-select-alert ssw-alert ssw-alert-warning" style="display:none;">All options should be selected!</div>
    <div class="ssw-variant-option-radio-template ssw-variant-option-template ssw-variant-option" style="display: none">
      <p class="ssw-variant-option-title"></p>
      <div class="ssw-variant-option-value" style="display: none">
        <input type="radio">
        <label></label>
      </div>
    </div>
    <div class="ssw-variant-option-select-template ssw-variant-option-template ssw-variant-option" style="display: none">
      <p class="ssw-variant-option-title"></p>
      <select name="option" class="ssw-variant-option-select">
        <option class="ssw-variant-option-value"></option>
      </select>
    </div>
    <input class="ssw-product-variant-id" type="hidden" name="variant_id">
    <div class="ssw-product-variant-cart-error ssw-alert ssw-alert-danger" style="display:none;"></div>
  </div>
</form>

POST

<form id="ssw-wishlist-save-form" method="post">
  <div class="ssw-inline">
    <input type="email" name="customer_email" placeholder="Your email address" required="">
    <button type="submit" class="btn button gw-wishlist-btn gw-btn-bg" data-text="Save" data-loading-text="Saving...">Save</button>
  </div>
  <div class="ssw-inline" style="margin-top: 10px">
    <label for="accept_marketing">Subscribe for Newsletter</label>
    <input type="checkbox" id="accept_marketing" name="accept_marketing">
  </div>
</form>

Text Content

This website uses cookies to ensure you get the best experience on our
website.Privacy Policy

PreferencesRejectAccept

Choose Type of Cookies You Accept Using

Strictly Required CookiesAnalytics and StatisticsMarketing and
RetargetingFunctional Cookies
Strictly Required Cookies

These cookies are required for the website to run and cannot be switched off.
Such cookies are only set in response to actions made by you such as language,
currency, login session, privacy preferences. You can set your browser to block
these cookies but this might affect the way our site is working.

Accept Selected
Reject AllAccept All
*By clicking on the above buttons, I give my consent on collecting my IP and
email (if registered). For more check GDPR Compliance
Skip to content

If you love Board Games, you're in the right place!

Reconnect with loved ones and create lasting memories—grab a board game today
for endless family fun!

Discover one of the largest online stores for board games: 5,500+ titles in
stock!

Country/Region
Germany (EUR €)
 * Germany (EUR €)

Search Product type
All
 * All
 * Accessories
 * Bags
 * Binder
 * Board Games
 * Book
 * Card Sleeves
 * Deck Box
 * Dice
 * Escape Games
 * Gift Cards
 * Lorcana Single
 * Magazine
 * Meeples
 * Miniature Games
 * Miscellaneous
 * MTG
 * MTG Single
 * One Piece Single
 * Organizer
 * Outdoor Games
 * Paint
 * Playmat
 * Pokemon
 * Puzzle
 * RPG
 * Tokens
 * Toys
 * Trading Card Games

Reset


Search Log in Bag

Menu
 * New Arrivals
    * Back
    * New Arrivals
    * New Products
       * 
         Oct 28-Nov 3, 2024
       * 
         Oct 21-27, 2024
       * 
         Oct 14-20, 2024
       * 
         Oct 7-13, 2024
       * 
         Sept 30-Oct 6, 2024
   
    * Restock Products
       * 
         Oct 28-Nov 3, 2024
       * 
         Oct 21-27, 2024
       * 
         Oct 14-20, 2024
       * 
         Oct 7-13, 2024
       * 
         Sept 30-Oct 6, 2024

 * Get Started
    * Back
    * Get Started
    * New Players Bundle

 * Board Games
    * Back
    * Board Games
    * 
      All In-stock Board Games
       * In-stock Board Games (0-L)
       * In-stock Board Games (M-Z)
       * Go to All In-stock Board Games
   
    * Geek List
       * Dice Tower Top 100 - People's Choice 2024
   
    * 
      Abstract Games
    * 
      Children's Games
    * 
      Cooperative Games
    * 
      Family Games
    * 
      Fantasy Games
    * 
      Party Games
    * 
      Strategy Games
    * 
      Thematic Games
    * 
      War Games

 * Best Sellers
    * Back
    * Best Sellers
    * All Time
    * BGG Ranked Games
       * BoardGameGeek Top 100
       * BoardGameGeek Top 200
       * BoardGameGeek Top 300
       * BoardGameGeek Top 400
       * BoardGameGeek Top 500
   
    * By Months
       * September 2024
       * August 2024
       * July 2024
       * June 2024
       * May 2024
       * April 2024
       * March 2024
       * February 2024
       * January 2024
       * December 2023
       * November 2023
   
    * Spiel des Jahres (German Game of the Year)
    * Spiel Des Jahres Nominees/Special Awards
    * Spiel Des Jahres Recommended
    * Reviews and Recommendations
    * Best 2 Players Only Games

 * Publishers
    * Back
    * Publishers
    * 
      AEG
    * 
      Arcane Wonders
    * 
      Ares Games
    * 
      Bézier Games
    * 
      Board&Dice
    * 
      Capstone Games
    * 
      Chip Theory Games
    * 
      CMON
    * 
      Compass Games
    * 
      Contention Games
    * 
      Czech Games Edition
    * 
      Days of Wonder
    * 
      Devir
    * 
      Dire Wolf
    * 
      Eagle-Gryphon Games
    * 
      Elf Creek Games
    * 
      Fantasy Flight Games
    * 
      Folded Space
    * 
      Garphill Games
    * 
      GMT Games
    * 
      Grok Games
    * 
      IELLO
    * 
      Incredible Dream Studios
    * 
      Inside Up Games
    * 
      Ion Game Design
    * 
      Kayenta Games
    * 
      Kolossal Games
    * 
      KOSMOS
    * 
      Leder Games
    * 
      Libellud
    * 
      Lookout Games
    * 
      Ludus Magnus Studio
    * 
      Matagot
    * 
      Mighty Boards
    * 
      Oink Games
    * 
      Osprey Games
    * 
      Pegasus Spiele
    * 
      Plaid Hat Games
    * 
      PlayPunk
    * 
      Portal Games
    * 
      Queen Games
    * 
      Ravensburger
    * 
      Renegade Game Studios
    * 
      Repos Production
    * 
      Restoration Games
    * 
      Rio Grande Games
    * 
      Rock Manor Games
    * 
      Space Cowboys
    * 
      Starling Games (II)
    * 
      Steamforged Games Ltd.
    * 
      Stonemaier Games
    * 
      Stronghold Games
    * 
      Synapses Games
    * 
      The Op Games
    * 
      Tuesday Knight Games
    * 
      Van Ryder Games
    * 
      Wizards of the Coast
    * 
      Zoch Verlag
    * 
      Z-Man Games
    * 
      25th Century Games

 * PRE-ORDER
 * TCG
    * Back
    * TCG
    * Magic: The Gathering: Sealed products
       * MTG Pre-order
       * MTG New Arrivals
       * MTG Booster Boxes
       * MTG Booster Packs
       * MTG Commander Decks
       * MTG Prerelease Kit
       * MTG Bundle & Other products
   
    * Magic: The Gathering: Singles
       * All Singles
       * -Assassin's Creed (ACR)
       * -Modern Horizon 3 (MH3,M3C)
       * -Outlaws of Thunder Junction (OTJ,OTP,BIG)
       * -Ravnica Remastered (RVR)
       * -Murders at Karlov Manor (MKM,MKC)
   
    * One Piece
       * All Singles
       * One Piece Preorder
       * One Piece Booster
       * One Piece Starter
       * One Piece Supplies
       * Go to One Piece
   
    * Lorcana
       * All Singles
       * Disney Lorcana Preorder
       * Disney Lorcana Sealed Product
       * Disney Lorcana Starter Decks
       * Disney Lorcana Suppiles
       * Go to Lorcana
   
    * Other TCGs
       * Dragon Ball Fusion World
       * Starwars Unlimited

 * SALE
    * Back
    * SALE
    * Summer Sale
    * All Sale Items
    * Dings and Dents

 * Accessories
    * Back
    * Accessories
    * All Accessories
      
    * Binders
      
    * Board Game Bags
      
    * Card Sleeves
      
    * Deck Boxes
      
    * Dice
      
    * Organizers
       * Folded Space
       * Gaming Trunk
       * Laserox
       * The Dicetroyers
   
    * Paints
      
    * Playmats
      
    * Sleeves
      
    * Tokens
      

 * Others
    * Back
    * Others
    * RPG
       * Best Selling RPG
       * All RPG
       * RPG Miniatures
       * Dungeon and Dragons
       * Pathfinders
       * Dice
   
    * Magazines
    * Toys

 * Information
    * Back
    * Information
    * FAQ
    * News
    * Reviews
    * Rewards Program
    * Schedule Pickup
    * Fulfillment Service
    * Demo Games at our store
    * In-store Used Games Snapshot
    * In-store Used Game Information
    * Shipping and Order Information
    * Game Matrix for Better Cognitive Skills
    * Contact Us

 1. Home
 2. Helionox: Chronicles (Architect Pledge)

 * 

Zeroic Games  |  SKU: Helionox-Architect-KS


HELIONOX: CHRONICLES (ARCHITECT PLEDGE)

In stock

No reviews
€75,81 EUR
Unit price /
Unavailable

€75,81


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

This item is available for pre-order. Orders will be fulfilled in order
received. We will contact you if the item is unavailable.
Qty
- +
Add to cart
Add to Wishlist(3)

Couldn't load pickup availability

Refresh



DELIVERY AND SHIPPING

For more details, please refer to our Shipping and Order Information.

Share:

 * 
 * 
 * 

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

Helionox: Chronicles (Architect Pledge)

€75,81 EUR
Unit price /
Unavailable
View details


DESCRIPTION

Designer Taran Lewis Kratz
Publisher Zeroic Games Players 1-4 Playtime 30-120 mins Suggested Age 10 and up
Additional Info BoardGameGeek (Images, Videos, Reviews)


Helionox: Chronicles is a standalone solo/cooperative scenario based deck
building board game set in the Helionox universe. In Chronicles, players act
cooperatively as the Architects of the future, a far thinking, loosely knit
group of individuals that have mastered the art of Cryosleep. This powerful Cryo
technology allows the Architects to enter a state of suspended animation for
vast periods of time while traveling the solar system in search of new tech,
loyal operatives, and answers to the problems devastating the system.
Against the backdrop of a slowly dying sun, a series of events known as the
Helionox, Influence is the path to victory and can be gained in many ways.
Starting deck builds can be customized at the beginning of the game and used
with unique Architects for a vast array of combinations and asymmetric game play
offering massive replayability. Travel the solar system placing a multitude of
buildings types for strategic infrastructure. Access faction based markets for
tech and operatives and add them your deck for powerful combos and unique
scoring opportunities.
You and the other Architects must gain more influence than your opponent to lead
civilization to a new beginning in the wake of the Helionox…

-description from designer




CUSTOMER REVIEWS

Be the first to write a review
0
0
0
0
0
See all reviews
Write a review
Most Recent Highest Rating Lowest Rating Only Pictures Pictures First Videos
First Most Helpful




Previous Next

 * Shipping within Canada
   
   Free Shipping for order over $175-$350

 * Shipping to US
   
   $14.95 CAD to $17.95 CAD or Free Shipping for order over $225

 * Connect with Us
   
   Stay connect with us via Facebook , Twitter, Instagram

 * 100% Secure payments
   
   Visa, Mastercard, Shop Pay, Google Pay, Apple Pay, Interac

Back to top


OUR STORY

BoardGameBliss hopes that you will enjoy and be impressed by the games we carry.
 We hope these games will bring happiness and laughter to you and your family.


FOOTER LINKS

 * About Us
 * Contact Us
 * Order Pickup
 * FAQ
 * Privacy Policy
 * Refund Policy
 * Rewards Program
 * Terms of service
 * Shipping, Order Information
 * Store Hours
 * European Online Dispute Resolution (ODR) Platform


NEWSLETTER

Sign up for exclusive offers, original stories, events and more.

Email
Subscribe
Payment methods accepted
 * Apple Pay
 * Diners Club
 * Discover
 * Google Pay
 * Mastercard
 * PayPal
 * Shop Pay
 * Visa

Country/Region
Germany (EUR €)
 * Germany (EUR €)

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

© 2024 Board Game Bliss. POS and Ecommerce by Shopify
Back


CHOOSE OPTIONS

Close
Close


Item added to your cart.

View cart




REVIEWS


LET CUSTOMERS SPEAK FOR US


Based on 12826 reviews
9288
2523
656
204
153
See all reviews
Write a review
Customer photos & videos

Product Reviews (12762)Shop Reviews (64)
Most Recent Highest Rating Lowest Rating Only Pictures Pictures First Videos
First Most Helpful
Monkey Palace
10/31/2024

Benoit Audet



Monkey Palace

Read more


Dungeon Fighter in the Labyrinth of Sinister Storms
10/31/2024

Mitchell



Wonderful fun game. Great new characters, dice, target, and challenges. Highly
recommend.

Read more


Dungeon Fighter in the Castle of Frightening Frosts
10/31/2024

Mitchell



Great fun. Cool new target, dice and challenges.

Read more


Ultimate Guard - Arkhive 400+ XenoSkin Monocolor (Petrol)
10/31/2024

Kabir Virji



Ultimate Guard - Arkhive 400+ XenoSkin Monocolor (Petrol)

Read more


Sea Salt & Paper
10/31/2024

Shawn



Great little points collection game!

Read more



123



Judge.me
Country/regionCanada (CAD $)Germany (EUR €)Hong Kong SAR (HKD HK$)Singapore (SGD
$)United Kingdom (GBP £)United States (USD $)


Close dialog

Hi there!

Thank you for visiting us and welcome to our store! If you are interested in our
Newsletter you can sign up below. You can unsubscribe anytime! Enjoy your stay
and happy gaming!

Your email

Your Favourite Game

I'm Interested in...
Industry News
New Arrivals
Import Games
Promotions

Signup
visually-hidden

×

Your discount code:



Continue with Facebook
Twitter
Google
Subscribe for Newsletter
I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
×

Log in to your account






Forgot password?


×
Enter your email


×
Accept Terms and Conditions

I read and agree with Terms of Service Terms of Service
Subscribe for Newsletter
Create Account cancel
×
Log in to your account

Continue with Facebook
Twitter
Google

Forgot password?
No account? Sign up
×
Create your account

Continue with Facebook
Twitter
Google

I read and agree with Terms of Service Terms of Service Subscribe for Newsletter
cancel
Already have an account? Log in
0 items - $0.00 CAD ×

View Cart ×
×
User Title added Product Title to Wishlist


User Title reviewed Product Title


Product Title
product price compare price Add To Cart Sold Out View Product

Quantity - +
Option1
Option2
Option2
Add to Wishlist




 * Description
 * Reviews
 * 
 * Questions






Wishlist
Wishlist0
Share: Link copied
Go to wishlist page
Add a new list
Favorites 0

You have exceeded the character limit You have exceeded the character limit
 * Edit name
 * Share
 * Delete

 * 

Delete this list?
cancel Delete


You have exceeded the character limit
 * Edit name
 * Share
 * Delete

 * 

Add To Cart Choose options
Delete this list?
cancel Delete

×



CHOOSE OPTIONS

All options should be selected!







Add To Cart Checkout Adding... Sold Out Unavailable




×
Hey! Save your amazing wish list
Enter your email address below and we will send the link to your Wishlist
× Thank you! Please check your email to find the link.
Save
Subscribe for Newsletter

Rewards