<!doctype html>
<!--[if IE 9]> <html class="ie9 no-js" lang="en"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->

<head>







<!-- LAYOUTHUB-HELPER -->

<!-- GA4 script tags -->
<script async src="https://www.googletagmanager.com/gtag/js?id="></script>
<script>
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }
    gtag('js', new Date());
    gtag('config', '', { groups: 'layouthub' });
</script>
<!-- End GA4 script tags -->

<!-- GA4 Snippet -->
<script>
    window.addEventListener('load', () => {
        // fallback for gtag when not initialized
        if (typeof window.gtag !== 'function') {
            window.gtag = (str1, str2, obj) => {
            }
        }
        // Poll queued events from pixel localStorage and forward to GA
        const STORAGE_KEY = 'LH_STORAGE_KEY';
        const INTERVAL = 2000;
        async function flushQueuedEvents() {
            try {
                const raw = window.localStorage.getItem(STORAGE_KEY);
                if (!raw) return;
                const events = JSON.parse(raw);
                if (!Array.isArray(events) || events.length === 0) return;
                for (const ev of events) {
                    if (!ev || !ev.name) continue;
                    const params = ev.params || {};
                    // attach template tag
                    params.lh_template_event = "index";
                    gtag('event', ev.name, Object.assign({ app_event: 'layouthub', send_to: 'layouthub' }, params));
                }
                // Clear only if all sent
                window.localStorage.removeItem(STORAGE_KEY);
            } catch (e) {
                // swallow to avoid breaking page
            }
        }
        flushQueuedEvents();
        setInterval(flushQueuedEvents, INTERVAL);
    })
</script>
<!-- End GA4 Snippet --><!-- END LAYOUTHUB-HELPER -->







<!-- LAYOUTHUB-V2-HEADER -->


<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Assistant:wght@regular;500;600;700&display=swap" onload="this.onload=null;this.rel='stylesheet'"><noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Assistant:wght@regular;500;600;700&display=swap"></noscript>
<style>
    
    :root{ --lh-other-sale-price-color: #d82727;
--lh-other-sale-bg-color: #d82727;
--lh-other-sale-text-color: #ffffff;
--lh-other-sold-out-bg-color: #adadad;
--lh-other-sold-out-text-color: #ffffff;
--lh-other-tag-1-bg-color: #008c62;
--lh-other-tag-1-text-color: #ffffff;
--lh-other-tag-2-bg-color: #405de6;
--lh-other-tag-2-text-color: #ffffff;
--lh-h1-font-family: Assistant;
--lh-h1-font-size: 52px;
--lh-h1-font-weight: 400;
--lh-h1-line-height: 1.3;
--lh-h1-letter-spacing: 0.6px;
--lh-h1-text-transform: inherit;
--lh-h1-font-style: normal;
--lh-h2-font-family: Assistant;
--lh-h2-font-size: 40px;
--lh-h2-font-weight: 400;
--lh-h2-line-height: 1.3;
--lh-h2-letter-spacing: 0.6px;
--lh-h2-text-transform: inherit;
--lh-h2-font-style: normal;
--lh-h3-font-family: Assistant;
--lh-h3-font-size: 24px;
--lh-h3-font-weight: 400;
--lh-h3-line-height: 1.3;
--lh-h3-letter-spacing: 0.6px;
--lh-h3-text-transform: inherit;
--lh-h3-font-style: normal;
--lh-h4-font-family: Assistant;
--lh-h4-font-size: 18px;
--lh-h4-font-weight: 400;
--lh-h4-line-height: 1.3;
--lh-h4-letter-spacing: 0.6px;
--lh-h4-text-transform: inherit;
--lh-h4-font-style: normal;
--lh-h5-font-family: Assistant;
--lh-h5-font-size: 15px;
--lh-h5-font-weight: 400;
--lh-h5-line-height: 1.3;
--lh-h5-letter-spacing: 0.6px;
--lh-h5-text-transform: inherit;
--lh-h5-font-style: normal;
--lh-p-font-family: Assistant;
--lh-p-font-size: 16px;
--lh-p-font-weight: 400;
--lh-p-line-height: 1.8;
--lh-p-letter-spacing: 0.6px;
--lh-p-text-transform: inherit;
--lh-p-font-style: normal;
--lh-p2-font-family: Assistant;
--lh-p2-font-size: 13.2px;
--lh-p2-font-weight: 400;
--lh-p2-line-height: 1.82;
--lh-p2-letter-spacing: 0.6px;
--lh-p2-text-transform: inherit;
--lh-p2-font-style: normal;
--lh-p3-font-family: Assistant;
--lh-p3-font-size: 18px;
--lh-p3-font-weight: 400;
--lh-p3-line-height: 1.8;
--lh-p3-letter-spacing: 0.6px;
--lh-p3-text-transform: inherit;
--lh-p3-font-style: normal;
--lh-btn-font-size: 15px;
--lh-btn-font-weight: 400;
--lh-btn-letter-spacing: 1px;
--lh-btn-text-transform: normal;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-border-radius: 0px;
--lh-btn-transition-hover: 150ms;
--lh-btn-pr-border-width: 1px;
--lh-btn-pr-shadow-x: 0px;
--lh-btn-pr-shadow-y: 0px;
--lh-btn-pr-shadow-blur: 0px;
--lh-btn-pr-shadow-transparent: 0%;
--lh-btn-se-border-width: 1px;
--lh-btn-se-shadow-x: 0px;
--lh-btn-se-shadow-y: 0px;
--lh-btn-se-shadow-blur: 0px;
--lh-btn-se-shadow-transparent: 0%;
--lh-btn-te-underline: underline;
--lh-btn-te-underline-offset: 5px; }
    @media (min-width: 768px) and (max-width: 1023px) { :root{ --lh-h1-font-size: 44px;
--lh-h1-line-height: 1.3;
--lh-h1-letter-spacing: 0.6px;
--lh-h2-font-size: 34px;
--lh-h2-line-height: 1.3;
--lh-h3-font-size: 22px;
--lh-h3-line-height: 1.3;
--lh-h5-font-size: 15px;
--lh-btn-font-size: 15px;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
    @media (max-width: 767px) { :root{ --lh-h1-font-size: 40px;
--lh-h2-font-size: 30px;
--lh-h3-font-size: 20px;
--lh-h4-font-size: 18px;
--lh-h5-font-size: 15px;
--lh-btn-font-size: 15px;
--lh-btn-height: 45px;
--lh-btn-padding: 30px;
--lh-btn-pr-border-width: 1px;
--lh-btn-se-border-width: 1px; }}
    
          .lh-scheme-1 {
            --lh-text-color: #5b5b5b;
            --lh-heading-color: #121212;
            --lh-background-color: #ffffff;
            --lh-btn-pr-background-color: #121212;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #121212;
            --lh-btn-se-background-color: #ececec;
            --lh-btn-se-label-color: #121212;
            --lh-btn-se-border-color: #ececec;
            --lh-btn-te-label-color: #121212;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 10%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);

            --color-scheme-text: #5b5b5b;
            --color-scheme-bg: #ffffff;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-scheme-2 {
            --lh-text-color: #5b5b5b5;
            --lh-heading-color: #121212;
            --lh-background-color: #f5f5f5;
            --lh-btn-pr-background-color: #121212;
            --lh-btn-pr-label-color: #ffffff;
            --lh-btn-pr-border-color: #121212;
            --lh-btn-se-background-color: #d8d8d8;
            --lh-btn-se-label-color: #121212;
            --lh-btn-se-border-color: #d8d8d8;
            --lh-btn-te-label-color: #121212;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), white 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), black 10%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 0%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), white 25%);

            --color-scheme-text: #5b5b5b5;
            --color-scheme-bg: #f5f5f5;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-scheme-3 {
            --lh-text-color: #ffffff;
            --lh-heading-color: #ffffff;
            --lh-background-color: #121212;
            --lh-btn-pr-background-color: #ffffff;
            --lh-btn-pr-label-color: #121212;
            --lh-btn-pr-border-color: #ffffff;
            --lh-btn-se-background-color: #ffffff00;
            --lh-btn-se-label-color: #ffffff;
            --lh-btn-se-border-color: #ffffff;
            --lh-btn-te-label-color: #ffffff;

            --lh-btn-pr-background-hover: color-mix(in srgb, var(--lh-btn-pr-background-color), black 10%);
            --lh-btn-pr-label-hover: color-mix(in srgb, var(--lh-btn-pr-label-color), black 0%);
            --lh-btn-pr-border-hover: color-mix(in srgb, var(--lh-btn-pr-border-color), black 0%);

            --lh-btn-se-background-hover: color-mix(in srgb, var(--lh-btn-se-background-color), white 100%);
            --lh-btn-se-label-hover: color-mix(in srgb, var(--lh-btn-se-label-color), black 100%);
            --lh-btn-se-border-hover: color-mix(in srgb, var(--lh-btn-se-border-color), black 0%);

            --lh-btn-te-label-hover: color-mix(in srgb, var(--lh-btn-te-label-color), black 25%);

            --color-scheme-text: #ffffff;
            --color-scheme-bg: #121212;
            --color-scheme-text-50: #f2f2f2;
--color-scheme-text-100: #e6e6e6;
--color-scheme-text-200: #cccccc;
--color-scheme-text-300: #b3b3b3;
--color-scheme-text-400: #999999;
--color-scheme-text-500: #808080;
--color-scheme-text-600: #666666;
--color-scheme-text-700: #4d4d4d;
--color-scheme-text-800: #333333;
--color-scheme-text-900: #1a1a1a;
--color-scheme-text-950: #0d0d0d;
          }
        
          .lh-h1 {
            font-family: var(--lh-h1-font-family);
            font-size: var(--lh-h1-font-size);
            font-weight: var(--lh-h1-font-weight);
            line-height: var(--lh-h1-line-height);
            letter-spacing: var(--lh-h1-letter-spacing);
            text-transform: var(--lh-h1-text-transform);
            font-style: var(--lh-h1-font-style);
            color: var(--lh-heading-color);
          }
          .lh-h2 {
            font-family: var(--lh-h2-font-family);
            font-size: var(--lh-h2-font-size);
            font-weight: var(--lh-h2-font-weight);
            line-height: var(--lh-h2-line-height);
            letter-spacing: var(--lh-h2-letter-spacing);
            text-transform: var(--lh-h2-text-transform);
            font-style: var(--lh-h2-font-style);
            color: var(--lh-heading-color);
          }
          .lh-h3 {
            font-family: var(--lh-h3-font-family);
            font-size: var(--lh-h3-font-size);
            font-weight: var(--lh-h3-font-weight);
            line-height: var(--lh-h3-line-height);
            letter-spacing: var(--lh-h3-letter-spacing);
            text-transform: var(--lh-h3-text-transform);
            font-style: var(--lh-h3-font-style);
            color: var(--lh-heading-color);
          }
          .lh-h4 {
            font-family: var(--lh-h4-font-family);
            font-size: var(--lh-h4-font-size);
            font-weight: var(--lh-h4-font-weight);
            line-height: var(--lh-h4-line-height);
            letter-spacing: var(--lh-h4-letter-spacing);
            text-transform: var(--lh-h4-text-transform);
            font-style: var(--lh-h4-font-style);
            color: var(--lh-heading-color);
          }
          .lh-h5 {
            font-family: var(--lh-h5-font-family);
            font-size: var(--lh-h5-font-size);
            font-weight: var(--lh-h5-font-weight);
            line-height: var(--lh-h5-line-height);
            letter-spacing: var(--lh-h5-letter-spacing);
            text-transform: var(--lh-h5-text-transform);
            font-style: var(--lh-h5-font-style);
            color: var(--lh-heading-color);
          }
          .lh-p {
            font-family: var(--lh-p-font-family);
            font-size: var(--lh-p-font-size);
            font-weight: var(--lh-p-font-weight);
            line-height: var(--lh-p-line-height);
            letter-spacing: var(--lh-p-letter-spacing);
            text-transform: var(--lh-p-text-transform);
            font-style: var(--lh-p-font-style);
            color: var(--lh-text-color);
          }
          .lh-p2 {
            font-family: var(--lh-p2-font-family);
            font-size: var(--lh-p2-font-size);
            font-weight: var(--lh-p2-font-weight);
            line-height: var(--lh-p2-line-height);
            letter-spacing: var(--lh-p2-letter-spacing);
            text-transform: var(--lh-p2-text-transform);
            font-style: var(--lh-p2-font-style);
            color: var(--lh-text-color);
          }
          .lh-p3 {
            font-family: var(--lh-p3-font-family);
            font-size: var(--lh-p3-font-size);
            font-weight: var(--lh-p3-font-weight);
            line-height: var(--lh-p3-line-height);
            letter-spacing: var(--lh-p3-letter-spacing);
            text-transform: var(--lh-p3-text-transform);
            font-style: var(--lh-p3-font-style);
            color: var(--lh-text-color);
          }
.lh-btn-pr, .lh-btn-se, .lh-btn-te {
        display: flex;
        align-items: center;
        justify-content:center;
        font-family: var(--lh-p-font-family);
        font-size: var(--lh-btn-font-size);
        font-weight: var(--lh-btn-font-weight);
        text-transform: var(--lh-btn-text-transform);
        letter-spacing: var(--lh-btn-letter-spacing);
        line-height: 1.5;
        font-style: var(--lh-p-font-style);
        transition: all ease-in var(--lh-btn-transition-hover, 0ms);
      }
.lh-btn-pr {
            cursor: pointer;
            color: var(--lh-btn-pr-label-color);
            
              height: var(--lh-btn-height);
              padding: 0px var(--lh-btn-padding);
              border-radius: var(--lh-btn-border-radius);
              outline: var(--lh-btn-pr-border-width) solid var(--lh-btn-pr-border-color);
              outline-offset: calc(var(--lh-btn-pr-border-width) * -1);
              background: var(--lh-btn-pr-background-color);
              box-shadow: var(--lh-btn-pr-shadow-x) var(--lh-btn-pr-shadow-y) var(--lh-btn-pr-shadow-blur) rgba(0, 0, 0, var(--lh-btn-pr-shadow-transparent));
            
          }
.lh-btn-pr:hover {
            color: var(--lh-btn-pr-label-hover);
            
              background: var(--lh-btn-pr-background-hover);
              border-color: var(--lh-btn-pr-border-hover);
            
          }
.lh-btn-se {
            cursor: pointer;
            color: var(--lh-btn-se-label-color);
            
              height: var(--lh-btn-height);
              padding: 0px var(--lh-btn-padding);
              border-radius: var(--lh-btn-border-radius);
              outline: var(--lh-btn-se-border-width) solid var(--lh-btn-se-border-color);
              outline-offset: calc(var(--lh-btn-se-border-width) * -1);
              background: var(--lh-btn-se-background-color);
              box-shadow: var(--lh-btn-se-shadow-x) var(--lh-btn-se-shadow-y) var(--lh-btn-se-shadow-blur) rgba(0, 0, 0, var(--lh-btn-se-shadow-transparent));
            
          }
.lh-btn-se:hover {
            color: var(--lh-btn-se-label-hover);
            
              background: var(--lh-btn-se-background-hover);
              border-color: var(--lh-btn-se-border-hover);
            
          }
.lh-btn-te {
            cursor: pointer;
            color: var(--lh-btn-te-label-color);
            
              text-decoration: var(--lh-btn-te-underline);
              text-underline-offset: var(--lh-btn-te-underline-offset);
              position: relative;
            
          }
.lh-btn-te:hover {
            color: var(--lh-btn-te-label-hover);
            
          }
    .lh-sections, .lh-section {
  display: block;
  width: 100%;
}
.lh-container {
  width: 100%;
  padding-top: var(--lh-container-padding-top, var(--lh-container-padding, 4rem));
  padding-bottom: var(--lh-container-padding-bottom, var(--lh-container-padding, 4rem));
  padding-right: var(--lh-container-padding, 1rem);
  padding-left: var(--lh-container-padding, 1rem);
  max-width: var(--lh-container-width, 1140px);
  margin-right: auto;
  margin-left: auto;
}
.lh-image-picture {
  aspect-ratio: var(--lh-image-ratio, auto);
  display: block;
  overflow: hidden;
}

.lh-image-picture img {
  width: 100%;
  height: 100%;
  object-fit: var(--lh-image-fit, cover);
  object-position: var(--lh-image-position, 50% 50%);
  vertical-align: middle;
}
@media (min-width: 993px) {
  .lh-image-picture[data-ratio="default"] img {
    height: auto;
  }
}
@media (min-width: 750px) and (max-width: 992px) {
  .lh-image-picture {
    aspect-ratio: var(--lh-image-ratio-ta, var(--lh-image-ratio, auto));
  }
  .lh-image-picture img {
    object-fit: var(--lh-image-fit-ta, var(--lh-image-fit,cover));
    object-position: var(--lh-image-position-ta, var(--lh-image-position,50% 50%));
  }
  .lh-image-picture[data-ratio-ta="default"] img {
    height: auto;
  }
}
@media (max-width: 749px) {
  .lh-image-picture {
    aspect-ratio: var(--lh-image-ratio-mo, var(--lh-image-ratio, auto));
  }
  .lh-image-picture img {
    object-fit: var(--lh-image-fit-mo, var(--lh-image-fit,cover));
    object-position: var(--lh-image-position-mo, var(--lh-image-position,50% 50%));
  }
  .lh-image-picture[data-ratio-mo="default"] img {
    height: auto;
  }
}
    
  </style>


    

<!-- END LAYOUTHUB-V2-HEADER --><!--Content in content_for_header -->
<!--LayoutHub-Embed--><meta name="layouthub" /><link rel="stylesheet" href="https://fonts.googleapis.com/css?display=swap&family=Open+Sans:100,200,300,400,500,600,700,800,900" /><link rel="stylesheet" type="text/css" href="data:text/css;base64,Ym9keSBpbnB1dCxib2R5IHRleHRhcmVhLGJvZHkgYnV0dG9uLGJvZHkgc2VsZWN0IHtmb250LWZhbWlseTogaW5oZXJpdDt9W2RhdGEtbGF5b3V0aHViPSJzZWN0aW9uIl0sIFtkYXRhLWxheW91dGh1Yj0ic2VjdGlvbiJdICoge3BhZGRpbmc6IDBweDttYXJnaW4tdG9wOiAwcHg7bWFyZ2luLWJvdHRvbTogMHB4O306cm9vdHstLWxoLWZvbnQtZmFtaWx5OiAiT3BlbiBTYW5zIiAhaW1wb3J0YW50Oy0tbGgtdGl0bGUtZm9udC1mYW1pbHk6ICJPcGVuIFNhbnMiICFpbXBvcnRhbnQ7LS1saC1mb250LXNpemU6IDE1cHggIWltcG9ydGFudDstLWxoLWNvbG9yOiAjZGQzMzMzICFpbXBvcnRhbnQ7LS1saC1jb2xvci1yZ2I6IDIyMSwgNTEsIDUxICFpbXBvcnRhbnQ7fWJvZHkgc2VjdGlvbltkYXRhLWxheW91dGh1Yj0ic2VjdGlvbiJdIHtjb2xvcjogIzdBN0E3QTtmb250LWZhbWlseTogIk9wZW4gU2FucyIgIWltcG9ydGFudDtmb250LXNpemU6IDE1cHggIWltcG9ydGFudDt9W2RhdGEtbGF5b3V0aHViPSJzZWN0aW9uIl0gaDEsIFtkYXRhLWxheW91dGh1Yj0ic2VjdGlvbiJdIGgyLCBbZGF0YS1sYXlvdXRodWI9InNlY3Rpb24iXSBoMywgW2RhdGEtbGF5b3V0aHViPSJzZWN0aW9uIl0gaDQsIFtkYXRhLWxheW91dGh1Yj0ic2VjdGlvbiJdIGg1IHtjb2xvcjogIzFBMUExQjtmb250LWZhbWlseTogIk9wZW4gU2FucyIgIWltcG9ydGFudDt9I3NwaW4td3JhcHBlciwgI3NpdGVsb2FkZXIKewogICAgZGlzcGxheTogbm9uZSAhaW1wb3J0YW50Owp9PCEtLWxoLWxpdmUtZWRpdG9yLS0+IGltZy5saC1sYXp5Om5vdChbc3JjXSkge3Zpc2liaWxpdHk6IGhpZGRlbjt9" media="all">
<!--LH--><!--/LayoutHub-Embed--><meta charset="utf-8">
  <meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
  <meta content="width=device-width,initial-scale=1" name="viewport">
  <meta name="theme-color" content="#7796a8">
  <meta content="telephone=no" name="format-detection">
  <link rel="canonical" href="https://blackknightgames.ca/">

  <meta theme="Standard Theme">

  
  <link rel="shortcut icon" href="//blackknightgames.ca/cdn/shop/files/BKG_logo_with_Border_32x32.png?v=1637270433" type="image/png">
  

  <!--[if (gt IE 9)|!(IE)]><!-->
  <script src="//blackknightgames.ca/cdn/shop/t/3/assets/vendor.js?v=76260804611371243491650385782"></script>
  <!--<![endif]-->
  <!--[if lte IE 9]><script src="//blackknightgames.ca/cdn/shop/t/3/assets/vendor.js?v=76260804611371243491650385782"></script><![endif]-->

  

  <title>Black Knight Games | Ontario | Canada</title>

  
  <meta name="description" content="Black Knight Games is a tabletop games and hobby store in Hamilton, ON. We specialize in miniatures games, collectible games, board games and role-playing games. We have a large gaming area where we run leagues &amp; tournaments, and allow open gaming!">
  

  <!-- /snippets/social-meta-tags.liquid -->
<meta property="og:site_name" content="Black Knight Games">
<meta property="og:url" content="https://blackknightgames.ca/">
<meta property="og:title" content="Black Knight Games | Ontario | Canada">
<meta property="og:type" content="website">
<meta property="og:description" content="Black Knight Games is a tabletop games and hobby store in Hamilton, ON. We specialize in miniatures games, collectible games, board games and role-playing games. We have a large gaming area where we run leagues &amp; tournaments, and allow open gaming!">


<meta name="twitter:site" content="@bkgames">
<meta content="summary_large_image" name="twitter:card">
<meta name="twitter:title" content="Black Knight Games | Ontario | Canada">
<meta name="twitter:description" content="Black Knight Games is a tabletop games and hobby store in Hamilton, ON. We specialize in miniatures games, collectible games, board games and role-playing games. We have a large gaming area where we run leagues &amp; tournaments, and allow open gaming!">

  <link href="//blackknightgames.ca/cdn/shop/t/3/assets/binderVariables.css?v=70092302283056473611780696960" rel="stylesheet" type="text/css" media="all" />
  <link href="//blackknightgames.ca/cdn/shop/t/3/assets/base.css?v=114692943859104095621679433128" rel="stylesheet" type="text/css" media="all" />
  <link href="//blackknightgames.ca/cdn/shop/t/3/assets/includes.css?v=10605739661454193171647982332" rel="stylesheet" type="text/css" media="all" />
  <link href="//blackknightgames.ca/cdn/shop/t/3/assets/theme.css?v=143747216989003793601689370549" rel="stylesheet" type="text/css" media="all" />
  <link href="//blackknightgames.ca/cdn/shop/t/3/assets/custom.css?v=111603181540343972631635954886" rel="stylesheet" type="text/css" media="all" />

  <script>window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.start');</script><meta name="google-site-verification" content="FTa7H2k4k_KjExS-Y7iw6if5jm2aUHoFyIaMPr8p74M">
<meta name="facebook-domain-verification" content="ywhlol90vylsihg3k4kyh7v24xy0pg">
<meta id="shopify-digital-wallet" name="shopify-digital-wallet" content="/36206739589/digital_wallets/dialog">
<meta name="shopify-checkout-api-token" content="8e109d155d68e8a45d725a80a44cdd22">
<meta id="in-context-paypal-metadata" data-shop-id="36206739589" data-venmo-supported="false" data-environment="production" data-locale="en_US" data-paypal-v4="true" data-currency="CAD">
<script async="async" src="/checkouts/internal/preloads.js?locale=en-CA"></script>
<script id="shopify-features" type="application/json">{"accessToken":"8e109d155d68e8a45d725a80a44cdd22","betas":["rich-media-storefront-analytics"],"domain":"blackknightgames.ca","predictiveSearch":true,"shopId":36206739589,"locale":"en"}</script>
<script>var Shopify = Shopify || {};
Shopify.shop = "black-knight-games.myshopify.com";
Shopify.locale = "en";
Shopify.currency = {"active":"CAD","rate":"1.0"};
Shopify.country = "CA";
Shopify.theme = {"name":"BinderPOS Standard Theme","id":120584208517,"schema_name":"Standard","schema_version":"611c1920","theme_store_id":null,"role":"main"};
Shopify.theme.handle = "null";
Shopify.theme.style = {"id":null,"handle":null};
Shopify.cdnHost = "blackknightgames.ca/cdn";
Shopify.routes = Shopify.routes || {};
Shopify.routes.root = "/";
Shopify.shopJsCdnBaseUrl = "https://cdn.shopify.com/shopifycloud/shop-js";
Shopify.SignInWithShop = Shopify.SignInWithShop || {};
Shopify.SignInWithShop.User = Shopify.SignInWithShop.User || {};
Shopify.SignInWithShop.User.recognized = false;</script>
<script type="module">!function(o){(o.Shopify=o.Shopify||{}).modules=!0}(window);</script>
<script>!function(o){function n(){var o=[];function n(){o.push(Array.prototype.slice.apply(arguments))}return n.q=o,n}var t=o.Shopify=o.Shopify||{};t.loadFeatures=n(),t.autoloadFeatures=n()}(window);</script>
<script>
  window.Shopify = window.Shopify || {};
  window.Shopify.SignInWithShop = window.Shopify.SignInWithShop || {};
  window.Shopify.SignInWithShop.assetMetrics = { sampleRate: 0.01 };
  window.Shopify.SignInWithShop.eligible = true;
</script>
<script id="shop-js-analytics" type="application/json">{"pageType":"index"}</script>
<script defer="defer" async type="module" src="//blackknightgames.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js"></script>
<script type="module">
  await import("//blackknightgames.ca/cdn/shopifycloud/shop-js/modules/v2/loader.init-shop-cart-sync.en.esm.js");

  window.Shopify.SignInWithShop?.initShopCartSync?.({"fedCMEnabled":true,"windoidEnabled":true,"transferSessionEnabled":true});

</script>
<script>
  window.Shopify = window.Shopify || {};
  if (!window.Shopify.featureAssets) window.Shopify.featureAssets = {};
  window.Shopify.featureAssets['shop-js'] = {"shop-toast-manager":["modules/v2/loader.shop-toast-manager.en.esm.js"],"shop-cash-offers":["modules/v2/loader.shop-cash-offers.en.esm.js"],"listener":["modules/v2/loader.listener.en.esm.js"],"shop-button":["modules/v2/loader.shop-button.en.esm.js"],"init-shop-user-recognition":["modules/v2/loader.init-shop-user-recognition.en.esm.js"],"init-windoid":["modules/v2/loader.init-windoid.en.esm.js"],"init-fed-cm":["modules/v2/loader.init-fed-cm.en.esm.js"],"init-shop-email-lookup-coordinator":["modules/v2/loader.init-shop-email-lookup-coordinator.en.esm.js"],"avatar":["modules/v2/loader.avatar.en.esm.js"],"init-shop-cart-sync":["modules/v2/loader.init-shop-cart-sync.en.esm.js"],"shop-login-button":["modules/v2/loader.shop-login-button.en.esm.js"],"shop-user-recognition":["modules/v2/loader.shop-user-recognition.en.esm.js"],"checkout-modal":["modules/v2/loader.checkout-modal.en.esm.js"],"init-customer-accounts-sign-up":["modules/v2/loader.init-customer-accounts-sign-up.en.esm.js"],"pay-button":["modules/v2/loader.pay-button.en.esm.js"],"init-shop-for-new-customer-accounts":["modules/v2/loader.init-shop-for-new-customer-accounts.en.esm.js"],"shop-cart-sync":["modules/v2/loader.shop-cart-sync.en.esm.js"],"init-customer-accounts":["modules/v2/loader.init-customer-accounts.en.esm.js"],"shop-login":["modules/v2/loader.shop-login.en.esm.js"],"shop-follow-button":["modules/v2/loader.shop-follow-button.en.esm.js"],"lead-capture":["modules/v2/loader.lead-capture.en.esm.js"],"payment-terms":["modules/v2/loader.payment-terms.en.esm.js"]};
</script>
<script>(function() {
  var isLoaded = false;
  function asyncLoad() {
    if (isLoaded) return;
    isLoaded = true;
    var urls = ["https:\/\/app.binderpos.com\/external\/shopify\/storeCredit\/script?shop=black-knight-games.myshopify.com","https:\/\/app.binderpos.com\/external\/shopify\/buylist\/script?shop=black-knight-games.myshopify.com","https:\/\/app.layouthub.com\/shopify\/layouthub.js?shop=black-knight-games.myshopify.com","https:\/\/d33a6lvgbd0fej.cloudfront.net\/script_tag\/secomapp.scripttag.js?shop=black-knight-games.myshopify.com","https:\/\/cdn.hextom.com\/js\/quickannouncementbar.js?shop=black-knight-games.myshopify.com","https:\/\/cdn.shopify.com\/s\/files\/1\/0362\/0673\/9589\/t\/3\/assets\/subscribe-it.js?v=1770774647\u0026shop=black-knight-games.myshopify.com"];
    for (var i = 0; i < urls.length; i++) {
      var s = document.createElement('script');
      s.type = 'text/javascript';
      s.async = true;
      s.src = urls[i];
      var x = document.getElementsByTagName('script')[0];
      x.parentNode.insertBefore(s, x);
    }
  };
  if(window.attachEvent) {
    window.attachEvent('onload', asyncLoad);
  } else {
    window.addEventListener('load', asyncLoad, false);
  }
})();</script>
<script id="__st">var __st={"a":36206739589,"offset":-14400,"reqid":"33fcdaa9-cd83-40c8-a29b-bc3e340c8ee1-1781059156","pageurl":"blackknightgames.ca\/?feed=rss2","u":"157bd92b1cbe","p":"home"};</script>
<script>window.ShopifyPaypalV4VisibilityTracking = true;</script>
<script id="captcha-bootstrap">!function(){'use strict';const t='contact',e='account',n='new_comment',o=[[t,t],['blogs',n],['comments',n],[t,'customer']],c=[[e,'customer_login'],[e,'guest_login'],[e,'recover_customer_password'],[e,'create_customer']],r=t=>t.map((([t,e])=>`form[action*='/${t}']:not([data-nocaptcha='true']) input[name='form_type'][value='${e}']`)).join(','),a=t=>()=>t?[...document.querySelectorAll(t)].map((t=>t.form)):[];function s(){const t=[...o],e=r(t);return a(e)}const i='password',u='form_key',d=['recaptcha-v3-token','g-recaptcha-response','h-captcha-response',i],f=()=>{try{return window.sessionStorage}catch{return}},m='__shopify_v',_=t=>t.elements[u];function p(t,e,n=!1){try{const o=window.sessionStorage,c=JSON.parse(o.getItem(e)),{data:r}=function(t){const{data:e,action:n}=t;return t[m]||n?{data:e,action:n}:{data:t,action:n}}(c);for(const[e,n]of Object.entries(r))t.elements[e]&&(t.elements[e].value=n);n&&o.removeItem(e)}catch(o){console.error('form repopulation failed',{error:o})}}const l='form_type',E='cptcha';function T(t){t.dataset[E]=!0}const w=window,h=w.document,L='Shopify',v='ce_forms',y='captcha';let A=!1;((t,e)=>{const n=(g='f06e6c50-85a8-45c8-87d0-21a2b65856fe',I='https://cdn.shopify.com/shopifycloud/storefront-forms-hcaptcha/ce_storefront_forms_captcha_hcaptcha.v1.5.2.iife.js',D={infoText:'Protected by hCaptcha',privacyText:'Privacy',termsText:'Terms'},(t,e,n)=>{const o=w[L][v],c=o.bindForm;if(c)return c(t,g,e,D).then(n);var r;o.q.push([[t,g,e,D],n]),r=I,A||(h.body.append(Object.assign(h.createElement('script'),{id:'captcha-provider',async:!0,src:r})),A=!0)});var g,I,D;w[L]=w[L]||{},w[L][v]=w[L][v]||{},w[L][v].q=[],w[L][y]=w[L][y]||{},w[L][y].protect=function(t,e){n(t,void 0,e),T(t)},Object.freeze(w[L][y]),function(t,e,n,w,h,L){const[v,y,A,g]=function(t,e,n){const i=e?o:[],u=t?c:[],d=[...i,...u],f=r(d),m=r(i),_=r(d.filter((([t,e])=>n.includes(e))));return[a(f),a(m),a(_),s()]}(w,h,L),I=t=>{const e=t.target;return e instanceof HTMLFormElement?e:e&&e.form},D=t=>v().includes(t);t.addEventListener('submit',(t=>{const e=I(t);if(!e)return;const n=D(e)&&!e.dataset.hcaptchaBound&&!e.dataset.recaptchaBound,o=_(e),c=g().includes(e)&&(!o||!o.value);(n||c)&&t.preventDefault(),c&&!n&&(function(t){try{if(!f())return;!function(t){const e=f();if(!e)return;const n=_(t);if(!n)return;const o=n.value;o&&e.removeItem(o)}(t);const e=Array.from(Array(32),(()=>Math.random().toString(36)[2])).join('');!function(t,e){_(t)||t.append(Object.assign(document.createElement('input'),{type:'hidden',name:u})),t.elements[u].value=e}(t,e),function(t,e){const n=f();if(!n)return;const o=[...t.querySelectorAll(`input[type='${i}']`)].map((({name:t})=>t)),c=[...d,...o],r={};for(const[a,s]of new FormData(t).entries())c.includes(a)||(r[a]=s);n.setItem(e,JSON.stringify({[m]:1,action:t.action,data:r}))}(t,e)}catch(e){console.error('failed to persist form',e)}}(e),e.submit())}));const S=(t,e)=>{t&&!t.dataset[E]&&(n(t,e.some((e=>e===t))),T(t))};for(const o of['focusin','change'])t.addEventListener(o,(t=>{const e=I(t);D(e)&&S(e,y())}));const B=e.get('form_key'),M=e.get(l),P=B&&M;t.addEventListener('DOMContentLoaded',(()=>{const t=y();if(P)for(const e of t)e.elements[l].value===M&&p(e,B);[...new Set([...A(),...v().filter((t=>'true'===t.dataset.shopifyCaptcha))])].forEach((e=>S(e,t)))}))}(h,new URLSearchParams(w.location.search),n,t,e,['guest_login'])})(!0,!0)}();</script>
<script integrity="sha256-JjoPp5ZfB1sSAs5SQaol1x1GgvveM+BgmRzyDexInEQ=" data-source-attribution="shopify.loadfeatures" defer="defer" src="//blackknightgames.ca/cdn/shopifycloud/storefront/assets/storefront/load_feature-1bd60354.js" crossorigin="anonymous"></script>
<script data-source-attribution="shopify.dynamic_checkout.dynamic.init">var Shopify=Shopify||{};Shopify.PaymentButton=Shopify.PaymentButton||{isStorefrontPortableWallets:!0,init:function(){window.Shopify.PaymentButton.init=function(){};var t=document.createElement("script");t.src="https://blackknightgames.ca/cdn/shopifycloud/portable-wallets/latest/portable-wallets.en.js",t.type="module",document.head.appendChild(t)}};
</script>
<script data-source-attribution="shopify.dynamic_checkout.buyer_consent">
  function portableWalletsHideBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.add("hidden"),t.setAttribute("aria-hidden","true"),n.removeEventListener("click",e))}function portableWalletsShowBuyerConsent(e){var t=document.getElementById("shopify-buyer-consent"),n=document.getElementById("shopify-subscription-policy-button");t&&n&&(t.classList.remove("hidden"),t.removeAttribute("aria-hidden"),n.addEventListener("click",e))}window.Shopify?.PaymentButton&&(window.Shopify.PaymentButton.hideBuyerConsent=portableWalletsHideBuyerConsent,window.Shopify.PaymentButton.showBuyerConsent=portableWalletsShowBuyerConsent);
</script>
<script data-source-attribution="shopify.dynamic_checkout.cart.bootstrap">document.addEventListener("DOMContentLoaded",(function(){function t(){return document.querySelector("shopify-accelerated-checkout-cart, shopify-accelerated-checkout")}if(t())Shopify.PaymentButton.init();else{new MutationObserver((function(e,n){t()&&(Shopify.PaymentButton.init(),n.disconnect())})).observe(document.body,{childList:!0,subtree:!0})}}));
</script>
<script async="async" integrity="sha256-hlq21VGceRKy8z+Fjhropk1BwDPACP0RdQ5rBrATyUo=" src="//cdn.shopify.com/shopifycloud/storefront/assets/storefront/origin_trials-67b41cb9.js" crossorigin="anonymous"></script>
<link id="shopify-accelerated-checkout-styles" rel="stylesheet" media="screen" href="https://blackknightgames.ca/cdn/shopifycloud/portable-wallets/latest/accelerated-checkout-backwards-compat.css" crossorigin="anonymous">
<style id="shopify-accelerated-checkout-cart">
        #shopify-buyer-consent {
  margin-top: 1em;
  display: inline-block;
  width: 100%;
}

#shopify-buyer-consent.hidden {
  display: none;
}

#shopify-subscription-policy-button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: underline;
  font-size: inherit;
  cursor: pointer;
}

#shopify-subscription-policy-button::before {
  box-shadow: none;
}

      </style>

<script id="shopify-cfh-end">window.performance && window.performance.mark && window.performance.mark('shopify.content_for_header.end');</script>

  <script>
    var theme = {
      strings: {
        addToCart: "Add To Cart",
    soldOut: "SOLD OUT",
    unavailable: "Unavailable",
    regularPrice: "Regular Price",
    sale: "Reduced Price",
    showMore: "Show More",
    showLess: "Show Less",
    addressError: "Error looking up that address",
    addressNoResults: "No results for that address",
    addressQueryLimit: "You have exceeded the Google API usage limit. Consider upgrading to a \u003ca href=\"https:\/\/developers.google.com\/maps\/premium\/usage-limits\"\u003ePremium Plan\u003c\/a\u003e.",
    authError: "There was a problem authenticating your Google Maps account.",
    newWindow: "Translation missing: en.general.accessibility.link_messages.new_window",
    external: "Translation missing: en.general.accessibility.link_messages.external",
    newWindowExternal: "Translation missing: en.general.accessibility.link_messages.new_window_and_external"
          },
    moneyFormat: "${{amount}}",
    pageType: "index",
    permanentDomain: "black-knight-games.myshopify.com"
        }

    window.routes = {
      rootUrl: "\/",
    rootUrlWithoutSlash:  '',
    cartUrl: "\/cart",
    cartAddUrl: "\/cart\/add",
    cartChangeUrl: "\/cart\/change",
    searchUrl: "\/search",
    productRecommendationsUrl: "\/recommendations\/products"
          };

    document.documentElement.className = document.documentElement.className.replace('no-js', 'js');


  </script>


  <!--[if (lte IE 9) ]><script src="//blackknightgames.ca/cdn/shop/t/3/assets/match-media.min.js?v=21816" type="text/javascript"></script><![endif]-->

  
  <script src="//blackknightgames.ca/cdn/shop/t/3/assets/global.js?v=147875686387057556781644805524" defer="defer"></script>
  <script src="//blackknightgames.ca/cdn/shopifycloud/storefront/assets/themes_support/api.jquery-7ab1a3a4.js" type="text/javascript"></script>

  <!--[if (gt IE 9)|!(IE)]><!-->
  <script src="//blackknightgames.ca/cdn/shop/t/3/assets/quickview.js?v=51323080592475499421663119718" defer="defer"></script>
  <!--<![endif]-->

  <!--[if (gt IE 9)|!(IE)]><!-->
  <script src="//blackknightgames.ca/cdn/shop/t/3/assets/theme.js?v=95666823307568427461700021403" defer="defer"></script>
  <!--<![endif]-->
  <!--[if lte IE 9]><script src="//blackknightgames.ca/cdn/shop/t/3/assets/theme.js?v=95666823307568427461700021403"></script><![endif]-->
  <!--[if (gt IE 9)|!(IE)]><!-->
  <script src="//blackknightgames.ca/cdn/shop/t/3/assets/shop.js?v=177984119919070523471705536170" defer="defer"></script>
  <!--<![endif]-->
  <!--[if lte IE 9]><script src="//blackknightgames.ca/cdn/shop/t/3/assets/store.js?v=21816"></script><![endif]-->
  <script src="//blackknightgames.ca/cdn/shop/t/3/assets/cookie.js?v=39557461512955990091643335475" defer="defer"></script>
  <!--<![endif]-->
  <!--[if lte IE 9]><script src="//blackknightgames.ca/cdn/shop/t/3/assets/cookie.js?v=39557461512955990091643335475"></script><![endif]-->
  <script defer src="https://cdn.jsdelivr.net/npm/toastify-js" type="text/javascript"></script>

  <script crossorigin="anonymous" src="https://kit.fontawesome.com/ce9dec1d14.js"></script>
  <link href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css" rel="stylesheet" type="text/css" media="all" />

  <link href="https://fonts.googleapis.com/css?family=Open Sans:300,400,500,600,700,800" media="all" rel="stylesheet" type="text/css">
  <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800" media="all" rel="stylesheet" type="text/css">

  <!-- BeginConsistentCartAddon -->
  <script> Shopify.customer_logged_in = false; Shopify.customer_email = ""; Shopify.log_uuids = true; </script>
  <!-- EndConsistentCartAddon -->

  <!-- BeginWishyAddon -->
  <script>  Shopify.wishy_btn_settings = { "btn_placer_element": null, "btn_margin_unit": "px", "btn_margin_top": 5, "btn_margin_left": 5, "btn_margin_right": 5, "btn_margin_bottom": 5, "btn_width": "auto", "btn_display": "block", "btn_append": "before", "btn_background_color": "#ffffff", "btn_border_color": "#b9b9b9", "btn_border_width": 1, "btn_text": "♡ Wishlist", "btn_color": "#1b1b1b", "heart_icon_margin_right": 15, "heart_icon_margin_bottom": 15, "heart_icon_margin_top": 15, "heart_icon_margin_left": 15, "heart_icon_location": "bottom-right" }; Shopify.cc_swim_button_css_json = "";  Shopify.customer_email = ""; </script>
  <!-- EndWishyAddon -->
  <script> Shopify.money_format = "${{amount}}";</script>


<!-- BEGIN app block: shopify://apps/izyrent/blocks/izyrent/cda4a37a-6d4d-4f3d-b8e5-c19d5c367c6a --><script></script>
<script>
var izyrent_shopify_js = `//blackknightgames.ca/cdn/shopifycloud/storefront/assets/themes_support/api.jquery-7ab1a3a4.js`;
var izyrent_current_page = `index`;

var izyrent_currency_format = "${{amount}}";

var izyrent_money_format = `$1,000.00`;
</script>


<script>
var izyrentSettings = `{"timezone":{"ianaTimezone":"America/New_York","timezoneOffset":"-0500","currencyCode":"CAD"},"storefront":"3d688eaa720c829a24861eeb9c31fc8d","timeFormat":"12","translate":"auto","redirectCheckout":"default","disabledDatesGlobal":{"dates":{},"collections":[]},"couponPrefix":"IZYRENT_","theme":{},"translations":{},"showMonths":{"md":"1","lg":"1"},"quantityPosition":"default","startCal":"default","displayCal":["inline"],"displayPrice":"default","deposit":{"id":"41003040571525","amount":0,"percent":0},"checkoutMode":"default","showFinalPriceOnly":"disabled","sections":[{"label":"Calendar","value":"calendar"},{"label":"Resume","value":"resume"},{"label":"Add-ons","value":"addons"},{"label":"Requests","value":"requests"}],"syncDates":"disabled","countdown":"disabled","expiration":"15"}`;
if(typeof izyrentSettings === "string"){
  izyrentSettings = izyrentSettings.replace(/=>/g, ":");
  izyrentSettings = JSON.parse(izyrentSettings);
}


 
</script>


 <style>
quick-add-modal .shopify-payment-button{display: none !important;};
</style>

<style>
.cart-count-bubble,.cart-item .quantity{ display:none;}
.mw-apo-configure-link{ display:none !important;}
.izyloader {
    padding: 10px;
    max-width: 44rem;
    width: 100%;
}
.izyloader > span {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 10px solid;
  border-color: rgb(0 0 0 / 7%) rgb(0 0 0 / 14%) rgb(0 0 0 / 21%) rgb(0 0 0 / 28%);
  box-sizing: border-box;
  animation: rotation 0.8s linear infinite;
  display: flex;
  margin: auto;
  padding-top: 10px;
}
body.izyloaderhide .izyloader,.cart-item__details .cart-item__discounted-prices{display:none !important;}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
</style>
<script>

 if(izyrentSettings?.theme?.text?.resume) {
     const color = izyrentSettings.theme.text.resume;
 
    const updateOpacity = (rgba, newOpacity) =>
                rgba.replace(
                  /rgba\((\d+),\s*(\d+),\s*(\d+),\s*[\d.]+\)/,
                  `rgba($1, $2, $3, ${newOpacity})`
                );

            
              let css = `.izyloader > span {border-color: ${updateOpacity(
               color,
                0.07
              )} ${updateOpacity(color, 0.14)} ${updateOpacity(
                color,
                0.21
              )} ${updateOpacity(color, 0.28)} !important;}`;

      document.head.insertAdjacentHTML('beforeend', `<style>${css}</style>`);
      
  }

</script>


<script src="https://izyrent.speaz.com/izyrent.js?shop=black-knight-games.myshopify.com&v=1781017731811" async></script>

<!-- END app block --><!-- BEGIN app block: shopify://apps/gift-card-hero-all-in-one/blocks/app-embed/57babc6a-ae2b-46cf-b565-dd8395b0276b --><!-- BEGIN app snippet: gift-hero-snippet -->

<script async>
  (function() {
    window.ScCommon = {
      shop: {
        moneyFormat: window?.GiftCardHeroCustom?.moneyFormat || '${{amount}}',
        customer: null,
      },
    };
    
      window.GiftCardHero = {
        common: {
          translations: {
            preview: 'Preview',
            mycards: 'My Gift Cards',
            account: 'Account',
            details: 'Details',
            noRegisteredCards: 'No registered gift cards',
            checkBalance: 'Check the balance',
            customAmount: 'Custom',
            giftCard: 'Gift card',
            expiresOn: 'Expires on {{ expiry }}',
          },
        },
        shop: {
          items: [],
          currency: 'CAD',
          mainCurrency: 'CAD',
        },
        balance: {
          design: {"checkerBtnBg":"#8533fc","checkerBtnColor":"#ffffff","checkerModalBorderRadius":5,"checkerButtonBorderRadius":36,"checkerModalBg":"#ffffff","bubbleBg":"#ffce33","bubbleColor":"#0D0D2A","bubbleBorderRadius":5,"textColor":"#000000","inputBg":"#ffffff","inputBorderRadius":2,"inputBorderColor":"#acacac","inputColor":"#000000","submitBg":"#000000","submitBorder":"#000000","submitBorderRadius":2,"submitColor":"#ffffff","findBtnBg":"#4e63df","findBtnBorder":"#4e63df","findBtnColor":"#ffffff","fintBtnRadius":6,"progressBg":"#d5dae3","progressRadius":10,"applyBg":"#D4D8EF","applyColor":"#242445","applyRadius":6},
          translations: {
            'en': {"checkerBtnText":"GIFT CARD BALANCE CHECK","inputLabel":"Redeem or check balance of gift cards","submitLabel":"Check","placeholder":"Enter your gift code here","more":"Find products at a similar price","cartSubotal":"Cart subtotal: ","usedBalance":"Applied balance:","unusedBalance":"Unapplied balance:","cardBalance":"Gift card balance","apply":"Apply balance to a cart"} || {"checkerBtnText":"GIFT CARD BALANCE CHECK","inputLabel":"Redeem or check balance of gift cards","submitLabel":"Check","placeholder":"Enter your gift code here","more":"Find products at a similar price","cartSubotal":"Cart subtotal: ","usedBalance":"Applied balance:","unusedBalance":"Unapplied balance:","cardBalance":"Gift card balance","apply":"Apply balance to a cart"},
          },
        },
        settings: {"balance":{"enabled":false,"recommendProducts":true,"showProgressCart":true,"showBubble":true,"showProgressTime":"4","allowApply":true,"showProgress":true,"allowMultiple":true,"showWidget":"5","title":"Gift card balance check","beforeText":"\u003cp\u003eWant to check how much is left on your gift card? Type the number on your card into the box below to see your remaining balance.\u003c\/p\u003e","afterText":"\u003ch3\u003e\u003cstrong\u003eAdditional information\u003c\/strong\u003e\u003c\/h3\u003e\u003cul\u003e\u003cli\u003eYou may apply your gift card at the checkout page.\u003c\/li\u003e\u003cli\u003eYou may apply multiple gift cards at the checkout page.\u003c\/li\u003e\u003cli\u003eYou may use your gift card multiple times if your gift card has a remaining balance.\u003c\/li\u003e\u003cli\u003eYou can't use a gift card to buy another gift card.\u003c\/li\u003e\u003c\/ul\u003e\u003cp\u003e\u003cbr\u003e\u003c\/p\u003e\u003cp class=\"ql-align-right\"\u003ePowered by \u003ca href=\"https:\/\/apps.shopify.com\/gift-card-hero\" target=\"_blank\"\u003eShopify Gift Card Hero App\u003c\/a\u003e\u003c\/p\u003e","version":"v2"}},
        isGiftProduct: false,
        productId: null,
        img: '',
        options: null,
        hideMyGiftcards: false,
        giftcards: true,
      };
    
    
    if (!window?.ScCommon?.customer) {
      sessionStorage.removeItem('giftcard:hero:customer');
    }
    
  })();
</script>


<!-- END app snippet -->






  
  <script
    src="https://cdn.shopify.com/extensions/019ead98-4c3d-75f0-a9a5-63fe44a7ffe8/gift-card-hero-514/assets/storefront.min.js"
    defer
    data-cmp-ignore
    data-cmp-ab="2"
    data-cookieconsent="ignore"></script>
  





<!-- END app block --><!-- BEGIN app block: shopify://apps/layouthub-pagebuilder/blocks/app_embed/0199a7fe-f983-74e0-b5da-85bab934cee3 -->
<!-- END app block --><!-- BEGIN app block: shopify://apps/minmaxify-order-limits/blocks/app-embed-block/3acfba32-89f3-4377-ae20-cbb9abc48475 --><script src="https://limits.minmaxify.com/limitsv2/black-knight-games.myshopify.com?v=149&r=20260515155402" defer></script>

<!-- END app block --><script src="https://cdn.shopify.com/extensions/019eaf1d-f26e-72c0-a7dd-b5305cb6dded/quick-announcement-bar-prod-173/assets/quickannouncementbar.js" type="text/javascript" defer="defer"></script>
<script src="https://cdn.shopify.com/extensions/019b1fa3-3533-7599-b2da-f9ad0e312b75/layouthub-page-builder-27/assets/layouthub.js" type="text/javascript" defer="defer"></script>
<link href="https://monorail-edge.shopifysvc.com" rel="dns-prefetch">
<script>(function(){if ("sendBeacon" in navigator && "performance" in window) {try {var session_token_from_headers = performance.getEntriesByType('navigation')[0].serverTiming.find(x => x.name == '_s').description;} catch {var session_token_from_headers = undefined;}var session_cookie_matches = document.cookie.match(/_shopify_s=([^;]*)/);var session_token_from_cookie = session_cookie_matches && session_cookie_matches.length === 2 ? session_cookie_matches[1] : "";var session_token = session_token_from_headers || session_token_from_cookie || "";function handle_abandonment_event(e) {var entries = performance.getEntries().filter(function(entry) {return /monorail-edge.shopifysvc.com/.test(entry.name);});if (!window.abandonment_tracked && entries.length === 0) {window.abandonment_tracked = true;var currentMs = Date.now();var navigation_start = performance.timing.navigationStart;var payload = {shop_id: 36206739589,url: window.location.href,navigation_start,duration: currentMs - navigation_start,session_token,page_type: "index"};window.navigator.sendBeacon("https://monorail-edge.shopifysvc.com/v1/produce", JSON.stringify({schema_id: "online_store_buyer_site_abandonment/1.1",payload: payload,metadata: {event_created_at_ms: currentMs,event_sent_at_ms: currentMs}}));}}window.addEventListener('pagehide', handle_abandonment_event);}}());</script>
<script>
  window.__TREKKIE_SHIM_QUEUE = window.__TREKKIE_SHIM_QUEUE || [];
</script>
<script id="web-pixels-manager-setup">(function(){var wpmLoader=function(){"use strict";return function(e,d,r,n){var o=arguments.length>4&&void 0!==arguments[4]?arguments[4]:{};if(!Boolean(null==(i=null==(a=window.Shopify)?void 0:a.analytics)?void 0:i.replayQueue)){var a,i;window.Shopify=window.Shopify||{};var t=window.Shopify;t.analytics=t.analytics||{};var s=t.analytics;s.replayQueue=[],s.publish=function(e,d,r){return s.replayQueue.push([e,d,r]),!0};try{self.performance.mark("wpm:start")}catch(e){}var l,u,c,m,p,f,h,g,y,w,v,b,S,P=(u=(l={modern:/Edge?\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Firefox\/(1{2}[4-9]|1[2-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Chrom(ium|e)\/(9{2}|\d{3,})\.\d+(\.\d+|)|(Maci|X1{2}).+ Version\/(15\.\d+|(1[6-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(9{2}|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(15[._]\d+|(1[6-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|SamsungBrowser\/([2-9]\d|\d{3,})\.\d+/,legacy:/Edge?\/(1[6-9]|[2-9]\d|\d{3,})\.\d+(\.\d+|)|Firefox\/(5[4-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)|Chrom(ium|e)\/(5[1-9]|[6-9]\d|\d{3,})\.\d+(\.\d+|)([\d.]+$|.*Safari\/(?![\d.]+ Edge\/[\d.]+$))|(Maci|X1{2}).+ Version\/(10\.\d+|(1[1-9]|[2-9]\d|\d{3,})\.\d+)([,.]\d+|)( \(\w+\)|)( Mobile\/\w+|) Safari\/|Chrome.+OPR\/(3[89]|[4-9]\d|\d{3,})\.\d+\.\d+|(CPU[ +]OS|iPhone[ +]OS|CPU[ +]iPhone|CPU IPhone OS|CPU iPad OS)[ +]+(10[._]\d+|(1[1-9]|[2-9]\d|\d{3,})[._]\d+)([._]\d+|)|Android:?[ /-](13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})(\.\d+|)(\.\d+|)|Mobile Safari.+OPR\/([89]\d|\d{3,})\.\d+\.\d+|Android.+Firefox\/(13[5-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+Chrom(ium|e)\/(13[3-9]|1[4-9]\d|[2-9]\d{2}|\d{4,})\.\d+(\.\d+|)|Android.+(UC? ?Browser|UCWEB|U3)[ /]?(15\.([5-9]|\d{2,})|(1[6-9]|[2-9]\d|\d{3,})\.\d+)\.\d+|SamsungBrowser\/(5\.\d+|([6-9]|\d{2,})\.\d+)|Android.+MQ{2}Browser\/(14(\.(9|\d{2,})|)|(1[5-9]|[2-9]\d|\d{3,})(\.\d+|))(\.\d+|)|K[Aa][Ii]OS\/(3\.\d+|([4-9]|\d{2,})\.\d+)(\.\d+|)/}).modern,c=l.legacy,(m=navigator.userAgent).match(u)?"modern":m.match(c)?"legacy":"unknown"),C="modern"===P?"modern":"legacy",_=(null!=n?n:{modern:"",legacy:""})[C],O=[(p={baseUrl:d,hashVersion:r,buildTarget:C}).baseUrl,"/wpm","/b",p.hashVersion,"modern"===p.buildTarget?"m":"l",".js"].join(""),U=(f={version:r,bundleTarget:P,surface:e.surface,pageUrl:self.location.href,monorailEndpoint:e.monorailEndpoint},h=f.version,g=f.bundleTarget,y=f.surface,w=f.pageUrl,v=f.monorailEndpoint,{emit:function(e){var d=e.status,r=e.errorMsg,n=(new Date).getTime(),o=JSON.stringify({metadata:{event_sent_at_ms:n},events:[{schema_id:"web_pixels_manager_load/3.1",payload:{version:h,bundle_target:g,page_url:w,status:d,surface:y,error_msg:r},metadata:{event_created_at_ms:n}}]});if(!v)return console&&console.warn&&console.warn("[Web Pixels Manager] No Monorail endpoint provided, skipping logging."),!1;try{return self.navigator.sendBeacon.bind(self.navigator)(v,o)}catch(e){}var a=new XMLHttpRequest;try{return a.open("POST",v,!0),a.setRequestHeader("Content-Type","text/plain"),a.send(o),!0}catch(e){return console&&console.warn&&console.warn("[Web Pixels Manager] Got an unhandled error while logging to Monorail."),!1}}});try{o.browserTarget=P,function(e){var d=e.src,r=e.async,n=void 0===r||r,o=e.onload,a=e.onerror,i=e.sri,t=e.scriptDataAttributes,s=void 0===t?{}:t,l=document.createElement("script"),u=document.querySelector("head"),c=document.querySelector("body");if(l.async=n,l.src=d,i&&(l.integrity=i,l.crossOrigin="anonymous"),s)for(var m in s)if(Object.prototype.hasOwnProperty.call(s,m))try{l.dataset[m]=s[m]}catch(e){}if(o&&l.addEventListener("load",o),a&&l.addEventListener("error",a),u)u.appendChild(l);else{if(!c)throw new Error("Did not find a head or body element to append the script");c.appendChild(l)}}({src:O,async:!0,onload:function(){if(!function(){var e,d;return Boolean(null==(d=null==(e=window.Shopify)?void 0:e.analytics)?void 0:d.initialized)}()){var d=window.webPixelsManager.init(e)||void 0;if(d){var r=window.Shopify.analytics;r.replayQueue.forEach(function(e){var r=e[0],n=e[1],o=e[2];d.publishCustomEvent(r,n,o)}),r.replayQueue=[],r.publish=d.publishCustomEvent,r.visitor=d.visitor,r.initialized=!0}}},onerror:function(){return U.emit({status:"failed",errorMsg:"".concat(O," has failed to load")})},sri:(b=_,S=/^sha384-[A-Za-z0-9+/=]+$/,"string"==typeof b&&S.test(b)?_:""),scriptDataAttributes:o}),U.emit({status:"loading"})}catch(e){U.emit({status:"failed",errorMsg:(null==e?void 0:e.message)||"Unknown error"})}}}}();wpmLoader({shopId: 36206739589,storefrontBaseUrl: "https://blackknightgames.ca",extensionsBaseUrl: "https://extensions.shopifycdn.com/cdn/shopifycloud/web-pixels-manager",monorailEndpoint: "https://monorail-edge.shopifysvc.com/unstable/produce_batch",surface: "storefront-renderer",enabledBetaFlags: ["2dca8a86","d5bdd5d0","3209b71c","5acaffe6","86d76263","3b3c7daf","6faea013"],webPixelsConfigList: [{"id":"313393285","configuration":"{\"pixel_id\":\"399632087902589\",\"pixel_type\":\"facebook_pixel\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"abff2a8add143ccb04deb20f0ebd74a9","type":"APP","apiClientId":2329312,"privacyPurposes":["ANALYTICS","MARKETING","SALE_OF_DATA"],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"297336965","configuration":"{\"config\":\"{\\\"google_tag_ids\\\":[\\\"G-8DE1PW2586\\\",\\\"GT-MJMGP3BX\\\"],\\\"target_country\\\":\\\"CA\\\",\\\"gtag_events\\\":[{\\\"type\\\":\\\"search\\\",\\\"action_label\\\":\\\"G-8DE1PW2586\\\"},{\\\"type\\\":\\\"begin_checkout\\\",\\\"action_label\\\":\\\"G-8DE1PW2586\\\"},{\\\"type\\\":\\\"view_item\\\",\\\"action_label\\\":[\\\"G-8DE1PW2586\\\",\\\"MC-RMBE2PR3FX\\\"]},{\\\"type\\\":\\\"purchase\\\",\\\"action_label\\\":[\\\"G-8DE1PW2586\\\",\\\"MC-RMBE2PR3FX\\\"]},{\\\"type\\\":\\\"page_view\\\",\\\"action_label\\\":[\\\"G-8DE1PW2586\\\",\\\"MC-RMBE2PR3FX\\\"]},{\\\"type\\\":\\\"add_payment_info\\\",\\\"action_label\\\":\\\"G-8DE1PW2586\\\"},{\\\"type\\\":\\\"add_to_cart\\\",\\\"action_label\\\":\\\"G-8DE1PW2586\\\"}],\\\"enable_monitoring_mode\\\":false}\"}","eventPayloadVersion":"v1","runtimeContext":"OPEN","scriptVersion":"f15305aac1e98c5c26a7c80e7bc37bde","type":"APP","apiClientId":1780363,"privacyPurposes":[],"dataSharingAdjustments":{"protectedCustomerApprovalScopes":["read_customer_address","read_customer_email","read_customer_name","read_customer_personal_data","read_customer_phone"],"dataSharingControls":["share_all_events"]},"dataSharingState":"optimized","enabledFlags":["9a3ed68a"]},{"id":"shopify-app-pixel","configuration":"{}","eventPayloadVersion":"v1","runtimeContext":"STRICT","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"APP","privacyPurposes":["ANALYTICS","MARKETING"]},{"id":"shopify-custom-pixel","eventPayloadVersion":"v1","runtimeContext":"LAX","scriptVersion":"0460","apiClientId":"shopify-pixel","type":"CUSTOM","privacyPurposes":["ANALYTICS","MARKETING"]}],isMerchantRequest: false,initData: {"shop":{"name":"Black Knight Games","paymentSettings":{"currencyCode":"CAD"},"myshopifyDomain":"black-knight-games.myshopify.com","countryCode":"CA","storefrontUrl":"https:\/\/blackknightgames.ca"},"customer":null,"cart":null,"checkout":null,"productVariants":[],"products":null,"purchasingCompany":null,"page":null},},"https://blackknightgames.ca/cdn","a9664f44w6a62cec8p04af10e4mb91e3447",{"modern":"","legacy":""},{"trekkieShim":true,"apiClientId":"580111","pageType":"home","shopId":"36206739589","storefrontBaseUrl":"https:\/\/blackknightgames.ca","extensionBaseUrl":"https:\/\/extensions.shopifycdn.com\/cdn\/shopifycloud\/web-pixels-manager","surface":"storefront-renderer","enabledBetaFlags":"[\"2dca8a86\", \"d5bdd5d0\", \"3209b71c\", \"5acaffe6\", \"86d76263\", \"3b3c7daf\", \"6faea013\"]","isMerchantRequest":"false","hashVersion":"a9664f44w6a62cec8p04af10e4mb91e3447","publish":"custom","events":"[[\"page_viewed\",{}]]"});})();</script><script>
  window.ShopifyAnalytics = window.ShopifyAnalytics || {};
  window.ShopifyAnalytics.meta = window.ShopifyAnalytics.meta || {};
  window.ShopifyAnalytics.meta.currency = 'CAD';
  var meta = {"page":{"pageType":"home","requestId":"33fcdaa9-cd83-40c8-a29b-bc3e340c8ee1-1781059156"}};
  for (var attr in meta) {
    window.ShopifyAnalytics.meta[attr] = meta[attr];
  }
</script>
<script class="analytics">
  (function () {
    var customDocumentWrite = function(content) {
      var jquery = null;

      if (window.jQuery) {
        jquery = window.jQuery;
      } else if (window.Checkout && window.Checkout.$) {
        jquery = window.Checkout.$;
      }

      if (jquery) {
        jquery('body').append(content);
      }
    };

    var hasLoggedConversion = function(token) {
      if (token) {
        return document.cookie.indexOf('loggedConversion=' + token) !== -1;
      }
      return false;
    }

    var setCookieIfConversion = function(token) {
      if (token) {
        var twoMonthsFromNow = new Date(Date.now());
        twoMonthsFromNow.setMonth(twoMonthsFromNow.getMonth() + 2);

        document.cookie = 'loggedConversion=' + token + '; expires=' + twoMonthsFromNow;
      }
    }

    var trekkie = window.ShopifyAnalytics.lib = window.trekkie = window.trekkie || [];
    window.ShopifyAnalytics.lib.trekkie = window.trekkie;
    if (trekkie.integrations) {
      return;
    }
    trekkie.methods = [
      'identify',
      'page',
      'ready',
      'track',
      'trackForm',
      'trackLink'
    ];
    trekkie.factory = function(method) {
      return function() {
        var args = Array.prototype.slice.call(arguments);
        args.unshift(method);
        trekkie.push(args);
        if (window.__TREKKIE_SHIM_QUEUE && (method == 'track' || method == 'page')) {
          try {
            window.__TREKKIE_SHIM_QUEUE.push({
              from: 'trekkie-stub',
              method: method,
              args: args.slice(1)
            });
          } catch (e) {
            // no-op
          }
        }
        return trekkie;
      };
    };
    for (var i = 0; i < trekkie.methods.length; i++) {
      var key = trekkie.methods[i];
      trekkie[key] = trekkie.factory(key);
    }
    trekkie.load = function(config) {
      trekkie.config = config || {};
      trekkie.config.initialDocumentCookie = document.cookie;
      var first = document.getElementsByTagName('script')[0];
var script = document.createElement('script');
script.type = 'text/javascript';
script.onerror = function(e) {
  var scriptFallback = document.createElement('script');
  scriptFallback.type = 'text/javascript';
  scriptFallback.onerror = function(error) {
          var Monorail = {
      produce: function produce(monorailDomain, schemaId, payload) {
        var currentMs = new Date().getTime();
        var event = {
          schema_id: schemaId,
          payload: payload,
          metadata: {
            event_created_at_ms: currentMs,
            event_sent_at_ms: currentMs
          }
        };
        return Monorail.sendRequest("https://" + monorailDomain + "/v1/produce", JSON.stringify(event));
      },
      sendRequest: function sendRequest(endpointUrl, payload) {
        // Try the sendBeacon API
        if (window && window.navigator && typeof window.navigator.sendBeacon === 'function' && typeof window.Blob === 'function' && !Monorail.isIos12()) {
          var blobData = new window.Blob([payload], {
            type: 'text/plain'
          });

          if (window.navigator.sendBeacon(endpointUrl, blobData)) {
            return true;
          } // sendBeacon was not successful

        } // XHR beacon

        var xhr = new XMLHttpRequest();

        try {
          xhr.open('POST', endpointUrl);
          xhr.setRequestHeader('Content-Type', 'text/plain');
          xhr.send(payload);
        } catch (e) {
          console.log(e);
        }

        return false;
      },
      isIos12: function isIos12() {
        return window.navigator.userAgent.lastIndexOf('iPhone; CPU iPhone OS 12_') !== -1 || window.navigator.userAgent.lastIndexOf('iPad; CPU OS 12_') !== -1;
      }
    };
    Monorail.produce('monorail-edge.shopifysvc.com',
      'trekkie_storefront_load_errors/1.1',
      {shop_id: 36206739589,
      theme_id: 120584208517,
      app_name: "storefront",
      context_url: window.location.href,
      source_url: "//blackknightgames.ca/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js"});

  };
  scriptFallback.async = true;
  scriptFallback.src = '//blackknightgames.ca/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js';
  first.parentNode.insertBefore(scriptFallback, first);
};
script.async = true;
script.src = '//blackknightgames.ca/cdn/s/trekkie.storefront.370ef8ffef154dc56bb5a814fea4666724353464.min.js';
first.parentNode.insertBefore(script, first);

    };
    trekkie.load(
      {"Trekkie":{"appName":"storefront","development":false,"defaultAttributes":{"shopId":36206739589,"isMerchantRequest":null,"themeId":120584208517,"themeCityHash":"10293012247075093624","contentLanguage":"en","currency":"CAD","eventMetadataId":"9428d347-e079-4490-bb5a-de6ce7b9ef1b"},"isServerSideCookieWritingEnabled":true,"monorailRegion":"shop_domain","enabledBetaFlags":["bdb960ec","b5387b81","d5bdd5d0"]},"Session Attribution":{},"S2S":{"facebookCapiEnabled":true,"source":"trekkie-storefront-renderer","apiClientId":580111}}
    );

    var loaded = false;
    trekkie.ready(function() {
      if (loaded) return;
      loaded = true;

      window.ShopifyAnalytics.lib = window.trekkie;

      var originalDocumentWrite = document.write;
      document.write = customDocumentWrite;
      try { window.ShopifyAnalytics.merchantGoogleAnalytics.call(this); } catch(error) {};
      document.write = originalDocumentWrite;

      window.ShopifyAnalytics.lib.page(null,{"pageType":"home","requestId":"33fcdaa9-cd83-40c8-a29b-bc3e340c8ee1-1781059156","shopifyEmitted":true});

      var match = window.location.pathname.match(/checkouts\/(.+)\/(thank_you|post_purchase)/)
      var token = match? match[1]: undefined;
      if (!hasLoggedConversion(token)) {
        setCookieIfConversion(token);
        
      }
    });

    var eventsListenerScript = document.createElement('script');
    eventsListenerScript.async = true;
    eventsListenerScript.src = "//blackknightgames.ca/cdn/shopifycloud/storefront/assets/shop_events_listener-4e26a9ce.js";
    document.getElementsByTagName('head')[0].appendChild(eventsListenerScript);
})();</script>
<script
  defer
  src="https://blackknightgames.ca/cdn/shopifycloud/perf-kit/shopify-perf-kit-3.5.0.min.js"
  data-application="storefront-renderer"
  data-shop-id="36206739589"
  data-render-region="gcp-europe-west1"
  data-page-type="index"
  data-theme-instance-id="120584208517"
  data-theme-name="Standard"
  data-theme-version="611c1920"
  data-monorail-region="shop_domain"
  data-resource-timing-sampling-rate="10"
  data-shs="true"
  data-shs-beacon="true"
  data-shs-export-with-fetch="true"
  data-shs-logs-sample-rate="1"
  data-shs-beacon-endpoint="https://blackknightgames.ca/api/collect"
></script>
</head>

<body class="template-index ">
  
  
  
  
  
  <div class="whole-content">

    <a class="in-page-link visually-hidden skip-link" href="#MainContent">Skip To Content</a>

    <div class="search-bar drawer drawer--top" id="SearchDrawer">
      <div class="search-bar__table">
        <div class="search-bar__table-cell search-bar__form-wrapper">
          <form action="/search" class="search search-bar__form" method="get" role="search">
            <input name="options[prefix]" type="hidden" value="last">
            <button class="search-bar__submit search__submit btn--link" type="submit">
              <span class="icon__fallback-text">Submit</span>
            </button>
            <input class="search__input search-bar__input" type="search" name="q" value="" placeholder="Search Our Catalog" aria-label="Search Our Catalog">
          </form>
        </div>
        <div class="search-bar__table-cell text-right">
          <button class="btn--link search-bar__close js-drawer-close" type="button">
            <svg aria-hidden="true" class="icon icon-close" focusable="false" role="presentation" viewbox="0 0 37 40">
  <path d="M21.3 23l11-11c.8-.8.8-2 0-2.8-.8-.8-2-.8-2.8 0l-11 11-11-11c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8l11 11-11 11c-.8.8-.8 2 0 2.8.4.4.9.6 1.4.6s1-.2 1.4-.6l11-11 11 11c.4.4.9.6 1.4.6s1-.2 1.4-.6c.8-.8.8-2 0-2.8l-11-11z" />
</svg>
            <span class="icon__fallback-text">Close Search</span>
          </button>
          <input class="search__input search-bar__input" type="search" name="q" value="" placeholder="Search Our Catalog" aria-label="Search Our Catalog">
          </form>
        </div>
        <div class="search-bar__table-cell text-right">
          <button class="btn--link search-bar__close js-drawer-close" type="button">
            <svg aria-hidden="true" class="icon icon-close" focusable="false" role="presentation" viewbox="0 0 37 40">
  <path d="M21.3 23l11-11c.8-.8.8-2 0-2.8-.8-.8-2-.8-2.8 0l-11 11-11-11c-.8-.8-2-.8-2.8 0-.8.8-.8 2 0 2.8l11 11-11 11c-.8.8-.8 2 0 2.8.4.4.9.6 1.4.6s1-.2 1.4-.6l11-11 11 11c.4.4.9.6 1.4.6s1-.2 1.4-.6c.8-.8.8-2 0-2.8l-11-11z" />
</svg>
            <span class="icon__fallback-text">Close Search</span>
          </button>
        </div>
      </div>
    </div>

    <div id="spin-wrapper"></div>
    <div id="siteloader">
      <div class="loader round-flip"></div>
    </div>
    <div class="header-nav ">
      <div id="shopify-section-header-top" class="shopify-section">

<div id="header" data-section-id="header-top" data-section-type="header-section">
  <header class="site-header" role="banner">

    
    <div class="nav-header">
      <div class="row">
        
        
        <div class="desktop-user-info col-md-12 col-sm-12 text-center">
          <div class="desktop-checkout">
            <ul>
              
              
              <li><a class="wishlist" href="/pages/wishlist">Wishlist</a></li>
              
            </ul>
          </div>
        </div>
        
      </div>
    </div>
    
    <div class="header-top site-header-inner">
      <div class="page-width">
        <div class="row">
          <!-- </div> -->
          <div class="nav-menu">
            <div class="page-width">
              <div class="header-logo-section-img col-md-2 col-sm-12">
                
                
                <h1 class="h2 header__logo" itemscope itemtype="http://schema.org/Organization">
                  
                    
                    <a href="/" itemprop="url" class="header__logo-image">
                      
                      
                      <img loading="lazy" src="//blackknightgames.ca/cdn/shop/files/bkglogo_-_Rebecca_Banky_1_large.png?v=1613778316" alt="Black Knight Games" itemprop="logo" style="max-width: 100px; max-height: 120px;">
                    </a>
                    
                    
                </h1>
                
            </div>
            
            <link href="//blackknightgames.ca/cdn/shop/t/3/assets/header-menu.css?v=120224208379542248531705550368" rel="stylesheet" type="text/css" media="all" />
<script src="//blackknightgames.ca/cdn/shop/t/3/assets/headerMenu.js?v=173431412713886042961689268695" defer="defer"></script>

<nav class="megamenu-header col-md-8 hidden-lg-down">
  <div id="desktop_top_menu" class="menu js-top-menu hidden-sm-down" role="navigation">
    <ul class="top-menu" id="top-menu">
      
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="1"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Board Games &amp; Puzzles"
              role="menuitem"
            >
              <div class="title">Board Games &amp; Puzzles</div>
              
              
              
            </button>
            
        </li>
             
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="2"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Miniature Games"
              role="menuitem"
            >
              <div class="title">Miniature Games</div>
              
              
              
            </button>
            
        </li>
             
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="3"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Roleplaying Games"
              role="menuitem"
            >
              <div class="title">Roleplaying Games</div>
              
              
              
            </button>
            
        </li>
             
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="4"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Hobby Supplies"
              role="menuitem"
            >
              <div class="title">Hobby Supplies</div>
              
              
              
            </button>
            
        </li>
             
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="5"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Collectible Card Games"
              role="menuitem"
            >
              <div class="title">Collectible Card Games</div>
              
              
              
            </button>
            
        </li>
             
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="6"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Other Products"
              role="menuitem"
            >
              <div class="title">Other Products</div>
              
              
              
            </button>
            
        </li>
             
      
        
        
        
        <li class="category" ><button
              onClick="window.location.href='#'"
              class="dropdown-item" 
              onclick="(e) => e.preventDefault()"              
              data-top-menu-category-id="7"
              aria-haspopup="true"
              aria-expanded="false"
              tabindex="0"
              title="Events &amp; Info"
              role="menuitem"
            >
              <div class="title">Events &amp; Info</div>
              
              
              
            </button>
            
        </li>
             
      
    </ul>
  </div>
</nav>

<div class="main-menu__sub-menu-container main-menu__sub-menu-container--hidden" role="menu" aria-hidden="true" tabindex="-1">
  
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="1">
        <div class="main-menu__sub-menu" id="_n_child-1">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            
<li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Type</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-1-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-1-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/pages/board-games" class="dropdown-item" role="menuitem" tabindex="-1">Board Games Hub</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-card-games" class="dropdown-item" role="menuitem" tabindex="-1">All Board & Card Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/new-arrivals-board-games" class="dropdown-item" role="menuitem" tabindex="-1">New Arrivals</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/pre-played-board-games" class="dropdown-item" role="menuitem" tabindex="-1">Pre-played Board Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-quick-start-easy-to-learn" class="dropdown-item" role="menuitem" tabindex="-1">Quick Start / Easy to Learn</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-wargames" class="dropdown-item" role="menuitem" tabindex="-1">Wargames</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-board-games" class="dropdown-item" role="menuitem" tabindex="-1">Miniatures Board Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-scenario-mission-campaign" class="dropdown-item" role="menuitem" tabindex="-1">Campaign / Legacy Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-dungeon-crawlers" class="dropdown-item" role="menuitem" tabindex="-1">Dungeon Crawlers</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-escape-room-games" class="dropdown-item" role="menuitem" tabindex="-1">Escape Room Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-deduction-mystery" class="dropdown-item" role="menuitem" tabindex="-1">Deduction / Mystery</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-limited-communication" class="dropdown-item" role="menuitem" tabindex="-1">Limited Communication</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-social-deception-bluffing" class="dropdown-item" role="menuitem" tabindex="-1">Social Deception / Bluffing</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-word-games" class="dropdown-item" role="menuitem" tabindex="-1">Word Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-trivia" class="dropdown-item" role="menuitem" tabindex="-1">Trivia</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-memory-matching" class="dropdown-item" role="menuitem" tabindex="-1">Memory & Matching</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-patterns-puzzles" class="dropdown-item" role="menuitem" tabindex="-1">Patterns & Puzzles</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-drawing-sculpting-building" class="dropdown-item" role="menuitem" tabindex="-1">Drawing / Sculpting / Building</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-action-dexterity" class="dropdown-item" role="menuitem" tabindex="-1">Action / Dexterity</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-chess-classic" class="dropdown-item" role="menuitem" tabindex="-1">Chess & Classic</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-dice-games" class="dropdown-item" role="menuitem" tabindex="-1">Dice Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-card-games" class="dropdown-item" role="menuitem" tabindex="-1">Card Games</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Audience</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-1-2" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-1-2">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/board-games-for-kids-ages-5-and-under" class="dropdown-item" role="menuitem" tabindex="-1">For Kids Ages 5 and Under</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-for-kids-ages-6-12" class="dropdown-item" role="menuitem" tabindex="-1">For Kids Ages 6-12</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/kids-family-games" class="dropdown-item" role="menuitem" tabindex="-1">Kids & Family Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-party-games-fun-for-all" class="dropdown-item" role="menuitem" tabindex="-1">Party Games (Fun for All)</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-party-games-after-dark-18" class="dropdown-item" role="menuitem" tabindex="-1">Party Games After Dark (18+)</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/single-player-games" class="dropdown-item" role="menuitem" tabindex="-1">Single Player</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/two-player-games" class="dropdown-item" role="menuitem" tabindex="-1">Two Player</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-3-players" class="dropdown-item" role="menuitem" tabindex="-1">3+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-4-players" class="dropdown-item" role="menuitem" tabindex="-1">4+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-5-players" class="dropdown-item" role="menuitem" tabindex="-1">5+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-6-players" class="dropdown-item" role="menuitem" tabindex="-1">6+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-7-players" class="dropdown-item" role="menuitem" tabindex="-1">7+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-8-players" class="dropdown-item" role="menuitem" tabindex="-1">8+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-9-players" class="dropdown-item" role="menuitem" tabindex="-1">9+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-10-players" class="dropdown-item" role="menuitem" tabindex="-1">10+ Players</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/board-games-cooperative" class="dropdown-item" role="menuitem" tabindex="-1">Cooperative Games</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Playing Cards</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-1-3" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-1-3">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/playing-cards-all" class="dropdown-item" role="menuitem" tabindex="-1">All Playing Cards</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/playing-cards-bicycle" class="dropdown-item" role="menuitem" tabindex="-1">Bicycle Playing Cards</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/playing-cards-theory-11" class="dropdown-item" role="menuitem" tabindex="-1">Theory 11 Playing Cards</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Jigsaw Puzzles</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-1-4" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-1-4">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/jigsaw-puzzles" class="dropdown-item" role="menuitem" tabindex="-1">All Jigsaw Puzzles</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-500-pieces" class="dropdown-item" role="menuitem" tabindex="-1">Pieces: <500</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-500-pieces-1" class="dropdown-item" role="menuitem" tabindex="-1">Pieces: 500</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-1000-pieces" class="dropdown-item" role="menuitem" tabindex="-1">Pieces: 1000</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-2000-pieces" class="dropdown-item" role="menuitem" tabindex="-1">Pieces: 2000</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-4d-cityscape" class="dropdown-item" role="menuitem" tabindex="-1">4D Cityscape</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-cobble-hill" class="dropdown-item" role="menuitem" tabindex="-1">Cobble Hill</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-dark-horse" class="dropdown-item" role="menuitem" tabindex="-1">Dark Horse</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-ensky" class="dropdown-item" role="menuitem" tabindex="-1">Ensky</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-eurographics" class="dropdown-item" role="menuitem" tabindex="-1">Eurographics</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-gibsons" class="dropdown-item" role="menuitem" tabindex="-1">Gibsons</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-mondo" class="dropdown-item" role="menuitem" tabindex="-1">Mondo</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-pop" class="dropdown-item" role="menuitem" tabindex="-1">Pop! Puzzles</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-ravensburger" class="dropdown-item" role="menuitem" tabindex="-1">Ravensburger</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-renegade-game-studios" class="dropdown-item" role="menuitem" tabindex="-1">Renegade Game Studios</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-river-horse" class="dropdown-item" role="menuitem" tabindex="-1">River Horse</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-scroungecraft" class="dropdown-item" role="menuitem" tabindex="-1">Scroungecraft</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-the-op-usaopoly" class="dropdown-item" role="menuitem" tabindex="-1">The OP (USAopoly)</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/puzzles-wyrd" class="dropdown-item" role="menuitem" tabindex="-1">Wyrd</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            


            
          </ul>
          
        </div>
      </div>
    
    
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="2">
        <div class="main-menu__sub-menu" id="_n_child-2">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            
<li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Games Workshop</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-2-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-2-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/pages/40k" class="dropdown-item" role="menuitem" tabindex="-1">Warhammer 40,000 Hub</a>
                      </li>
                      
                      <li class="category">
                        <a href="/pages/aos" class="dropdown-item" role="menuitem" tabindex="-1">Warhammer Age of Sigmar Hub</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/warhammer-the-old-world" class="dropdown-item" role="menuitem" tabindex="-1">Warhammer: The Old World</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/horus-heresy" class="dropdown-item" role="menuitem" tabindex="-1">Horus Heresy</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/legions-imperialis" class="dropdown-item" role="menuitem" tabindex="-1">Legions Imperialis</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/kill-team" class="dropdown-item" role="menuitem" tabindex="-1">Kill Team</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/necromunda" class="dropdown-item" role="menuitem" tabindex="-1">Necromunda</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/blood-bowl" class="dropdown-item" role="menuitem" tabindex="-1">Blood Bowl</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/warcry-all-products" class="dropdown-item" role="menuitem" tabindex="-1">Warcry</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/warhammer-underworlds" class="dropdown-item" role="menuitem" tabindex="-1">Warhammer Underworlds</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/middle-earth-strategy-battle-game" class="dropdown-item" role="menuitem" tabindex="-1">Middle-earth SBG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/games-workshop-specialist" class="dropdown-item" role="menuitem" tabindex="-1">Other Games Workshop</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Other</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-2-2" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-2-2">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/marvel-crisis-protocol" class="dropdown-item" role="menuitem" tabindex="-1">Marvel Crisis Protocol</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/star-wars-shatterpoint" class="dropdown-item" role="menuitem" tabindex="-1">Star Wars: Shatterpoint</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/star-wars-legion" class="dropdown-item" role="menuitem" tabindex="-1">Star Wars Legion</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/battletech" class="dropdown-item" role="menuitem" tabindex="-1">Battletech</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-battlefield-in-a-box" class="dropdown-item" role="menuitem" tabindex="-1">Battlefield in a Box</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/infinity" class="dropdown-item" role="menuitem" tabindex="-1">Infinity</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/heroclix" class="dropdown-item" role="menuitem" tabindex="-1">HeroClix</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/a-song-of-ice-fire" class="dropdown-item" role="menuitem" tabindex="-1">A Song of Ice & Fire</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/malifaux" class="dropdown-item" role="menuitem" tabindex="-1">Malifaux</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/kings-of-war" class="dropdown-item" role="menuitem" tabindex="-1">Kings of War</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-halo-flashpoint" class="dropdown-item" role="menuitem" tabindex="-1">Halo: Flashpoint</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-warmachine" class="dropdown-item" role="menuitem" tabindex="-1">Warmachine</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-konflikt-47" class="dropdown-item" role="menuitem" tabindex="-1">Konflikt '47</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-bolt-action" class="dropdown-item" role="menuitem" tabindex="-1">Bolt Action</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-frostgrave" class="dropdown-item" role="menuitem" tabindex="-1">Frostgrave</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-trench-crusade" class="dropdown-item" role="menuitem" tabindex="-1">Trench Crusade</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/malediction" class="dropdown-item" role="menuitem" tabindex="-1">Malediction</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/miniatures-baron-of-dice" class="dropdown-item" role="menuitem" tabindex="-1">Baron of Dice</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            


            
          </ul>
          
        </div>
      </div>
    
    
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="3">
        <div class="main-menu__sub-menu" id="_n_child-3">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            
<li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Product Type</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-3-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-3-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/rpg-books-supplements" class="dropdown-item" role="menuitem" tabindex="-1">All RPG Books & Supplements</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/all-rpg-miniatures" class="dropdown-item" role="menuitem" tabindex="-1">All RPG Miniatures</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/all-rpg-miniatures/Minis:-Player-Characters%2FNPCs" class="dropdown-item" role="menuitem" tabindex="-1">Minis: Player Characters/NPCs</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/all-rpg-miniatures/Minis:-Creatures" class="dropdown-item" role="menuitem" tabindex="-1">Minis: Creatures</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/all-rpg-miniatures/Minis:-Terrain%2FObjects" class="dropdown-item" role="menuitem" tabindex="-1">Minis: Terrain/Objects</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/mats-maps-terrain" class="dropdown-item" role="menuitem" tabindex="-1">Mats, Maps, & Other Terrain</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/all-rpg-miniatures/Blind-Box-Minis" class="dropdown-item" role="menuitem" tabindex="-1">Blind Box Miniatures</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/larp-gear" class="dropdown-item" role="menuitem" tabindex="-1">LARP Gear</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Games / Publishers</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-3-2" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-3-2">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/dungeons-dragons" class="dropdown-item" role="menuitem" tabindex="-1">Dungeons & Dragons</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/critical-role" class="dropdown-item" role="menuitem" tabindex="-1">Critical Role</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/pathfinder" class="dropdown-item" role="menuitem" tabindex="-1">Pathfinder</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/starfinder" class="dropdown-item" role="menuitem" tabindex="-1">Starfinder</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-dungeons-lasers" class="dropdown-item" role="menuitem" tabindex="-1">Dungeons & Lasers</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-dungeon-crawl-classics-dcc" class="dropdown-item" role="menuitem" tabindex="-1">Dungeon Crawl Classics</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-mork-borg" class="dropdown-item" role="menuitem" tabindex="-1">MÖRK BORG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-vampire-the-masquerade" class="dropdown-item" role="menuitem" tabindex="-1">Vampire: The Masquerade</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-legend-of-the-five-rings" class="dropdown-item" role="menuitem" tabindex="-1">Legend of the Five Rings RPG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-warhammer-roleplaying-games" class="dropdown-item" role="menuitem" tabindex="-1">Warhammer RPGs</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-nord-games" class="dropdown-item" role="menuitem" tabindex="-1">Nord Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-kobold-press" class="dropdown-item" role="menuitem" tabindex="-1">Kobold Press</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-hit-point-press" class="dropdown-item" role="menuitem" tabindex="-1">Hit Point Press</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-evil-hat-productions" class="dropdown-item" role="menuitem" tabindex="-1">Evil Hat Productions</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-loke-battle-mats" class="dropdown-item" role="menuitem" tabindex="-1">Loke Battle Mats</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-modiphius" class="dropdown-item" role="menuitem" tabindex="-1">Modiphius</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-steamforged-games" class="dropdown-item" role="menuitem" tabindex="-1">Steamforged Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-marvel-multiverse" class="dropdown-item" role="menuitem" tabindex="-1">Marvel Multiverse RPG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-avatar-legends" class="dropdown-item" role="menuitem" tabindex="-1">Avatar Legends</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Dice & Accessories</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-3-3" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-3-3">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/pages/dice" class="dropdown-item" role="menuitem" tabindex="-1">Dice Hub</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/all-dice-sets" class="dropdown-item" role="menuitem" tabindex="-1">All Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/plastic-dice" class="dropdown-item" role="menuitem" tabindex="-1">Plastic Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/gemstone-dice" class="dropdown-item" role="menuitem" tabindex="-1">Glass & Gemstone Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/metal-dice" class="dropdown-item" role="menuitem" tabindex="-1">Metal Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-dice" class="dropdown-item" role="menuitem" tabindex="-1">RPG Sets</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/d6-dice" class="dropdown-item" role="menuitem" tabindex="-1">D6 Sets</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/single-d20s" class="dropdown-item" role="menuitem" tabindex="-1">Single D20s</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/dice-storage" class="dropdown-item" role="menuitem" tabindex="-1">Dice Bags, Boxes, & Scrolls</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/dice-rolling" class="dropdown-item" role="menuitem" tabindex="-1">Dice Cups, Trays, & Towers</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-gamemaster-screens" class="dropdown-item" role="menuitem" tabindex="-1">Gamemaster Screens</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Accessories by Brand</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-3-4" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-3-4">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/chessex" class="dropdown-item" role="menuitem" tabindex="-1">Chessex</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/foam-brain" class="dropdown-item" role="menuitem" tabindex="-1">Foam Brain</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/norse-foundry" class="dropdown-item" role="menuitem" tabindex="-1">Norse Foundry</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-fanroll" class="dropdown-item" role="menuitem" tabindex="-1">FanRoll</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-1up-dice" class="dropdown-item" role="menuitem" tabindex="-1">1UP Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-beadle-grimms" class="dropdown-item" role="menuitem" tabindex="-1">Beadle & Grimm's</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-die-hard-dice" class="dropdown-item" role="menuitem" tabindex="-1">Die Hard Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-dragon-shield" class="dropdown-item" role="menuitem" tabindex="-1">Dragon Shield</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-forged-gaming" class="dropdown-item" role="menuitem" tabindex="-1">Forged Gaming</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-glassstaff" class="dropdown-item" role="menuitem" tabindex="-1">GlassStaff</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-hymgho" class="dropdown-item" role="menuitem" tabindex="-1">HYMGHO</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-polyhero-dice" class="dropdown-item" role="menuitem" tabindex="-1">PolyHero Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-q-workshop" class="dropdown-item" role="menuitem" tabindex="-1">Q-Workshop</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-random-encounter" class="dropdown-item" role="menuitem" tabindex="-1">Random EnCounter</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-sirius-dice" class="dropdown-item" role="menuitem" tabindex="-1">Sirius Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-smelly-bones-dice" class="dropdown-item" role="menuitem" tabindex="-1">Smelly Bones Scented Dice</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-steve-jackson-games" class="dropdown-item" role="menuitem" tabindex="-1">Steve Jackson Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-the-op" class="dropdown-item" role="menuitem" tabindex="-1">The OP</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/rpg-ultra-pro" class="dropdown-item" role="menuitem" tabindex="-1">Ultra PRO</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            


            
          </ul>
          
        </div>
      </div>
    
    
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="4">
        <div class="main-menu__sub-menu" id="_n_child-4">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            
<li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Type</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-4-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-4-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/hobby-paints-glue" class="dropdown-item" role="menuitem" tabindex="-1">Paints & Glue</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-brushes-tools" class="dropdown-item" role="menuitem" tabindex="-1">Brushes & Tools</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-basing" class="dropdown-item" role="menuitem" tabindex="-1">Basing Materials</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-storage" class="dropdown-item" role="menuitem" tabindex="-1">Storage</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Brand</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-4-2" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-4-2">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-ak-interactive" class="dropdown-item" role="menuitem" tabindex="-1">AK Interactive</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-ammo-by-mig" class="dropdown-item" role="menuitem" tabindex="-1">Ammo Mig</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-enhance" class="dropdown-item" role="menuitem" tabindex="-1">AP ENHANCE</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-battle-foam" class="dropdown-item" role="menuitem" tabindex="-1">Battle Foam</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-citadel" class="dropdown-item" role="menuitem" tabindex="-1">Citadel</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-corvus-belli-infinity" class="dropdown-item" role="menuitem" tabindex="-1">Corvus Belli</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-gamers-grass" class="dropdown-item" role="menuitem" tabindex="-1">Gamers Grass</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies" class="dropdown-item" role="menuitem" tabindex="-1">Green Stuff World</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-monument-hobbies" class="dropdown-item" role="menuitem" tabindex="-1">Monument Hobbies</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-milliput" class="dropdown-item" role="menuitem" tabindex="-1">Milliput</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-red-grass-games" class="dropdown-item" role="menuitem" tabindex="-1">Redgrass Games</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-replay-workshop" class="dropdown-item" role="menuitem" tabindex="-1">Replay Workshop</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-the-army-painter" class="dropdown-item" role="menuitem" tabindex="-1">The Army Painter</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-ttcombat" class="dropdown-item" role="menuitem" tabindex="-1">TTCombat</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-vallejo" class="dropdown-item" role="menuitem" tabindex="-1">Vallejo</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-wizkids" class="dropdown-item" role="menuitem" tabindex="-1">WizKids</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Model Kits</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-4-3" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-4-3">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-gundam-model-kits" class="dropdown-item" role="menuitem" tabindex="-1">Gundam Model Kits</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/hobby-supplies-30-minutes-missions" class="dropdown-item" role="menuitem" tabindex="-1">30 Minutes Missions</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/bandai-spirits-pokemon" class="dropdown-item" role="menuitem" tabindex="-1">Bandai Spirits Pokemon</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            


            
          </ul>
          
        </div>
      </div>
    
    
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="5">
        <div class="main-menu__sub-menu" id="_n_child-5">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            
<li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Singles</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-5-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-5-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="https://blackknightgames.ca/pages/magic-the-gathering-search?q=&game=mtg&availabilty=true&condition=&printing=&setNames=&colors=&rarities=&types=&pricemin=&pricemax=&page=1&order=price-descending" class="dropdown-item" role="menuitem" tabindex="-1">Browse MTG Singles</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/lorcana-singles" class="dropdown-item" role="menuitem" tabindex="-1">Browse Lorcana Singles</a>
                      </li>
                      
                      <li class="category">
                        <a href="/pages/sell-your-mtg" class="dropdown-item" role="menuitem" tabindex="-1">Sell Us Your Cards!</a>
                      </li>
                      
                      <li class="category">
                        <a href="https://blackknightgames.ca/pages/faq#:~:text=Will%20you%20buy" class="dropdown-item" role="menuitem" tabindex="-1">"Will You Buy...?"</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Games</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-5-2" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-5-2">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/pages/mtg" class="dropdown-item" role="menuitem" tabindex="-1">Magic: The Gathering Hub</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/pokemon-sealed" class="dropdown-item" role="menuitem" tabindex="-1">Pokemon</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/lorcana" class="dropdown-item" role="menuitem" tabindex="-1">Lorcana</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/one-piece-ccg" class="dropdown-item" role="menuitem" tabindex="-1">One Piece CG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/digimon" class="dropdown-item" role="menuitem" tabindex="-1">Digimon</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/union-arena-sealed" class="dropdown-item" role="menuitem" tabindex="-1">Union Arena</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/gundam-card-game" class="dropdown-item" role="menuitem" tabindex="-1">Gundam CG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/dbs-fusion-world" class="dropdown-item" role="menuitem" tabindex="-1">Dragon Ball Super</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-universus" class="dropdown-item" role="menuitem" tabindex="-1">UniVersus</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-riftbound" class="dropdown-item" role="menuitem" tabindex="-1">Riftbound</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/star-wars-unlimited" class="dropdown-item" role="menuitem" tabindex="-1">Star Wars Unlimited</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/keyforge" class="dropdown-item" role="menuitem" tabindex="-1">Keyforge</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/yu-gi-oh" class="dropdown-item" role="menuitem" tabindex="-1">Yu-Gi-Oh!</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/flesh-blood" class="dropdown-item" role="menuitem" tabindex="-1">Flesh & Blood</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/altered-tcg-sealed" class="dropdown-item" role="menuitem" tabindex="-1">Altered TCG</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/marvel-champions" class="dropdown-item" role="menuitem" tabindex="-1">Marvel Champions</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Accessories</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-5-3" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-5-3">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/pages/ccg-accessories" class="dropdown-item" role="menuitem" tabindex="-1">CCG Accessories Hub</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories-card-sleeves" class="dropdown-item" role="menuitem" tabindex="-1">All Card Sleeves</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories-card-sleeves/Inner-Sleeves" class="dropdown-item" role="menuitem" tabindex="-1">Inner Sleeves</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories-card-sleeves/Japanese-Size" class="dropdown-item" role="menuitem" tabindex="-1">Japanese Size Sleeves</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories-card-sleeves/Board-Game-Sleeves" class="dropdown-item" role="menuitem" tabindex="-1">Board Game Sleeves</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories-card-sleeves/Toploader" class="dropdown-item" role="menuitem" tabindex="-1">Toploaders</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/deck-protectors-all/Deck-Box" class="dropdown-item" role="menuitem" tabindex="-1">Deck & Storage Boxes</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/binders-folios-all" class="dropdown-item" role="menuitem" tabindex="-1">Binders & Folios</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/playmats-all" class="dropdown-item" role="menuitem" tabindex="-1">Playmats & Tubes</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories/Life-Counters" class="dropdown-item" role="menuitem" tabindex="-1">Life Counters & Trackers</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/dragon-shields-all" class="dropdown-item" role="menuitem" tabindex="-1">Dragon Shields</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ultra-pro-all" class="dropdown-item" role="menuitem" tabindex="-1">Ultra PRO</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ultimate-guard-all" class="dropdown-item" role="menuitem" tabindex="-1">Ultimate Guard</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/gamegenic-all" class="dropdown-item" role="menuitem" tabindex="-1">Gamegenic</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/squaroes" class="dropdown-item" role="menuitem" tabindex="-1">Squaroes</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/mtg-accessories-all" class="dropdown-item" role="menuitem" tabindex="-1">MTG Accessories</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/pokemon-accessories-all" class="dropdown-item" role="menuitem" tabindex="-1">Pokemon Accessories</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/ccg-accessories-lorcana" class="dropdown-item" role="menuitem" tabindex="-1">Lorcana Accessories</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            


            
          </ul>
          
        </div>
      </div>
    
    
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="6">
        <div class="main-menu__sub-menu" id="_n_child-6">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            

            
            
            
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Toys & Plush</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-6-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-6-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/collections/plushies-toys" class="dropdown-item" role="menuitem" tabindex="-1">All Toys & Plush</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/lego" class="dropdown-item" role="menuitem" tabindex="-1">LEGO® Products</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/squishables" class="dropdown-item" role="menuitem" tabindex="-1">Squishables</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/plush-kidrobot" class="dropdown-item" role="menuitem" tabindex="-1">Kidrobot</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/plushies-toys/Pokemon-Plush" class="dropdown-item" role="menuitem" tabindex="-1">Pokemon Plush</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/plushies-toys/Super-Mario-Plush" class="dropdown-item" role="menuitem" tabindex="-1">Super Mario Plush</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/toys-figurines-of-adorable-power" class="dropdown-item" role="menuitem" tabindex="-1">Figurines of Adorable Power</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/toys-figurines-from-the-vault" class="dropdown-item" role="menuitem" tabindex="-1">Figurines From the Vault</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/plushies-toys/Nanoblock" class="dropdown-item" role="menuitem" tabindex="-1">Nanoblock</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/toys-blokees" class="dropdown-item" role="menuitem" tabindex="-1">Blokees</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/toys-pawlymorph-pets" class="dropdown-item" role="menuitem" tabindex="-1">Pawlymorph Pets</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            
              <li class="category category-only">
                <ul class="top-menu">
                  <li class="category">
                    <a href="/collections/featured-new-releases" class="dropdown-item">New Releases</a>
                  </li>
                  
                  
                  <li class="category">
                    <a href="/collections/early-requests-for-upcoming-products" class="dropdown-item">Upcoming Release Newsletters</a>
                  </li>
                  
                  
                  <li class="category">
                    <a href="/collections/featured-preorders" class="dropdown-item">Currently in Preorder</a>
                  </li>
                  
                  
                  <li class="category">
                    <a href="https://blackknightgames.ca/products/gift-card" class="dropdown-item">Gift Cards</a>
                  </li>
                  
                  
                  
                </ul>
                
              </li>
            


            
          </ul>
          
        </div>
      </div>
    
    
  
    
    
    
    
    
    

      <div class="main-menu__sub-menu-wrapper main-menu__sub-menu-wrapper--hidden" data-sub-menu-category-id="7">
        <div class="main-menu__sub-menu" id="_n_child-7">
          <div class="main-menu__close-sub-menu-button" tabindex="0" title="close menu">
            <i class="material-icons">&#xE316;</i>
          </div>
          <ul class="top-menu mainmenu-dropdown" >
            
<li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Events</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-7-1" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-7-1">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="/pages/events" class="dropdown-item" role="menuitem" tabindex="-1">Upcoming Events</a>
                      </li>
                      
                      <li class="category">
                        <a href="https://blackknightgames.ca/products/rpg-booking?_pos=1&_psq=rpg+booking&_ss=e&_v=1.0" class="dropdown-item" role="menuitem" tabindex="-1">RPG Room Booking</a>
                      </li>
                      
                      <li class="category">
                        <a href="https://blackknightgames.ca/pages/standard-bearer-program" class="dropdown-item" role="menuitem" tabindex="-1">Standard Bearer Program</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Info</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-7-2" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-7-2">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="https://blackknightgames.ca/pages/faq" class="dropdown-item" role="menuitem" tabindex="-1">FAQ</a>
                      </li>
                      
                      <li class="category">
                        <a href="/collections/early-requests-for-upcoming-products" class="dropdown-item" role="menuitem" tabindex="-1">Newsletters</a>
                      </li>
                      
                      <li class="category">
                        <a href="/pages/heros-rewards-1" class="dropdown-item" role="menuitem" tabindex="-1">Hero's Rewards</a>
                      </li>
                      
                      <li class="category">
                        <a href="/pages/policy-for-3d-printed-models" class="dropdown-item" role="menuitem" tabindex="-1">3D Printing Policy</a>
                      </li>
                      
                      <li class="category">
                        <a href="/pages/contact-us" class="dropdown-item" role="menuitem" tabindex="-1">Contact Us</a>
                      </li>
                      
                      <li class="category">
                        <a href="https://blackknightgames.ca/pages/jobs-at-bkg" class="dropdown-item" role="menuitem" tabindex="-1">Jobs at BKG</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            <li class="sub-category">
                  <a href="#" class="dropdown-item dropdown-submenu" role="menuitem" tabindex="-1">
                    <h3 class="inner-title">Socials</h3>
                  </a>
                  <span class="float-xs-right hidden-lg-up">
                    <span data-target="#_n_grand-child-7-3" data-toggle="collapse" class="navbar-toggler collapse-icons clearfix collapsed">
                      <i class="material-icons add">&#xE313;</i>
                      <i class="material-icons remove">&#xE316;</i>
                    </span>
                  </span>
                  <div class="top-menu collapse" id="_n_grand-child-7-3">
                    <ul class="top-menu">
                      
                      <li class="category">
                        <a href="https://discord.gg/6ddAdGZCan" class="dropdown-item" role="menuitem" tabindex="-1">Discord</a>
                      </li>
                      
                      <li class="category">
                        <a href="https://www.facebook.com/blackknightgames.ca" class="dropdown-item" role="menuitem" tabindex="-1">Facebook</a>
                      </li>
                      
                      <li class="category">
                        <a href="https://www.instagram.com/blackknightgames/" class="dropdown-item" role="menuitem" tabindex="-1">Instagram</a>
                      </li>
                      
                    </ul>
                    
                </li>
              
            

            
            


            
          </ul>
          
        </div>
      </div>
    
    
  

</div>

<div id="mobile_top_menu_wrapper" class="hidden-lg-up" style="display:none;">
  <div id="top_menu_closer" class="hidden-lg-up">
    <i class="material-icons"></i>
  </div>
  <div id="mobile_top_menu" class="js-top-menu mobile">
    <ul class="mobile-top-menu" id="mobile-top-menu">
      
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Board Games &amp; Puzzles</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              
<li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Type</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/pages/board-games" class="dropdown-item">Board Games Hub</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-card-games" class="dropdown-item">All Board & Card Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/new-arrivals-board-games" class="dropdown-item">New Arrivals</a>
                      </li>
                      
                      <li>
                        <a href="/collections/pre-played-board-games" class="dropdown-item">Pre-played Board Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-quick-start-easy-to-learn" class="dropdown-item">Quick Start / Easy to Learn</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-wargames" class="dropdown-item">Wargames</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-board-games" class="dropdown-item">Miniatures Board Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-scenario-mission-campaign" class="dropdown-item">Campaign / Legacy Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-dungeon-crawlers" class="dropdown-item">Dungeon Crawlers</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-escape-room-games" class="dropdown-item">Escape Room Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-deduction-mystery" class="dropdown-item">Deduction / Mystery</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-limited-communication" class="dropdown-item">Limited Communication</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-social-deception-bluffing" class="dropdown-item">Social Deception / Bluffing</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-word-games" class="dropdown-item">Word Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-trivia" class="dropdown-item">Trivia</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-memory-matching" class="dropdown-item">Memory & Matching</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-patterns-puzzles" class="dropdown-item">Patterns & Puzzles</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-drawing-sculpting-building" class="dropdown-item">Drawing / Sculpting / Building</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-action-dexterity" class="dropdown-item">Action / Dexterity</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-chess-classic" class="dropdown-item">Chess & Classic</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-dice-games" class="dropdown-item">Dice Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-card-games" class="dropdown-item">Card Games</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Audience</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/board-games-for-kids-ages-5-and-under" class="dropdown-item">For Kids Ages 5 and Under</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-for-kids-ages-6-12" class="dropdown-item">For Kids Ages 6-12</a>
                      </li>
                      
                      <li>
                        <a href="/collections/kids-family-games" class="dropdown-item">Kids & Family Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-party-games-fun-for-all" class="dropdown-item">Party Games (Fun for All)</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-party-games-after-dark-18" class="dropdown-item">Party Games After Dark (18+)</a>
                      </li>
                      
                      <li>
                        <a href="/collections/single-player-games" class="dropdown-item">Single Player</a>
                      </li>
                      
                      <li>
                        <a href="/collections/two-player-games" class="dropdown-item">Two Player</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-3-players" class="dropdown-item">3+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-4-players" class="dropdown-item">4+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-5-players" class="dropdown-item">5+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-6-players" class="dropdown-item">6+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-7-players" class="dropdown-item">7+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-8-players" class="dropdown-item">8+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-9-players" class="dropdown-item">9+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-10-players" class="dropdown-item">10+ Players</a>
                      </li>
                      
                      <li>
                        <a href="/collections/board-games-cooperative" class="dropdown-item">Cooperative Games</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Playing Cards</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/playing-cards-all" class="dropdown-item">All Playing Cards</a>
                      </li>
                      
                      <li>
                        <a href="/collections/playing-cards-bicycle" class="dropdown-item">Bicycle Playing Cards</a>
                      </li>
                      
                      <li>
                        <a href="/collections/playing-cards-theory-11" class="dropdown-item">Theory 11 Playing Cards</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Jigsaw Puzzles</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/jigsaw-puzzles" class="dropdown-item">All Jigsaw Puzzles</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-500-pieces" class="dropdown-item">Pieces: <500</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-500-pieces-1" class="dropdown-item">Pieces: 500</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-1000-pieces" class="dropdown-item">Pieces: 1000</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-2000-pieces" class="dropdown-item">Pieces: 2000</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-4d-cityscape" class="dropdown-item">4D Cityscape</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-cobble-hill" class="dropdown-item">Cobble Hill</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-dark-horse" class="dropdown-item">Dark Horse</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-ensky" class="dropdown-item">Ensky</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-eurographics" class="dropdown-item">Eurographics</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-gibsons" class="dropdown-item">Gibsons</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-mondo" class="dropdown-item">Mondo</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-pop" class="dropdown-item">Pop! Puzzles</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-ravensburger" class="dropdown-item">Ravensburger</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-renegade-game-studios" class="dropdown-item">Renegade Game Studios</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-river-horse" class="dropdown-item">River Horse</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-scroungecraft" class="dropdown-item">Scroungecraft</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-the-op-usaopoly" class="dropdown-item">The OP (USAopoly)</a>
                      </li>
                      
                      <li>
                        <a href="/collections/puzzles-wyrd" class="dropdown-item">Wyrd</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
  
  
              
            </ul>
          
        </li>
        
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Miniature Games</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              
<li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Games Workshop</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/pages/40k" class="dropdown-item">Warhammer 40,000 Hub</a>
                      </li>
                      
                      <li>
                        <a href="/pages/aos" class="dropdown-item">Warhammer Age of Sigmar Hub</a>
                      </li>
                      
                      <li>
                        <a href="/collections/warhammer-the-old-world" class="dropdown-item">Warhammer: The Old World</a>
                      </li>
                      
                      <li>
                        <a href="/collections/horus-heresy" class="dropdown-item">Horus Heresy</a>
                      </li>
                      
                      <li>
                        <a href="/collections/legions-imperialis" class="dropdown-item">Legions Imperialis</a>
                      </li>
                      
                      <li>
                        <a href="/collections/kill-team" class="dropdown-item">Kill Team</a>
                      </li>
                      
                      <li>
                        <a href="/collections/necromunda" class="dropdown-item">Necromunda</a>
                      </li>
                      
                      <li>
                        <a href="/collections/blood-bowl" class="dropdown-item">Blood Bowl</a>
                      </li>
                      
                      <li>
                        <a href="/collections/warcry-all-products" class="dropdown-item">Warcry</a>
                      </li>
                      
                      <li>
                        <a href="/collections/warhammer-underworlds" class="dropdown-item">Warhammer Underworlds</a>
                      </li>
                      
                      <li>
                        <a href="/collections/middle-earth-strategy-battle-game" class="dropdown-item">Middle-earth SBG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/games-workshop-specialist" class="dropdown-item">Other Games Workshop</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Other</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/marvel-crisis-protocol" class="dropdown-item">Marvel Crisis Protocol</a>
                      </li>
                      
                      <li>
                        <a href="/collections/star-wars-shatterpoint" class="dropdown-item">Star Wars: Shatterpoint</a>
                      </li>
                      
                      <li>
                        <a href="/collections/star-wars-legion" class="dropdown-item">Star Wars Legion</a>
                      </li>
                      
                      <li>
                        <a href="/collections/battletech" class="dropdown-item">Battletech</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-battlefield-in-a-box" class="dropdown-item">Battlefield in a Box</a>
                      </li>
                      
                      <li>
                        <a href="/collections/infinity" class="dropdown-item">Infinity</a>
                      </li>
                      
                      <li>
                        <a href="/collections/heroclix" class="dropdown-item">HeroClix</a>
                      </li>
                      
                      <li>
                        <a href="/collections/a-song-of-ice-fire" class="dropdown-item">A Song of Ice & Fire</a>
                      </li>
                      
                      <li>
                        <a href="/collections/malifaux" class="dropdown-item">Malifaux</a>
                      </li>
                      
                      <li>
                        <a href="/collections/kings-of-war" class="dropdown-item">Kings of War</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-halo-flashpoint" class="dropdown-item">Halo: Flashpoint</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-warmachine" class="dropdown-item">Warmachine</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-konflikt-47" class="dropdown-item">Konflikt '47</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-bolt-action" class="dropdown-item">Bolt Action</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-frostgrave" class="dropdown-item">Frostgrave</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-trench-crusade" class="dropdown-item">Trench Crusade</a>
                      </li>
                      
                      <li>
                        <a href="/collections/malediction" class="dropdown-item">Malediction</a>
                      </li>
                      
                      <li>
                        <a href="/collections/miniatures-baron-of-dice" class="dropdown-item">Baron of Dice</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
  
  
              
            </ul>
          
        </li>
        
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Roleplaying Games</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              
<li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Product Type</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/rpg-books-supplements" class="dropdown-item">All RPG Books & Supplements</a>
                      </li>
                      
                      <li>
                        <a href="/collections/all-rpg-miniatures" class="dropdown-item">All RPG Miniatures</a>
                      </li>
                      
                      <li>
                        <a href="/collections/all-rpg-miniatures/Minis:-Player-Characters%2FNPCs" class="dropdown-item">Minis: Player Characters/NPCs</a>
                      </li>
                      
                      <li>
                        <a href="/collections/all-rpg-miniatures/Minis:-Creatures" class="dropdown-item">Minis: Creatures</a>
                      </li>
                      
                      <li>
                        <a href="/collections/all-rpg-miniatures/Minis:-Terrain%2FObjects" class="dropdown-item">Minis: Terrain/Objects</a>
                      </li>
                      
                      <li>
                        <a href="/collections/mats-maps-terrain" class="dropdown-item">Mats, Maps, & Other Terrain</a>
                      </li>
                      
                      <li>
                        <a href="/collections/all-rpg-miniatures/Blind-Box-Minis" class="dropdown-item">Blind Box Miniatures</a>
                      </li>
                      
                      <li>
                        <a href="/collections/larp-gear" class="dropdown-item">LARP Gear</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Games / Publishers</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/dungeons-dragons" class="dropdown-item">Dungeons & Dragons</a>
                      </li>
                      
                      <li>
                        <a href="/collections/critical-role" class="dropdown-item">Critical Role</a>
                      </li>
                      
                      <li>
                        <a href="/collections/pathfinder" class="dropdown-item">Pathfinder</a>
                      </li>
                      
                      <li>
                        <a href="/collections/starfinder" class="dropdown-item">Starfinder</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-dungeons-lasers" class="dropdown-item">Dungeons & Lasers</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-dungeon-crawl-classics-dcc" class="dropdown-item">Dungeon Crawl Classics</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-mork-borg" class="dropdown-item">MÖRK BORG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-vampire-the-masquerade" class="dropdown-item">Vampire: The Masquerade</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-legend-of-the-five-rings" class="dropdown-item">Legend of the Five Rings RPG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-warhammer-roleplaying-games" class="dropdown-item">Warhammer RPGs</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-nord-games" class="dropdown-item">Nord Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-kobold-press" class="dropdown-item">Kobold Press</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-hit-point-press" class="dropdown-item">Hit Point Press</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-evil-hat-productions" class="dropdown-item">Evil Hat Productions</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-loke-battle-mats" class="dropdown-item">Loke Battle Mats</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-modiphius" class="dropdown-item">Modiphius</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-steamforged-games" class="dropdown-item">Steamforged Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-marvel-multiverse" class="dropdown-item">Marvel Multiverse RPG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-avatar-legends" class="dropdown-item">Avatar Legends</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Dice & Accessories</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/pages/dice" class="dropdown-item">Dice Hub</a>
                      </li>
                      
                      <li>
                        <a href="/collections/all-dice-sets" class="dropdown-item">All Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/plastic-dice" class="dropdown-item">Plastic Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/gemstone-dice" class="dropdown-item">Glass & Gemstone Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/metal-dice" class="dropdown-item">Metal Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-dice" class="dropdown-item">RPG Sets</a>
                      </li>
                      
                      <li>
                        <a href="/collections/d6-dice" class="dropdown-item">D6 Sets</a>
                      </li>
                      
                      <li>
                        <a href="/collections/single-d20s" class="dropdown-item">Single D20s</a>
                      </li>
                      
                      <li>
                        <a href="/collections/dice-storage" class="dropdown-item">Dice Bags, Boxes, & Scrolls</a>
                      </li>
                      
                      <li>
                        <a href="/collections/dice-rolling" class="dropdown-item">Dice Cups, Trays, & Towers</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-gamemaster-screens" class="dropdown-item">Gamemaster Screens</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Accessories by Brand</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/chessex" class="dropdown-item">Chessex</a>
                      </li>
                      
                      <li>
                        <a href="/collections/foam-brain" class="dropdown-item">Foam Brain</a>
                      </li>
                      
                      <li>
                        <a href="/collections/norse-foundry" class="dropdown-item">Norse Foundry</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-fanroll" class="dropdown-item">FanRoll</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-1up-dice" class="dropdown-item">1UP Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-beadle-grimms" class="dropdown-item">Beadle & Grimm's</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-die-hard-dice" class="dropdown-item">Die Hard Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-dragon-shield" class="dropdown-item">Dragon Shield</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-forged-gaming" class="dropdown-item">Forged Gaming</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-glassstaff" class="dropdown-item">GlassStaff</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-hymgho" class="dropdown-item">HYMGHO</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-polyhero-dice" class="dropdown-item">PolyHero Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-q-workshop" class="dropdown-item">Q-Workshop</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-random-encounter" class="dropdown-item">Random EnCounter</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-sirius-dice" class="dropdown-item">Sirius Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-smelly-bones-dice" class="dropdown-item">Smelly Bones Scented Dice</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-steve-jackson-games" class="dropdown-item">Steve Jackson Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-the-op" class="dropdown-item">The OP</a>
                      </li>
                      
                      <li>
                        <a href="/collections/rpg-ultra-pro" class="dropdown-item">Ultra PRO</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
  
  
              
            </ul>
          
        </li>
        
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Hobby Supplies</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              
<li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Type</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/hobby-paints-glue" class="dropdown-item">Paints & Glue</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-brushes-tools" class="dropdown-item">Brushes & Tools</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-basing" class="dropdown-item">Basing Materials</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-storage" class="dropdown-item">Storage</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Brand</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/hobby-supplies-ak-interactive" class="dropdown-item">AK Interactive</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-ammo-by-mig" class="dropdown-item">Ammo Mig</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-enhance" class="dropdown-item">AP ENHANCE</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-battle-foam" class="dropdown-item">Battle Foam</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-citadel" class="dropdown-item">Citadel</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-corvus-belli-infinity" class="dropdown-item">Corvus Belli</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-gamers-grass" class="dropdown-item">Gamers Grass</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies" class="dropdown-item">Green Stuff World</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-monument-hobbies" class="dropdown-item">Monument Hobbies</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-milliput" class="dropdown-item">Milliput</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-red-grass-games" class="dropdown-item">Redgrass Games</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-replay-workshop" class="dropdown-item">Replay Workshop</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-the-army-painter" class="dropdown-item">The Army Painter</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-ttcombat" class="dropdown-item">TTCombat</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-vallejo" class="dropdown-item">Vallejo</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-wizkids" class="dropdown-item">WizKids</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Model Kits</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/hobby-supplies-gundam-model-kits" class="dropdown-item">Gundam Model Kits</a>
                      </li>
                      
                      <li>
                        <a href="/collections/hobby-supplies-30-minutes-missions" class="dropdown-item">30 Minutes Missions</a>
                      </li>
                      
                      <li>
                        <a href="/collections/bandai-spirits-pokemon" class="dropdown-item">Bandai Spirits Pokemon</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
  
  
              
            </ul>
          
        </li>
        
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Collectible Card Games</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              
<li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Singles</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="https://blackknightgames.ca/pages/magic-the-gathering-search?q=&game=mtg&availabilty=true&condition=&printing=&setNames=&colors=&rarities=&types=&pricemin=&pricemax=&page=1&order=price-descending" class="dropdown-item">Browse MTG Singles</a>
                      </li>
                      
                      <li>
                        <a href="/collections/lorcana-singles" class="dropdown-item">Browse Lorcana Singles</a>
                      </li>
                      
                      <li>
                        <a href="/pages/sell-your-mtg" class="dropdown-item">Sell Us Your Cards!</a>
                      </li>
                      
                      <li>
                        <a href="https://blackknightgames.ca/pages/faq#:~:text=Will%20you%20buy" class="dropdown-item">"Will You Buy...?"</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Games</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/pages/mtg" class="dropdown-item">Magic: The Gathering Hub</a>
                      </li>
                      
                      <li>
                        <a href="/collections/pokemon-sealed" class="dropdown-item">Pokemon</a>
                      </li>
                      
                      <li>
                        <a href="/collections/lorcana" class="dropdown-item">Lorcana</a>
                      </li>
                      
                      <li>
                        <a href="/collections/one-piece-ccg" class="dropdown-item">One Piece CG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/digimon" class="dropdown-item">Digimon</a>
                      </li>
                      
                      <li>
                        <a href="/collections/union-arena-sealed" class="dropdown-item">Union Arena</a>
                      </li>
                      
                      <li>
                        <a href="/collections/gundam-card-game" class="dropdown-item">Gundam CG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/dbs-fusion-world" class="dropdown-item">Dragon Ball Super</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-universus" class="dropdown-item">UniVersus</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-riftbound" class="dropdown-item">Riftbound</a>
                      </li>
                      
                      <li>
                        <a href="/collections/star-wars-unlimited" class="dropdown-item">Star Wars Unlimited</a>
                      </li>
                      
                      <li>
                        <a href="/collections/keyforge" class="dropdown-item">Keyforge</a>
                      </li>
                      
                      <li>
                        <a href="/collections/yu-gi-oh" class="dropdown-item">Yu-Gi-Oh!</a>
                      </li>
                      
                      <li>
                        <a href="/collections/flesh-blood" class="dropdown-item">Flesh & Blood</a>
                      </li>
                      
                      <li>
                        <a href="/collections/altered-tcg-sealed" class="dropdown-item">Altered TCG</a>
                      </li>
                      
                      <li>
                        <a href="/collections/marvel-champions" class="dropdown-item">Marvel Champions</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Accessories</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/pages/ccg-accessories" class="dropdown-item">CCG Accessories Hub</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories-card-sleeves" class="dropdown-item">All Card Sleeves</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories-card-sleeves/Inner-Sleeves" class="dropdown-item">Inner Sleeves</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories-card-sleeves/Japanese-Size" class="dropdown-item">Japanese Size Sleeves</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories-card-sleeves/Board-Game-Sleeves" class="dropdown-item">Board Game Sleeves</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories-card-sleeves/Toploader" class="dropdown-item">Toploaders</a>
                      </li>
                      
                      <li>
                        <a href="/collections/deck-protectors-all/Deck-Box" class="dropdown-item">Deck & Storage Boxes</a>
                      </li>
                      
                      <li>
                        <a href="/collections/binders-folios-all" class="dropdown-item">Binders & Folios</a>
                      </li>
                      
                      <li>
                        <a href="/collections/playmats-all" class="dropdown-item">Playmats & Tubes</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories/Life-Counters" class="dropdown-item">Life Counters & Trackers</a>
                      </li>
                      
                      <li>
                        <a href="/collections/dragon-shields-all" class="dropdown-item">Dragon Shields</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ultra-pro-all" class="dropdown-item">Ultra PRO</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ultimate-guard-all" class="dropdown-item">Ultimate Guard</a>
                      </li>
                      
                      <li>
                        <a href="/collections/gamegenic-all" class="dropdown-item">Gamegenic</a>
                      </li>
                      
                      <li>
                        <a href="/collections/squaroes" class="dropdown-item">Squaroes</a>
                      </li>
                      
                      <li>
                        <a href="/collections/mtg-accessories-all" class="dropdown-item">MTG Accessories</a>
                      </li>
                      
                      <li>
                        <a href="/collections/pokemon-accessories-all" class="dropdown-item">Pokemon Accessories</a>
                      </li>
                      
                      <li>
                        <a href="/collections/ccg-accessories-lorcana" class="dropdown-item">Lorcana Accessories</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
  
  
              
            </ul>
          
        </li>
        
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Other Products</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              

              
              
              
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Toys & Plush</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/collections/plushies-toys" class="dropdown-item">All Toys & Plush</a>
                      </li>
                      
                      <li>
                        <a href="/collections/lego" class="dropdown-item">LEGO® Products</a>
                      </li>
                      
                      <li>
                        <a href="/collections/squishables" class="dropdown-item">Squishables</a>
                      </li>
                      
                      <li>
                        <a href="/collections/plush-kidrobot" class="dropdown-item">Kidrobot</a>
                      </li>
                      
                      <li>
                        <a href="/collections/plushies-toys/Pokemon-Plush" class="dropdown-item">Pokemon Plush</a>
                      </li>
                      
                      <li>
                        <a href="/collections/plushies-toys/Super-Mario-Plush" class="dropdown-item">Super Mario Plush</a>
                      </li>
                      
                      <li>
                        <a href="/collections/toys-figurines-of-adorable-power" class="dropdown-item">Figurines of Adorable Power</a>
                      </li>
                      
                      <li>
                        <a href="/collections/toys-figurines-from-the-vault" class="dropdown-item">Figurines From the Vault</a>
                      </li>
                      
                      <li>
                        <a href="/collections/plushies-toys/Nanoblock" class="dropdown-item">Nanoblock</a>
                      </li>
                      
                      <li>
                        <a href="/collections/toys-blokees" class="dropdown-item">Blokees</a>
                      </li>
                      
                      <li>
                        <a href="/collections/toys-pawlymorph-pets" class="dropdown-item">Pawlymorph Pets</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
                <li class="category category-only">
                  <ul class="top-menu">
                        <li class="category">
                          <a href="/collections/featured-new-releases" class="dropdown-item">New Releases</a>
                        </li>
                      
                    
                        <li class="category">
                          <a href="/collections/early-requests-for-upcoming-products" class="dropdown-item">Upcoming Release Newsletters</a>
                        </li>
                      
                    
                        <li class="category">
                          <a href="/collections/featured-preorders" class="dropdown-item">Currently in Preorder</a>
                        </li>
                      
                    
                        <li class="category">
                          <a href="https://blackknightgames.ca/products/gift-card" class="dropdown-item">Gift Cards</a>
                        </li>
                      
                    
                    
                  </ul>
                  
                </li>
              
  
  
              
            </ul>
          
        </li>
        
      
        
        

        
        
        
        
        
        

        
        <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
          <div class="mobile-menu-category__wrapper">
            <div class="mobile-menu-category__title">
              <a href="#" onclick="(e) => e.preventDefault()">
                <div class="title">Events &amp; Info</div>
                
                
                
              </a>
            </div>
            
              <div class="mobile-menu-category__dropdown">
                <i class="material-icons open"></i>
                <i class="material-icons close"></i>
              </div>
            

          </div>
          
            <ul class="mobile-menu-category__submenu">
              
<li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Events</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="/pages/events" class="dropdown-item">Upcoming Events</a>
                      </li>
                      
                      <li>
                        <a href="https://blackknightgames.ca/products/rpg-booking?_pos=1&_psq=rpg+booking&_ss=e&_v=1.0" class="dropdown-item">RPG Room Booking</a>
                      </li>
                      
                      <li>
                        <a href="https://blackknightgames.ca/pages/standard-bearer-program" class="dropdown-item">Standard Bearer Program</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Info</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="https://blackknightgames.ca/pages/faq" class="dropdown-item">FAQ</a>
                      </li>
                      
                      <li>
                        <a href="/collections/early-requests-for-upcoming-products" class="dropdown-item">Newsletters</a>
                      </li>
                      
                      <li>
                        <a href="/pages/heros-rewards-1" class="dropdown-item">Hero's Rewards</a>
                      </li>
                      
                      <li>
                        <a href="/pages/policy-for-3d-printed-models" class="dropdown-item">3D Printing Policy</a>
                      </li>
                      
                      <li>
                        <a href="/pages/contact-us" class="dropdown-item">Contact Us</a>
                      </li>
                      
                      <li>
                        <a href="https://blackknightgames.ca/pages/jobs-at-bkg" class="dropdown-item">Jobs at BKG</a>
                      </li>
                      
                    </ul>
                  </li>
                
              <li class="mobile-menu-category mobile-menu-category__dropdown--closed">
                    <div class="mobile-menu-category__wrapper">
                      <div class="mobile-menu-category__title">
                        <a href="#" class="dropdown-item dropdown-submenu">
                          <h3 class="inner-title">Socials</h3>
                        </a>
                      </div>
                      <div class="mobile-menu-category__dropdown">
                        <i class="material-icons open"></i>
                        <i class="material-icons close"></i>
                      </div>
                    </div>
                    <ul class="mobile-menu-category__submenu">
                      
                      <li>
                        <a href="https://discord.gg/6ddAdGZCan" class="dropdown-item">Discord</a>
                      </li>
                      
                      <li>
                        <a href="https://www.facebook.com/blackknightgames.ca" class="dropdown-item">Facebook</a>
                      </li>
                      
                      <li>
                        <a href="https://www.instagram.com/blackknightgames/" class="dropdown-item">Instagram</a>
                      </li>
                      
                    </ul>
                  </li>
                
              
  
              
              
  
  
              
            </ul>
          
        </li>
        
      
    </ul>
  </div>
</div>
<div class="mobile-menu-overlay hidden-lg-up"></div>


            <div class="header-user-selection col-md-2 hidden-lg-down">
              <div id="_desktop_cart" class="hidden-lg-down">
                <div class="cart-display">
                  <div class="cart-title clearfix collapsed" data-target=".cart-container" data-toggle="collapse" aria-label="Cart" aria-role="button" tabindex="0">
                    <div class="site-header__cart expand-more">
                      <span class="cart-logo hidden-lg-down">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="shopping-cart" alt="shopping-cart">
  <symbol id="shopping-cart" viewBox="0 0 700 700">
    <title>shopping-cart</title>
    <path d="m150.355469 322.332031c-30.046875 0-54.402344 24.355469-54.402344 54.402344 0 30.042969 24.355469 54.398437 54.402344 54.398437 30.042969 0 54.398437-24.355468 54.398437-54.398437-.03125-30.03125-24.367187-54.371094-54.398437-54.402344zm0 88.800781c-19 0-34.402344-15.402343-34.402344-34.398437 0-19 15.402344-34.402344 34.402344-34.402344 18.996093 0 34.398437 15.402344 34.398437 34.402344 0 18.996094-15.402344 34.398437-34.398437 34.398437zm0 0"></path>
    <path
      d="m446.855469 94.035156h-353.101563l-7.199218-40.300781c-4.4375-24.808594-23.882813-44.214844-48.699219-48.601563l-26.101563-4.597656c-5.441406-.96875-10.632812 2.660156-11.601562 8.097656-.964844 5.441407 2.660156 10.632813 8.101562 11.601563l26.199219 4.597656c16.53125 2.929688 29.472656 15.871094 32.402344 32.402344l35.398437 199.699219c4.179688 23.894531 24.941406 41.324218 49.199219 41.300781h210c22.0625.066406 41.546875-14.375 47.902344-35.5l47-155.800781c.871093-3.039063.320312-6.3125-1.5-8.898438-1.902344-2.503906-4.859375-3.980468-8-4zm-56.601563 162.796875c-3.773437 12.6875-15.464844 21.367188-28.699218 21.300781h-210c-14.566407.039063-27.035157-10.441406-29.5-24.800781l-24.699219-139.398437h336.097656zm0 0">
    </path>
    <path d="m360.355469 322.332031c-30.046875 0-54.402344 24.355469-54.402344 54.402344 0 30.042969 24.355469 54.398437 54.402344 54.398437 30.042969 0 54.398437-24.355468 54.398437-54.398437-.03125-30.03125-24.367187-54.371094-54.398437-54.402344zm0 88.800781c-19 0-34.402344-15.402343-34.402344-34.398437 0-19 15.402344-34.402344 34.402344-34.402344 18.996093 0 34.398437 15.402344 34.398437 34.402344 0 18.996094-15.402344 34.398437-34.398437 34.398437zm0 0"></path>
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 40 40" aria-label="shopping-cart" alt="shopping-cart">
  <use xlink:href="#shopping-cart" x="12%" y="16%"></use>
</svg>
</span>
                      <span class="cart-logo hidden-lg-up">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="cart" alt="cart">
  <symbol id="cart" viewBox="0 0 510 510">
    <title>cart</title>
    <path d="M306.4,313.2l-24-223.6c-0.4-3.6-3.6-6.4-7.2-6.4h-44.4V69.6c0-38.4-31.2-69.6-69.6-69.6c-38.4,0-69.6,31.2-69.6,69.6
				v13.6H46c-3.6,0-6.8,2.8-7.2,6.4l-24,223.6c-0.4,2,0.4,4,1.6,5.6c1.2,1.6,3.2,2.4,5.2,2.4h278c2,0,4-0.8,5.2-2.4
				C306,317.2,306.8,315.2,306.4,313.2z M223.6,123.6c3.6,0,6.4,2.8,6.4,6.4c0,3.6-2.8,6.4-6.4,6.4c-3.6,0-6.4-2.8-6.4-6.4
				C217.2,126.4,220,123.6,223.6,123.6z M106,69.6c0-30.4,24.8-55.2,55.2-55.2c30.4,0,55.2,24.8,55.2,55.2v13.6H106V69.6z
				 M98.8,123.6c3.6,0,6.4,2.8,6.4,6.4c0,3.6-2.8,6.4-6.4,6.4c-3.6,0-6.4-2.8-6.4-6.4C92.4,126.4,95.2,123.6,98.8,123.6z M30,306.4
				L52.4,97.2h39.2v13.2c-8,2.8-13.6,10.4-13.6,19.2c0,11.2,9.2,20.4,20.4,20.4c11.2,0,20.4-9.2,20.4-20.4c0-8.8-5.6-16.4-13.6-19.2
				V97.2h110.4v13.2c-8,2.8-13.6,10.4-13.6,19.2c0,11.2,9.2,20.4,20.4,20.4c11.2,0,20.4-9.2,20.4-20.4c0-8.8-5.6-16.4-13.6-19.2V97.2
				H270l22.4,209.2H30z"></path>

  </symbol>
</svg>
<svg class="icon" viewBox="0 0 40 40" aria-label="cart" alt="cart">
  <use xlink:href="#cart" x="13%" y="15%"></use>
</svg>

</span>
                      <span class="cart-qty"></span>
                      </span>
                    </div>
                  </div>
                  <div class="cart-container cart-dropdown-inner cart-dropdown collapse">
                    <div class="cart-container-inner" data-section-id="header-top" data-section-type="cart-template">
  <div class="product-list"></div>
  <div class="cart__footer">
    <div class="grid">
      
      <div class="grid__item ">
        <div>
          <span class="cart__subtotal-title">Subtotal</span>
          <span class="cart__subtotal"></span>
        </div>
        <div class="cart__shipping">Shipping &amp; taxes calculated at checkout</div>
        
        <div class="cart-links">
          <a class="btn checkout-btn" href="/checkout">Checkout</a>
          <a class="view-cart btn" href="/cart">Your Cart</a>
        </div>
      </div>
    </div>
  </div>
  <div class="cart__empty hide">
    <span class="cart--empty-message">Your cart is currently empty.</span>
    <div class="cookie-message">
      <p>Enable cookies to use the shopping cart</p>
    </div>
  </div>
</div>
                  </div>
                </div>
              </div>
              
              <div id="_desktop_user_info" class="user_info full-width hidden-lg-down ">
                <a href="/account" class="userinfo-title" aria-label="Account page">
                  <span class="userinfo-toggle hidden-lg-down">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="user" alt="user">
  <symbol id="user-desktop" viewBox="0 0 480 480">
    <title>user-desktop</title>
    <path d="M187.497,152.427H73.974c-38.111,0-69.117,31.006-69.117,69.117v39.928h251.758v-39.928
                 C256.614,183.433,225.608,152.427,187.497,152.427z M241.614,246.473H19.856v-24.928c0-29.84,24.277-54.117,54.117-54.117h113.523
                 c29.84,0,54.117,24.277,54.117,54.117L241.614,246.473L241.614,246.473z"></path>
    <path d="M130.735,145.326c40.066,0,72.663-32.597,72.663-72.663S170.802,0,130.735,0S58.072,32.596,58.072,72.663
                 S90.669,145.326,130.735,145.326z M130.735,15c31.796,0,57.663,25.867,57.663,57.663s-25.867,57.663-57.663,57.663
                 s-57.663-25.868-57.663-57.663S98.939,15,130.735,15z"></path>
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 40 40" aria-label="user" alt="user">
  <use xlink:href="#user-desktop" x="19%" y="19%"></use>
</svg>
</span>
                  <span class="userinfo-toggle hidden-lg-up">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="user" alt="user">
  <symbol id="user-mobile" viewBox="0 0 480 480">
    <title>user-mobile</title>
    <path d="M187.497,152.427H73.974c-38.111,0-69.117,31.006-69.117,69.117v39.928h251.758v-39.928
                 C256.614,183.433,225.608,152.427,187.497,152.427z M241.614,246.473H19.856v-24.928c0-29.84,24.277-54.117,54.117-54.117h113.523
                 c29.84,0,54.117,24.277,54.117,54.117L241.614,246.473L241.614,246.473z"></path>
    <path d="M130.735,145.326c40.066,0,72.663-32.597,72.663-72.663S170.802,0,130.735,0S58.072,32.596,58.072,72.663
                 S90.669,145.326,130.735,145.326z M130.735,15c31.796,0,57.663,25.867,57.663,57.663s-25.867,57.663-57.663,57.663
                 s-57.663-25.868-57.663-57.663S98.939,15,130.735,15z"></path>
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 40 40" aria-label="user" alt="user">
  <use xlink:href="#user-mobile" x="19%" y="22%"></use>
</svg>
</span>
                </a>
              </div>
              
              <div id="_desktop_search" class="site-header__search">
                <div class="search-title clearfix">
  <div class="search-info" id="search-container-full">
    <form action="/search" class="search-header search search--focus" method="get" role="search">
      <input name="type" type="hidden" value="product">
      <input name="options[prefix]" type="hidden" value="last">
      <input class="search-header__input search__input" type="search" name="q" placeholder="Search Our Catalog" aria-label="Search Our Catalog">
      <button aria-label="Search" title="Search" class="search-header__submit search__submit btn--link" type="submit">
        <span class="search-logo">
          <i class="material-icons">search</i>
        </span>
        <span class="icon__fallback-text">Search</span>
      </button>
    </form>
  </div>
</div>
              </div>
            </div>

          </div>
        </div>
      </div>
    </div>
    <div class="mobile-width site-header-mobile hidden-lg-up">
      <div class="page-width">
        <div class="row">
          <div class="mobile-width-left">
            <div id="menu-icon" class="menu-icon hidden-lg-up">
              
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="menu" alt="menu">
  <symbol id="setup" viewBox="0 0 750 750">
    <title>setup</title>
    <g>
      <rect y="46.06" width="344.339" height="29.52" />
    </g>
    <g>
      <rect y="156.506" width="344.339" height="29.52" />
    </g>
    <g>
      <rect y="268.748" width="344.339" height="29.531" />
    </g>
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 40 40" aria-label="menu" alt="menu">
  <use xlink:href="#setup" x="25%" y="27%"></use>
</svg>

            </div>
          </div>
          <div class="mobile-width-right">
            <div id="_mobile_cart"></div>
            <div id="_mobile_user_info"></div>
            <div id="_mobile_search"></div>
            <div id="_mobile_link_menu"></div>
          </div>
        </div>
      </div>
    </div>
  </header>
</div>

</div>
    </div>
    
    


    
    <div class="page-container" id="PageContainer">
      <main id="MainContent" class="content-for-layout focus-none" role="main" tabindex="-1">

        
            
            <div class="normal_main_content ">
              
              <!--LayoutHub-Workspace-Start--><div id="shopify-section-template--14498894545029__16203676959473308d" class="shopify-section hero-slider-section"><div class="slider">
  <div class="slideshow-block">
    
    <div class="slideshow-carousel-template--14498894545029__16203676959473308d owl-carousel owl-theme logo-bar" id="slideshow-carousel" aria-label="slideshow carousel">
      
      <div class="slideshow__item"  aria-label="slideshow item">
        <a href="/collections/preorders-gw" class="slideshow__link" aria-label="Slideshow link">
          
          <img src="//blackknightgames.ca/cdn/shop/files/40k_armageddon_banner_2048x.jpg?v=1780760471" class="logo-bar__image" />
          
          
          <div class="page-width">
            <div class="slider-content col-md-8 col-sm-8 col-xs-8 slider-content-center" style="text-align:center">
              
              <div class="sub-title" aria-label="slide subtitle" style="color:#ffffff">
                FOR RELEASE ON JUNE 20TH:
              </div>
              
              
              <div class="main-title" aria-label="slide title" style="color:#ffffff">
                40K: ARMAGEDDON
              </div>
              
              
              <div class="desc" aria-label="slide description" style="color:#ffffff">WARHAMMER 40,000 11TH EDITION
              </div>
              
              
              <div class="slider-btn btn" tabindex="0" aria-label="slide link" title="PREORDER NOW" role="link">PREORDER NOW</div>
              
            </div>
          </div>
          
        </a>
      </div>
      
      <div class="slideshow__item"  aria-label="slideshow item">
        <a href="/collections/new-arrivals-mtg" class="slideshow__link" aria-label="Slideshow link">
          
          <img src="//blackknightgames.ca/cdn/shop/files/banner_secrets_of_strixhaven_2048x.jpg?v=1774741603" class="logo-bar__image" />
          
          
          <div class="page-width">
            <div class="slider-content col-md-8 col-sm-8 col-xs-8 slider-content-center" style="text-align:center">
              
              <div class="sub-title" aria-label="slide subtitle" style="color:#ffffff">
                MAGIC: THE GATHERING
              </div>
              
              
              <div class="main-title" aria-label="slide title" style="color:#ffffff">
                SECRETS OF STRIXHAVEN
              </div>
              
              
              
              <div class="slider-btn btn" tabindex="0" aria-label="slide link" title="ORDER NOW" role="link">ORDER NOW</div>
              
            </div>
          </div>
          
        </a>
      </div>
      
      <div class="slideshow__item"  aria-label="slideshow item">
        <a href="https://blackknightgames.ca/search?type=product&options%5Bprefix%5D=last&q=larp+gear" class="slideshow__link" aria-label="Slideshow link">
          
          <img src="//blackknightgames.ca/cdn/shop/files/LARP_Banner_2048x.jpg?v=1745358482" class="logo-bar__image" />
          
          
          <div class="page-width">
            <div class="slider-content col-md-8 col-sm-8 col-xs-8 slider-content-center" style="text-align:center">
              
              
              <div class="main-title" aria-label="slide title" style="color:#ffffff">
                LARP Gear
              </div>
              
              
              <div class="desc" aria-label="slide description" style="color:#ffffff">By Epic Armoury
              </div>
              
              
              <div class="slider-btn btn" tabindex="0" aria-label="slide link" title="SHOP NOW" role="link">SHOP NOW</div>
              
            </div>
          </div>
          
        </a>
      </div>
      
      <div class="slideshow__item"  aria-label="slideshow item">
        <a href="https://blackknightgames.ca/pages/policy-for-3d-printed-models" class="slideshow__link" aria-label="Slideshow link">
          
          <img src="//blackknightgames.ca/cdn/shop/files/Basic_Header_-_Greyscale_b4508c6a-9d0f-4e91-ba82-efcba9680908_2048x.jpg?v=1742857960" class="logo-bar__image" />
          
          
          <div class="page-width">
            <div class="slider-content col-md-8 col-sm-8 col-xs-8 slider-content-center" style="text-align:center">
              
              <div class="sub-title" aria-label="slide subtitle" style="color:#ffffff">
                EFFECTIVE APRIL 1ST, 2025
              </div>
              
              
              <div class="main-title" aria-label="slide title" style="color:#ffffff">
                3D PRINTED MODEL POLICY
              </div>
              
              
              <div class="desc" aria-label="slide description" style="color:#ffffff">READ OUR FAQ HERE
              </div>
              
              
              <div class="slider-btn btn" tabindex="0" aria-label="slide link" title="LEARN MORE" role="link">LEARN MORE</div>
              
            </div>
          </div>
          
        </a>
      </div>
      
    </div>    
    <button id="toggle-autoplay" aria-label="Autoplay Toggle" class="toggle-autoplay-btn">Autoplay</button>
    
    
  </div>
</div>

<style type="text/css">
  .toggle-autoplay-btn {
    position: absolute;
    z-index: 10;
    background: white;
    border: 1px solid #000;
    padding: 10px 20px;
    right: 20px;
    top: 20px;
    opacity: 0.3;
    transition: opacity 0.3s ease-in-out;
  }

  .toggle-autoplay-btn:hover {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
  }

  .slider-content.slider-content-right {
    float: right;
  }

  .slider-content.slider-content-left {
    float: left;
  }

  .slider-content.slider-content-center {
    margin: 0 auto;
    float: unset;
  }
</style>

<script>
  var slideSpeed = 0.5 * 1000;
  var slideDuration = 5 * 1000;    
  var autoplay = false;

  function initializeSlideshow () {
    $('.slideshow-carousel-template--14498894545029__16203676959473308d').owlCarousel({
      nav: true,
      loop: true,
      autoplay: false,
      autoplayTimeout: slideDuration,
      autoplaySpeed: slideSpeed,
      navText: [
        '<i class=\'material-icons\'></i>',
        '<i class=\'material-icons\'></i>'
      ],
      items: 1,
      itemsDesktop: false,
      itemsDesktopSmall: false,
      itemsTablet: false,
      itemsMobile: false,
      onInitialized: function() {
        updateTabIndexes();
      },
      onTranslated: function() {
        updateTabIndexes();
      }
    });

    $(document).on('keydown', function(event) {
      if (event.key === 'ArrowLeft') {
        $('.slideshow-carousel-template--14498894545029__16203676959473308d').trigger('prev.owl.carousel');
      } else if (event.key === 'ArrowRight') {
        $('.slideshow-carousel-template--14498894545029__16203676959473308d').trigger('next.owl.carousel');
      }
    });
    
    if (autoplay) {
      $('#toggle-autoplay').text('Stop Autoplay');
    } else {
      $('#toggle-autoplay').text('Start Autoplay');
    }
    $('#toggle-autoplay').click(function() {
      if (autoplay) {
        $('.slideshow-carousel-template--14498894545029__16203676959473308d').trigger('stop.owl.autoplay');
        autoplay = false;
        $(this).text('Start Autoplay');
      } else {
        $('.slideshow-carousel-template--14498894545029__16203676959473308d').trigger('play.owl.autoplay', [slideDuration]);
        autoplay = true;
        $(this).text('Stop Autoplay');
      }
    });
  }

  jQuery(document).ready(initializeSlideshow);  
  document.addEventListener("shopify:section:load", initializeSlideshow);

</script>

</div><div id="shopify-section-template--14498894545029__1620367959fcc47086" class="shopify-section index-section product-block"><div class="product-block page-width">
  
  <div class="section-header text-center main-title">
    
    <h2 class="home-title">NEW & SHINY</h2>
    
  </div>
  
  
  
  
  <div id="product-block-carousel" class="logo-bar">
    <div class="logo-bar__item" >
      <ul id="products-tab" class="nav nav-tabs products-tab clearfix">
        
        
        
        <li class="nav-item active">
          <a href="#linkproductblock1-template--14498894545029__1620367959fcc47086" class="nav-link " data-toggle="tab">
            New Releases
          </a>

        </li>
        
        
        
        
        <li class="nav-item ">
          <a href="#linkproductblock2-template--14498894545029__1620367959fcc47086" class="nav-link " data-toggle="tab">
            Preorders
          </a>

        </li>
        
        
        
        
        <li class="nav-item ">
          <a href="#linkproductblock3-template--14498894545029__1620367959fcc47086" class="nav-link " data-toggle="tab">
            Early Requests
          </a>

        </li>
        
        
        
      </ul>
    </div>

    <div class="tab-content">
      
      
      
      <div class="row tab_content tab-pane active" id="linkproductblock1-template--14498894545029__1620367959fcc47086">
        
        <div class="owl-carousel owl-theme grid grid--uniform grid--view-items products-display productblock1-template--14498894545029__1620367959fcc47086">
          
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7277040992389">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/legiones-astartes-spartan-prometheus-assault-tank">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/laspartanprometheusassaulttank_370x480.jpg?v=1779548744" alt="Legiones Astartes: Spartan Prometheus Assault Tank">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/laspartanprometheusassaulttank_771x1000.jpg?v=1779548744</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41639852540037" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41639852540037">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7277040992389"></span>
      <a href="/collections/featured-new-releases/products/legiones-astartes-spartan-prometheus-assault-tank">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Legiones Astartes: Spartan Prometheus Assault Tank</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41639852540037":{
"price":"14599",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$145.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-legiones-astartes-spartan-prometheus-assault-tank loading">
      <a class="add-in-wishlist-js btn" data-href="legiones-astartes-spartan-prometheus-assault-tank">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-legiones-astartes-spartan-prometheus-assault-tank loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="legiones-astartes-spartan-prometheus-assault-tank">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-legiones-astartes-spartan-prometheus-assault-tank loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41639852540037" data-available="1" data-price="$145.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41639852540037" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41639852540037" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7277040992389,"title":"Legiones Astartes: Spartan Prometheus Assault Tank","handle":"legiones-astartes-spartan-prometheus-assault-tank","description":"","published_at":"2026-05-23T13:00:04-04:00","created_at":"2026-05-21T13:05:28-04:00","vendor":"Games Workshop","type":"Warhammer 30k","tags":["Featured","GW","Legiones Astartes","Miniatures Game","New","STOCK","The Horus Heresy"],"price":14599,"price_min":14599,"price_max":14599,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41639852540037,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-155","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Legiones Astartes: Spartan Prometheus Assault Tank","public_title":null,"options":["Default Title"],"price":14599,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921259342","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/laspartanprometheusassaulttank.jpg?v=1779548744"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/laspartanprometheusassaulttank.jpg?v=1779548744","options":["Title"],"media":[{"alt":null,"id":26586055278725,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/laspartanprometheusassaulttank.jpg?v=1779548744"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/laspartanprometheusassaulttank.jpg?v=1779548744","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41639852540037,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-155","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Legiones Astartes: Spartan Prometheus Assault Tank","public_title":null,"options":["Default Title"],"price":14599,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921259342","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41639852540037" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41639852540037" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7277040926853">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/legiones-astartes-falchion-super-heavy-tank-destroyer">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/lafalchionsuperheavytankdestroyer_370x480.jpg?v=1779548737" alt="Legiones Astartes: Falchion Super-Heavy Tank Destroyer">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/lafalchionsuperheavytankdestroyer_771x1000.jpg?v=1779548737</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41639852474501" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41639852474501">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7277040926853"></span>
      <a href="/collections/featured-new-releases/products/legiones-astartes-falchion-super-heavy-tank-destroyer">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Legiones Astartes: Falchion Super-Heavy Tank Destroyer</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41639852474501":{
"price":"24999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$249.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-legiones-astartes-falchion-super-heavy-tank-destroyer loading">
      <a class="add-in-wishlist-js btn" data-href="legiones-astartes-falchion-super-heavy-tank-destroyer">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-legiones-astartes-falchion-super-heavy-tank-destroyer loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="legiones-astartes-falchion-super-heavy-tank-destroyer">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-legiones-astartes-falchion-super-heavy-tank-destroyer loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41639852474501" data-available="1" data-price="$249.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41639852474501" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41639852474501" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7277040926853,"title":"Legiones Astartes: Falchion Super-Heavy Tank Destroyer","handle":"legiones-astartes-falchion-super-heavy-tank-destroyer","description":"","published_at":"2026-05-23T13:00:05-04:00","created_at":"2026-05-21T13:05:26-04:00","vendor":"Games Workshop","type":"Warhammer 30k","tags":["Featured","GW","Legiones Astartes","Miniatures Game","New","STOCK","The Horus Heresy"],"price":24999,"price_min":24999,"price_max":24999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41639852474501,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-160","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Legiones Astartes: Falchion Super-Heavy Tank Destroyer","public_title":null,"options":["Default Title"],"price":24999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921253517","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/lafalchionsuperheavytankdestroyer.jpg?v=1779548737"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/lafalchionsuperheavytankdestroyer.jpg?v=1779548737","options":["Title"],"media":[{"alt":null,"id":26586055245957,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/lafalchionsuperheavytankdestroyer.jpg?v=1779548737"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/lafalchionsuperheavytankdestroyer.jpg?v=1779548737","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41639852474501,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-160","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Legiones Astartes: Falchion Super-Heavy Tank Destroyer","public_title":null,"options":["Default Title"],"price":24999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921253517","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41639852474501" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41639852474501" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273513091205">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/age-of-sigmar-dice-cities-of-sigmar">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSdice_370x480.jpg?v=1778888770" alt="Age of Sigmar Dice: Cities of Sigmar">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSdice_771x1000.jpg?v=1778888770</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738795141" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738795141">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273513091205"></span>
      <a href="/collections/featured-new-releases/products/age-of-sigmar-dice-cities-of-sigmar">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Age of Sigmar Dice: Cities of Sigmar</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738795141":{
"price":"3899",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$38.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-age-of-sigmar-dice-cities-of-sigmar loading">
      <a class="add-in-wishlist-js btn" data-href="age-of-sigmar-dice-cities-of-sigmar">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-age-of-sigmar-dice-cities-of-sigmar loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="age-of-sigmar-dice-cities-of-sigmar">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-age-of-sigmar-dice-cities-of-sigmar loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738795141" data-available="1" data-price="$38.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738795141" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738795141" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273513091205,"title":"Age of Sigmar Dice: Cities of Sigmar","handle":"age-of-sigmar-dice-cities-of-sigmar","description":"","published_at":"2026-05-16T13:00:05-04:00","created_at":"2026-05-12T17:46:55-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","AoS Dice","Cities of Sigmar","D6 Set","Dice","Featured","GW","Miniatures Game","New"],"price":3899,"price_min":3899,"price_max":3899,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738795141,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-03","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Age of Sigmar Dice: Cities of Sigmar","public_title":null,"options":["Default Title"],"price":3899,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921257980","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdice.jpg?v=1778888770"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdice.jpg?v=1778888770","options":["Title"],"media":[{"alt":null,"id":26564463034501,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdice.jpg?v=1778888770"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdice.jpg?v=1778888770","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","All Dice Sets","AoS Grand Alliance: Order","Dice","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Dice","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738795141,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-03","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Age of Sigmar Dice: Cities of Sigmar","public_title":null,"options":["Default Title"],"price":3899,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921257980","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738795141" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738795141" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273513058437">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/warscroll-cards-cities-of-sigmar">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSwarscrollcards_370x480.jpg?v=1778888764" alt="Warscroll Cards: Cities of Sigmar">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSwarscrollcards_771x1000.jpg?v=1778888764</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738762373" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738762373">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273513058437"></span>
      <a href="/collections/featured-new-releases/products/warscroll-cards-cities-of-sigmar">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Warscroll Cards: Cities of Sigmar</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738762373":{
"price":"4149",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$41.49</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-warscroll-cards-cities-of-sigmar loading">
      <a class="add-in-wishlist-js btn" data-href="warscroll-cards-cities-of-sigmar">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-warscroll-cards-cities-of-sigmar loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="warscroll-cards-cities-of-sigmar">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-warscroll-cards-cities-of-sigmar loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738762373" data-available="1" data-price="$41.49" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738762373" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738762373" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273513058437,"title":"Warscroll Cards: Cities of Sigmar","handle":"warscroll-cards-cities-of-sigmar","description":"","published_at":"2026-05-16T13:00:06-04:00","created_at":"2026-05-12T17:46:54-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","Warscroll Cards"],"price":4149,"price_min":4149,"price_max":4149,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738762373,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-48","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Warscroll Cards: Cities of Sigmar","public_title":null,"options":["Default Title"],"price":4149,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921216413","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSwarscrollcards.jpg?v=1778888764"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSwarscrollcards.jpg?v=1778888764","options":["Title"],"media":[{"alt":null,"id":26564463001733,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSwarscrollcards.jpg?v=1778888764"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSwarscrollcards.jpg?v=1778888764","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738762373,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-48","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Warscroll Cards: Cities of Sigmar","public_title":null,"options":["Default Title"],"price":4149,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921216413","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738762373" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738762373" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273513025669">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/battletome-cities-of-sigmar-hc">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSbattletome_370x480.jpg?v=1778888757" alt="Battletome: Cities of Sigmar (HC)">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSbattletome_771x1000.jpg?v=1778888757</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738729605" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738729605">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273513025669"></span>
      <a href="/collections/featured-new-releases/products/battletome-cities-of-sigmar-hc">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Battletome: Cities of Sigmar (HC)</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738729605":{
"price":"7399",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$73.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-battletome-cities-of-sigmar-hc loading">
      <a class="add-in-wishlist-js btn" data-href="battletome-cities-of-sigmar-hc">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-battletome-cities-of-sigmar-hc loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="battletome-cities-of-sigmar-hc">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-battletome-cities-of-sigmar-hc loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738729605" data-available="1" data-price="$73.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738729605" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738729605" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273513025669,"title":"Battletome: Cities of Sigmar (HC)","handle":"battletome-cities-of-sigmar-hc","description":"","published_at":"2026-05-16T13:00:07-04:00","created_at":"2026-05-12T17:46:52-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Battletome","Books - Hardcover","Cities of Sigmar","Featured","GW","Miniatures Game","New","Rulebook","STOCK"],"price":7399,"price_min":7399,"price_max":7399,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738729605,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-47","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Battletome: Cities of Sigmar (HC)","public_title":null,"options":["Default Title"],"price":7399,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"9781804577820","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSbattletome.jpg?v=1778888757"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSbattletome.jpg?v=1778888757","options":["Title"],"media":[{"alt":null,"id":26564462903429,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSbattletome.jpg?v=1778888757"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSbattletome.jpg?v=1778888757","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Books","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738729605,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-47","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Battletome: Cities of Sigmar (HC)","public_title":null,"options":["Default Title"],"price":7399,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"9781804577820","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738729605" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738729605" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512992901">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-ven-densts-hounds">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSvendenst_shounds_370x480.jpg?v=1778888749" alt="Cities of Sigmar: Ven Denst&#39;s Hounds">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSvendenst_shounds_771x1000.jpg?v=1778888749</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738696837" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738696837">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512992901"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-ven-densts-hounds">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Ven Denst's Hounds</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738696837":{
"price":"11299",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$112.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-ven-densts-hounds loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-ven-densts-hounds">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-ven-densts-hounds loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-ven-densts-hounds">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-ven-densts-hounds loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738696837" data-available="1" data-price="$112.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738696837" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738696837" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512992901,"title":"Cities of Sigmar: Ven Denst's Hounds","handle":"cities-of-sigmar-ven-densts-hounds","description":"","published_at":"2026-05-16T13:00:06-04:00","created_at":"2026-05-12T17:46:51-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":11299,"price_min":11299,"price_max":11299,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738696837,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-90","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Ven Denst's Hounds","public_title":null,"options":["Default Title"],"price":11299,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921257461","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSvendenst_shounds.jpg?v=1778888749"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSvendenst_shounds.jpg?v=1778888749","options":["Title"],"media":[{"alt":null,"id":26564462641285,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSvendenst_shounds.jpg?v=1778888749"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSvendenst_shounds.jpg?v=1778888749","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738696837,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-90","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Ven Denst's Hounds","public_title":null,"options":["Default Title"],"price":11299,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921257461","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738696837" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738696837" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512960133">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/spearhead-zenestras-zealots">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSzenestra_szealots_370x480.jpg?v=1778888742" alt="Spearhead: Zenestra&#39;s Zealots">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSzenestra_szealots_771x1000.jpg?v=1778888742</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738664069" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738664069">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512960133"></span>
      <a href="/collections/featured-new-releases/products/spearhead-zenestras-zealots">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Spearhead: Zenestra's Zealots</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738664069":{
"price":"17999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$179.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-spearhead-zenestras-zealots loading">
      <a class="add-in-wishlist-js btn" data-href="spearhead-zenestras-zealots">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-spearhead-zenestras-zealots loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="spearhead-zenestras-zealots">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-spearhead-zenestras-zealots loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738664069" data-available="1" data-price="$179.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738664069" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738664069" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512960133,"title":"Spearhead: Zenestra's Zealots","handle":"spearhead-zenestras-zealots","description":"","published_at":"2026-05-16T13:00:07-04:00","created_at":"2026-05-12T17:46:50-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK. Spearhead"],"price":17999,"price_min":17999,"price_max":17999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738664069,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"70-863","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Spearhead: Zenestra's Zealots","public_title":null,"options":["Default Title"],"price":17999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252831","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSzenestra_szealots.jpg?v=1778888742"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSzenestra_szealots.jpg?v=1778888742","options":["Title"],"media":[{"alt":null,"id":26564462608517,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSzenestra_szealots.jpg?v=1778888742"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSzenestra_szealots.jpg?v=1778888742","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738664069,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"70-863","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Spearhead: Zenestra's Zealots","public_title":null,"options":["Default Title"],"price":17999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252831","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738664069" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738664069" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512927365">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-freeguild-grenadiers">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSfreeguildgrenadiers_370x480.jpg?v=1778888734" alt="Cities of Sigmar: Freeguild Grenadiers">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSfreeguildgrenadiers_771x1000.jpg?v=1778888734</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738631301" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738631301">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512927365"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-freeguild-grenadiers">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Freeguild Grenadiers</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738631301":{
"price":"6999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$69.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-freeguild-grenadiers loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-freeguild-grenadiers">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-freeguild-grenadiers loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-freeguild-grenadiers">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-freeguild-grenadiers loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738631301" data-available="1" data-price="$69.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738631301" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738631301" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512927365,"title":"Cities of Sigmar: Freeguild Grenadiers","handle":"cities-of-sigmar-freeguild-grenadiers","description":"","published_at":"2026-05-16T13:00:09-04:00","created_at":"2026-05-12T17:46:49-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":6999,"price_min":6999,"price_max":6999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738631301,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-54","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Freeguild Grenadiers","public_title":null,"options":["Default Title"],"price":6999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921259502","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgrenadiers.jpg?v=1778888734"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgrenadiers.jpg?v=1778888734","options":["Title"],"media":[{"alt":null,"id":26564462411909,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgrenadiers.jpg?v=1778888734"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgrenadiers.jpg?v=1778888734","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738631301,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-54","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Freeguild Grenadiers","public_title":null,"options":["Default Title"],"price":6999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921259502","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738631301" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738631301" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512894597">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-freeguild-gallants">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSfreeguildgallants_370x480.jpg?v=1778888726" alt="Cities of Sigmar: Freeguild Gallants">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSfreeguildgallants_771x1000.jpg?v=1778888726</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738598533" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738598533">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512894597"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-freeguild-gallants">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Freeguild Gallants</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738598533":{
"price":"6999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$69.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-freeguild-gallants loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-freeguild-gallants">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-freeguild-gallants loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-freeguild-gallants">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-freeguild-gallants loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738598533" data-available="1" data-price="$69.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738598533" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738598533" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512894597,"title":"Cities of Sigmar: Freeguild Gallants","handle":"cities-of-sigmar-freeguild-gallants","description":"","published_at":"2026-05-16T13:00:09-04:00","created_at":"2026-05-12T17:46:48-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":6999,"price_min":6999,"price_max":6999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738598533,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-08","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Freeguild Gallants","public_title":null,"options":["Default Title"],"price":6999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252855","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgallants.jpg?v=1778888726"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgallants.jpg?v=1778888726","options":["Title"],"media":[{"alt":null,"id":26564462379141,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgallants.jpg?v=1778888726"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSfreeguildgallants.jpg?v=1778888726","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738598533,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-08","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Freeguild Gallants","public_title":null,"options":["Default Title"],"price":6999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252855","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738598533" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738598533" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512861829">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-dawners-triumph">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSdawner_striumph_370x480.jpg?v=1778888720" alt="Cities of Sigmar: Dawner&#39;s Triumph">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSdawner_striumph_771x1000.jpg?v=1778888720</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738565765" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738565765">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512861829"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-dawners-triumph">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Dawner's Triumph</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738565765":{
"price":"7799",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$77.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-dawners-triumph loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-dawners-triumph">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-dawners-triumph loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-dawners-triumph">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-dawners-triumph loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738565765" data-available="1" data-price="$77.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738565765" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738565765" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512861829,"title":"Cities of Sigmar: Dawner's Triumph","handle":"cities-of-sigmar-dawners-triumph","description":"","published_at":"2026-05-16T13:00:08-04:00","created_at":"2026-05-12T17:46:46-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":7799,"price_min":7799,"price_max":7799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738565765,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Dawner's Triumph","public_title":null,"options":["Default Title"],"price":7799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921257621","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdawner_striumph.jpg?v=1778888720"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdawner_striumph.jpg?v=1778888720","options":["Title"],"media":[{"alt":null,"id":26564462346373,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdawner_striumph.jpg?v=1778888720"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSdawner_striumph.jpg?v=1778888720","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738565765,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-50","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Dawner's Triumph","public_title":null,"options":["Default Title"],"price":7799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921257621","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738565765" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738565765" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512829061">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-gate-gargants">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSgategargants_370x480.jpg?v=1778888712" alt="Cities of Sigmar: Gate Gargants">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSgategargants_771x1000.jpg?v=1778888712</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738532997" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738532997">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512829061"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-gate-gargants">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Gate Gargants</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738532997":{
"price":"12699",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$126.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-gate-gargants loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-gate-gargants">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-gate-gargants loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-gate-gargants">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-gate-gargants loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738532997" data-available="1" data-price="$126.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738532997" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738532997" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512829061,"title":"Cities of Sigmar: Gate Gargants","handle":"cities-of-sigmar-gate-gargants","description":"","published_at":"2026-05-16T13:00:10-04:00","created_at":"2026-05-12T17:46:45-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":12699,"price_min":12699,"price_max":12699,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738532997,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-53","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Gate Gargants","public_title":null,"options":["Default Title"],"price":12699,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252862","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSgategargants.jpg?v=1778888712"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSgategargants.jpg?v=1778888712","options":["Title"],"media":[{"alt":null,"id":26564462313605,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSgategargants.jpg?v=1778888712"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSgategargants.jpg?v=1778888712","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738532997,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-53","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Gate Gargants","public_title":null,"options":["Default Title"],"price":12699,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252862","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738532997" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738532997" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512796293">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-aqshian-pyrocaster">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSaqshianpyrocaster_370x480.jpg?v=1778888705" alt="Cities of Sigmar: Aqshian Pyrocaster">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSaqshianpyrocaster_771x1000.jpg?v=1778888705</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738500229" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738500229">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512796293"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-aqshian-pyrocaster">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Aqshian Pyrocaster</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738500229":{
"price":"4999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$49.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-aqshian-pyrocaster loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-aqshian-pyrocaster">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-aqshian-pyrocaster loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-aqshian-pyrocaster">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-aqshian-pyrocaster loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738500229" data-available="1" data-price="$49.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738500229" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738500229" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512796293,"title":"Cities of Sigmar: Aqshian Pyrocaster","handle":"cities-of-sigmar-aqshian-pyrocaster","description":"","published_at":"2026-05-16T13:00:10-04:00","created_at":"2026-05-12T17:46:44-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":4999,"price_min":4999,"price_max":4999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738500229,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-14","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Aqshian Pyrocaster","public_title":null,"options":["Default Title"],"price":4999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252893","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSaqshianpyrocaster.jpg?v=1778888705"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSaqshianpyrocaster.jpg?v=1778888705","options":["Title"],"media":[{"alt":null,"id":26564462248069,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSaqshianpyrocaster.jpg?v=1778888705"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSaqshianpyrocaster.jpg?v=1778888705","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738500229,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-14","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Aqshian Pyrocaster","public_title":null,"options":["Default Title"],"price":4999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252893","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738500229" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738500229" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512763525">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-amethyst-knellmage">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CSamethystknellmage_370x480.jpg?v=1778888698" alt="Cities of Sigmar: Amethyst Knellmage">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CSamethystknellmage_771x1000.jpg?v=1778888698</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738467461" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738467461">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512763525"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-amethyst-knellmage">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Amethyst Knellmage</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738467461":{
"price":"4999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$49.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-amethyst-knellmage loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-amethyst-knellmage">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-amethyst-knellmage loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-amethyst-knellmage">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-amethyst-knellmage loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738467461" data-available="1" data-price="$49.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738467461" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738467461" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512763525,"title":"Cities of Sigmar: Amethyst Knellmage","handle":"cities-of-sigmar-amethyst-knellmage","description":"","published_at":"2026-05-16T13:00:11-04:00","created_at":"2026-05-12T17:46:43-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":4999,"price_min":4999,"price_max":4999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738467461,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-13","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Amethyst Knellmage","public_title":null,"options":["Default Title"],"price":4999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252886","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CSamethystknellmage.jpg?v=1778888698"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSamethystknellmage.jpg?v=1778888698","options":["Title"],"media":[{"alt":null,"id":26564462215301,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSamethystknellmage.jpg?v=1778888698"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CSamethystknellmage.jpg?v=1778888698","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738467461,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-13","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Amethyst Knellmage","public_title":null,"options":["Default Title"],"price":4999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252886","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738467461" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738467461" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512697989">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/warhammer-underworlds-thyrielles-zephyrites">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/WHUthyrielle_szephyrites_370x480.jpg?v=1778888682" alt="Warhammer Underworlds: Thyrielle&#39;s Zephyrites">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/WHUthyrielle_szephyrites_771x1000.jpg?v=1778888682</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738401925" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738401925">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512697989"></span>
      <a href="/collections/featured-new-releases/products/warhammer-underworlds-thyrielles-zephyrites">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Warhammer Underworlds: Thyrielle's Zephyrites</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738401925":{
"price":"5699",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$56.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-warhammer-underworlds-thyrielles-zephyrites loading">
      <a class="add-in-wishlist-js btn" data-href="warhammer-underworlds-thyrielles-zephyrites">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-warhammer-underworlds-thyrielles-zephyrites loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="warhammer-underworlds-thyrielles-zephyrites">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-warhammer-underworlds-thyrielles-zephyrites loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738401925" data-available="1" data-price="$56.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738401925" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738401925" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512697989,"title":"Warhammer Underworlds: Thyrielle's Zephyrites","handle":"warhammer-underworlds-thyrielles-zephyrites","description":"","published_at":"2026-05-16T13:00:04-04:00","created_at":"2026-05-12T17:46:40-04:00","vendor":"Games Workshop","type":"WH Underworlds","tags":["Featured","GW","Miniatures Game","New","Warhammer Underworlds"],"price":5699,"price_min":5699,"price_max":5699,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738401925,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"34-011","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Warhammer Underworlds: Thyrielle's Zephyrites","public_title":null,"options":["Default Title"],"price":5699,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252787","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/WHUthyrielle_szephyrites.jpg?v=1778888682"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WHUthyrielle_szephyrites.jpg?v=1778888682","options":["Title"],"media":[{"alt":null,"id":26564462116997,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WHUthyrielle_szephyrites.jpg?v=1778888682"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WHUthyrielle_szephyrites.jpg?v=1778888682","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games","Warhammer Underworlds"],
    initialVariant = {"id":41629738401925,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"34-011","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Warhammer Underworlds: Thyrielle's Zephyrites","public_title":null,"options":["Default Title"],"price":5699,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252787","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738401925" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738401925" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7273512665221">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-cannonade-cogfort">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/CScannonadecogfort_370x480.jpg?v=1778888675" alt="Cities of Sigmar: Cannonade Cogfort">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/CScannonadecogfort_771x1000.jpg?v=1778888675</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41629738336389" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41629738336389">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7273512665221"></span>
      <a href="/collections/featured-new-releases/products/cities-of-sigmar-cannonade-cogfort">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Cities of Sigmar: Cannonade Cogfort</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41629738336389":{
"price":"24999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$249.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-cities-of-sigmar-cannonade-cogfort loading">
      <a class="add-in-wishlist-js btn" data-href="cities-of-sigmar-cannonade-cogfort">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-cities-of-sigmar-cannonade-cogfort loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="cities-of-sigmar-cannonade-cogfort">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-cities-of-sigmar-cannonade-cogfort loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41629738336389" data-available="1" data-price="$249.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41629738336389" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41629738336389" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7273512665221,"title":"Cities of Sigmar: Cannonade Cogfort","handle":"cities-of-sigmar-cannonade-cogfort","description":"","published_at":"2026-05-16T13:00:05-04:00","created_at":"2026-05-12T17:46:39-04:00","vendor":"Games Workshop","type":"Cities of Sigmar","tags":["Age of Sigmar","Cities of Sigmar","Featured","GW","Miniatures Game","New","STOCK"],"price":24999,"price_min":24999,"price_max":24999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41629738336389,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-15","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Cannonade Cogfort","public_title":null,"options":["Default Title"],"price":24999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252909","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/CScannonadecogfort.jpg?v=1778888675"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CScannonadecogfort.jpg?v=1778888675","options":["Title"],"media":[{"alt":null,"id":26564462084229,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CScannonadecogfort.jpg?v=1778888675"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/CScannonadecogfort.jpg?v=1778888675","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Order","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41629738336389,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"86-15","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Cities of Sigmar: Cannonade Cogfort","public_title":null,"options":["Default Title"],"price":24999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252909","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41629738336389" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41629738336389" : "3",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7272350646405">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/kill-team-celestian-insidiants">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/KTcelestianinsidiants_370x480.jpg?v=1778270204" alt="Kill Team: Adepta Sororitas - Celestian Insidiants">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/KTcelestianinsidiants_771x1000.jpg?v=1778270204</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41623998726277" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41623998726277">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7272350646405"></span>
      <a href="/collections/featured-new-releases/products/kill-team-celestian-insidiants">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Kill Team: Adepta Sororitas - Celestian Insidiants</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41623998726277":{
"price":"8299",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$82.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-kill-team-celestian-insidiants loading">
      <a class="add-in-wishlist-js btn" data-href="kill-team-celestian-insidiants">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-kill-team-celestian-insidiants loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="kill-team-celestian-insidiants">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-kill-team-celestian-insidiants loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41623998726277" data-available="1" data-price="$82.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41623998726277" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41623998726277" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7272350646405,"title":"Kill Team: Adepta Sororitas - Celestian Insidiants","handle":"kill-team-celestian-insidiants","description":"","published_at":"2026-05-09T13:00:06-04:00","created_at":"2026-05-08T15:54:40-04:00","vendor":"Games Workshop","type":"Kill Team","tags":["Adepta Sororitas","Featured","GW","Kill Team","Miniatures Game","New","STOCK"],"price":8299,"price_min":8299,"price_max":8299,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41623998726277,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"102-69","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Kill Team: Adepta Sororitas - Celestian Insidiants","public_title":null,"options":["Default Title"],"price":8299,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252916","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/KTcelestianinsidiants.jpg?v=1778270204"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/KTcelestianinsidiants.jpg?v=1778270204","options":["Title"],"media":[{"alt":null,"id":26547694239877,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/KTcelestianinsidiants.jpg?v=1778270204"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/KTcelestianinsidiants.jpg?v=1778270204","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","40k Armies: Imperium","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","Kill Team","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41623998726277,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"102-69","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Kill Team: Adepta Sororitas - Celestian Insidiants","public_title":null,"options":["Default Title"],"price":8299,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252916","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41623998726277" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41623998726277" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7272350613637">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/kill-team-murderwing">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/KTmurderwing_370x480.jpg?v=1778270211" alt="Kill Team: Chaos Space Marines - Murderwing">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/KTmurderwing_771x1000.jpg?v=1778270211</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41623998693509" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41623998693509">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7272350613637"></span>
      <a href="/collections/featured-new-releases/products/kill-team-murderwing">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Kill Team: Chaos Space Marines - Murderwing</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41623998693509":{
"price":"9799",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$97.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-kill-team-murderwing loading">
      <a class="add-in-wishlist-js btn" data-href="kill-team-murderwing">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-kill-team-murderwing loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="kill-team-murderwing">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-kill-team-murderwing loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41623998693509" data-available="1" data-price="$97.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41623998693509" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41623998693509" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7272350613637,"title":"Kill Team: Chaos Space Marines - Murderwing","handle":"kill-team-murderwing","description":"","published_at":"2026-05-09T13:00:05-04:00","created_at":"2026-05-08T15:54:38-04:00","vendor":"Games Workshop","type":"Kill Team","tags":["Chaos Space Marines","Featured","GW","Kill Team","Miniatures Game","New","STOCK"],"price":9799,"price_min":9799,"price_max":9799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41623998693509,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"102-70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Kill Team: Chaos Space Marines - Murderwing","public_title":null,"options":["Default Title"],"price":9799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252930","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/KTmurderwing.jpg?v=1778270211"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/KTmurderwing.jpg?v=1778270211","options":["Title"],"media":[{"alt":null,"id":26547694272645,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/KTmurderwing.jpg?v=1778270211"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/KTmurderwing.jpg?v=1778270211","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","40K Armies: Forces of Chaos","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","Kill Team","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41623998693509,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"102-70","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Kill Team: Chaos Space Marines - Murderwing","public_title":null,"options":["Default Title"],"price":9799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921252930","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41623998693509" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41623998693509" : "3",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7269161795717">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/white-dwarf-524">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload  main-img " src="//blackknightgames.ca/cdn/shop/files/WhiteDwarfIssue524_370x480.jpg?v=1777737152" alt="White Dwarf #524">


            
            <img loading="lazy" class="extra-img" src="//blackknightgames.ca/cdn/shop/files/whitedwarf524_370x480.jpg?v=1777737152" alt="White Dwarf #524" />
            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/WhiteDwarfIssue524_771x1000.jpg?v=1777737152</span>
            
            <span>//blackknightgames.ca/cdn/shop/files/whitedwarf524_771x1000.jpg?v=1777737152</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41609698017413" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41609698017413">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7269161795717"></span>
      <a href="/collections/featured-new-releases/products/white-dwarf-524">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">White Dwarf #524</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41609698017413":{
"price":"1799",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$17.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-white-dwarf-524 loading">
      <a class="add-in-wishlist-js btn" data-href="white-dwarf-524">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-white-dwarf-524 loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="white-dwarf-524">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-white-dwarf-524 loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41609698017413" data-available="1" data-price="$17.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41609698017413" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41609698017413" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7269161795717,"title":"White Dwarf #524","handle":"white-dwarf-524","description":"","published_at":"2026-05-02T13:00:06-04:00","created_at":"2026-04-29T19:33:20-04:00","vendor":"Games Workshop","type":"White Dwarf Magazine","tags":["AT{Book}5","Featured","GW","Magazine","New","White Dwarf"],"price":1799,"price_min":1799,"price_max":1799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41609698017413,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"WD05-60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"White Dwarf #524","public_title":null,"options":["Default Title"],"price":1799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921263844","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue524.jpg?v=1777737152","\/\/blackknightgames.ca\/cdn\/shop\/files\/whitedwarf524.jpg?v=1777737152"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue524.jpg?v=1777737152","options":["Title"],"media":[{"alt":null,"id":26536667512965,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue524.jpg?v=1777737152"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue524.jpg?v=1777737152","width":1000},{"alt":null,"id":26536667545733,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/whitedwarf524.jpg?v=1777737152"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/whitedwarf524.jpg?v=1777737152","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured New Releases","New Arrivals","NEW — Games Workshop"],
    initialVariant = {"id":41609698017413,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"WD05-60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"White Dwarf #524","public_title":null,"options":["Default Title"],"price":1799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921263844","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41609698017413" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41609698017413" : "20",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7269161730181">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/journal-tactica-the-battle-of-tallarn-part-one-sc">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/journaltacticathebattleoftallarn_370x480.jpg?v=1777737160" alt="Journal Tactica: The Battle of Tallarn - Part One (SC)">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/journaltacticathebattleoftallarn_771x1000.jpg?v=1777737160</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41609697951877" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41609697951877">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7269161730181"></span>
      <a href="/collections/featured-new-releases/products/journal-tactica-the-battle-of-tallarn-part-one-sc">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Journal Tactica: The Battle of Tallarn - Part One (SC)</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41609697951877":{
"price":"3399",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$33.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-journal-tactica-the-battle-of-tallarn-part-one-sc loading">
      <a class="add-in-wishlist-js btn" data-href="journal-tactica-the-battle-of-tallarn-part-one-sc">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-journal-tactica-the-battle-of-tallarn-part-one-sc loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="journal-tactica-the-battle-of-tallarn-part-one-sc">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-journal-tactica-the-battle-of-tallarn-part-one-sc loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41609697951877" data-available="1" data-price="$33.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41609697951877" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41609697951877" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7269161730181,"title":"Journal Tactica: The Battle of Tallarn - Part One (SC)","handle":"journal-tactica-the-battle-of-tallarn-part-one-sc","description":"","published_at":"2026-05-02T13:00:05-04:00","created_at":"2026-04-29T19:33:18-04:00","vendor":"Games Workshop","type":"Warhammer 30k","tags":["Books - Softcover","Featured","GW","Horus Heresy Journal Tactica","Iron Warriors","Miniatures Game","New","Rulebook","STOCK","The Horus Heresy"],"price":3399,"price_min":3399,"price_max":3399,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41609697951877,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-168","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Journal Tactica: The Battle of Tallarn - Part One (SC)","public_title":null,"options":["Default Title"],"price":3399,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"9781837791903","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/journaltacticathebattleoftallarn.jpg?v=1777737160"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/journaltacticathebattleoftallarn.jpg?v=1777737160","options":["Title"],"media":[{"alt":null,"id":26536667578501,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/journaltacticathebattleoftallarn.jpg?v=1777737160"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/journaltacticathebattleoftallarn.jpg?v=1777737160","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41609697951877,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-168","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Journal Tactica: The Battle of Tallarn - Part One (SC)","public_title":null,"options":["Default Title"],"price":3399,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"9781837791903","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41609697951877" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41609697951877" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--60ffe18f-a4e5-4120-8873-c0e9518fc2e0 ">
              <div class="grid-view-item product-7269161664645">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-new-releases/products/solar-auxilia-charonite-ogryn-section">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/sacharoniteogrynsection_370x480.jpg?v=1777737168" alt="Solar Auxilia: Charonite Ogryn Section">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/sacharoniteogrynsection_771x1000.jpg?v=1777737168</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41609697886341" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41609697886341">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7269161664645"></span>
      <a href="/collections/featured-new-releases/products/solar-auxilia-charonite-ogryn-section">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Solar Auxilia: Charonite Ogryn Section</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41609697886341":{
"price":"8799",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$87.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-solar-auxilia-charonite-ogryn-section loading">
      <a class="add-in-wishlist-js btn" data-href="solar-auxilia-charonite-ogryn-section">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-solar-auxilia-charonite-ogryn-section loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="solar-auxilia-charonite-ogryn-section">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-solar-auxilia-charonite-ogryn-section loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41609697886341" data-available="1" data-price="$87.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41609697886341" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41609697886341" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7269161664645,"title":"Solar Auxilia: Charonite Ogryn Section","handle":"solar-auxilia-charonite-ogryn-section","description":"","published_at":"2026-05-02T13:00:06-04:00","created_at":"2026-04-29T19:33:17-04:00","vendor":"Games Workshop","type":"Warhammer 30k","tags":["Featured","GW","Miniatures Game","New","Solar Auxilia","STOCK","The Horus Heresy"],"price":8799,"price_min":8799,"price_max":8799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41609697886341,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-169","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Solar Auxilia: Charonite Ogryn Section","public_title":null,"options":["Default Title"],"price":8799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921253340","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/sacharoniteogrynsection.jpg?v=1777737168"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/sacharoniteogrynsection.jpg?v=1777737168","options":["Title"],"media":[{"alt":null,"id":26536667611269,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/sacharoniteogrynsection.jpg?v=1777737168"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/sacharoniteogrynsection.jpg?v=1777737168","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255397509,"handle":"featured-new-releases","title":"Featured New Releases","updated_at":"2026-06-09T17:33:27-04:00","body_html":"","published_at":"2021-04-29T10:59:17-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"New"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured New Releases","Games Workshop Specialist","New Arrivals","NEW — Games Workshop","NEW — Miniatures Games"],
    initialVariant = {"id":41609697886341,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"31-169","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Solar Auxilia: Charonite Ogryn Section","public_title":null,"options":["Default Title"],"price":8799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921253340","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41609697886341" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41609697886341" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
      </div>
      
      <div class="view-all-btn text-center">
        <a href="/collections/featured-new-releases" class="btn">
          View all products
        </a>
      </div>
      
    </div>
    
    
      
      <div class="row tab_content tab-pane " id="linkproductblock2-template--14498894545029__1620367959fcc47086">
        
        <div class="owl-carousel owl-theme grid grid--uniform grid--view-items products-display productblock2-template--14498894545029__1620367959fcc47086">
          
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7287979147397">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/warhammer-40-000-11th-edition-armageddon">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload  main-img " src="//blackknightgames.ca/cdn/shop/files/40k11earmageddonlaunchspecialimage_370x480.jpg?v=1780426491" alt="(PREORDER) Warhammer 40,000 11th Edition: Armageddon">


            
            <img loading="lazy" class="extra-img" src="//blackknightgames.ca/cdn/shop/files/4011earmageddon_370x480.jpg?v=1780426491" alt="(PREORDER) Warhammer 40,000 11th Edition: Armageddon" />
            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/40k11earmageddonlaunchspecialimage_771x1000.jpg?v=1780426491</span>
            
            <span>//blackknightgames.ca/cdn/shop/files/4011earmageddon_771x1000.jpg?v=1780426491</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      
      <div class="product-flags">
        <span class="flag sale">SALE</span>
      </div>
      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41685367718021" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41685367718021">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7287979147397"></span>
      <a href="/collections/featured-preorders/products/warhammer-40-000-11th-edition-armageddon">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">(PREORDER) Warhammer 40,000 11th Edition: Armageddon</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41685367718021":{
"price":"30600",
"compareAtPrice":"35999"
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;">$359.99</span>
  <span class="product-price__price is-bold qv-regularprice">$306.00</span>
</div>
      </div>
      <div class="product-desc"> This is a Preorder. While we anticipate no issues with the estimated release date of June 20th 2026, manufacturer and shipping delays can happen. There are no refunds on preorders. </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-warhammer-40-000-11th-edition-armageddon loading">
      <a class="add-in-wishlist-js btn" data-href="warhammer-40-000-11th-edition-armageddon">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-warhammer-40-000-11th-edition-armageddon loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="warhammer-40-000-11th-edition-armageddon">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-warhammer-40-000-11th-edition-armageddon loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41685367718021" data-available="1" data-price="$306.00" data-compareatprice="$359.99" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41685367718021" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41685367718021" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7287979147397,"title":"(PREORDER) Warhammer 40,000 11th Edition: Armageddon","handle":"warhammer-40-000-11th-edition-armageddon","description":"\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eThis is a Preorder. While we anticipate no issues with the estimated release date of\u003c\/span\u003e June 20th 2026, \u003cspan style=\"color: rgb(255, 42, 0);\"\u003emanufacturer and shipping delays can happen. There are no refunds on preorders.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e","published_at":"2026-06-06T10:42:30-04:00","created_at":"2026-06-02T14:37:47-04:00","vendor":"Games Workshop","type":"40K Essentials","tags":["Featured","GW","Miniatures Game","Orks","Preorder","Space Marines","Warhammer 40K","Warhammer 40K Essentials"],"price":30600,"price_min":30600,"price_max":30600,"available":true,"price_varies":false,"compare_at_price":35999,"compare_at_price_min":35999,"compare_at_price_max":35999,"compare_at_price_varies":false,"variants":[{"id":41685367718021,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"40-01","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"(PREORDER) Warhammer 40,000 11th Edition: Armageddon","public_title":null,"options":["Default Title"],"price":30600,"weight":8080,"compare_at_price":35999,"inventory_management":"shopify","barcode":"5011921266159","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/40k11earmageddonlaunchspecialimage.jpg?v=1780426491","\/\/blackknightgames.ca\/cdn\/shop\/files\/4011earmageddon.jpg?v=1780426491"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/40k11earmageddonlaunchspecialimage.jpg?v=1780426491","options":["Title"],"media":[{"alt":null,"id":26609875452037,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/40k11earmageddonlaunchspecialimage.jpg?v=1780426491"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/40k11earmageddonlaunchspecialimage.jpg?v=1780426491","width":1000},{"alt":null,"id":26609875484805,"position":2,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/4011earmageddon.jpg?v=1780426491"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/4011earmageddon.jpg?v=1780426491","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eThis is a Preorder. While we anticipate no issues with the estimated release date of\u003c\/span\u003e June 20th 2026, \u003cspan style=\"color: rgb(255, 42, 0);\"\u003emanufacturer and shipping delays can happen. There are no refunds on preorders.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e"},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","40K Armies: Space Marines","40K Armies: Xenos Threat","Everything Except Gift Cards","Featured Preorders","On Special","PREORDER — Games Workshop","PREORDER — Miniatures Games","PREORDER — Warhammer 40,000","Preorders","Warhammer 40,000"],
    initialVariant = {"id":41685367718021,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"40-01","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"(PREORDER) Warhammer 40,000 11th Edition: Armageddon","public_title":null,"options":["Default Title"],"price":30600,"weight":8080,"compare_at_price":35999,"inventory_management":"shopify","barcode":"5011921266159","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41685367718021" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41685367718021" : "36",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7287979081861">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/white-dwarf-issue-525">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/WhiteDwarfIssue525_370x480.jpg?v=1780426548" alt="(PREORDER) White Dwarf Issue #525">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/WhiteDwarfIssue525_771x1000.jpg?v=1780426548</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41685367619717" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41685367619717">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7287979081861"></span>
      <a href="/collections/featured-preorders/products/white-dwarf-issue-525">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">(PREORDER) White Dwarf Issue #525</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41685367619717":{
"price":"1799",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$17.99</span>
</div>
      </div>
      <div class="product-desc"> This is a Preorder. While we anticipate no issues with the estimated release date of June 20th 2026, manufacturer and shipping delays can happen. There are no refunds on preorders. </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-white-dwarf-issue-525 loading">
      <a class="add-in-wishlist-js btn" data-href="white-dwarf-issue-525">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-white-dwarf-issue-525 loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="white-dwarf-issue-525">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-white-dwarf-issue-525 loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41685367619717" data-available="1" data-price="$17.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41685367619717" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41685367619717" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7287979081861,"title":"(PREORDER) White Dwarf Issue #525","handle":"white-dwarf-issue-525","description":"\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eThis is a Preorder. While we anticipate no issues with the estimated release date of\u003c\/span\u003e June 20th 2026, \u003cspan style=\"color: rgb(255, 42, 0);\"\u003emanufacturer and shipping delays can happen. There are no refunds on preorders.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e","published_at":"2026-06-06T11:06:41-04:00","created_at":"2026-06-02T14:37:46-04:00","vendor":"Games Workshop","type":"White Dwarf Magazine","tags":["AT{Book}5","Featured","GW","Magazine","Preorder","White Dwarf"],"price":1799,"price_min":1799,"price_max":1799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41685367619717,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"WD06-60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"(PREORDER) White Dwarf Issue #525","public_title":null,"options":["Default Title"],"price":1799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921263851","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue525.jpg?v=1780426548"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue525.jpg?v=1780426548","options":["Title"],"media":[{"alt":null,"id":26609876795525,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue525.jpg?v=1780426548"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/WhiteDwarfIssue525.jpg?v=1780426548","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cstrong\u003e\u003cspan style=\"color: rgb(255, 42, 0);\"\u003eThis is a Preorder. While we anticipate no issues with the estimated release date of\u003c\/span\u003e June 20th 2026, \u003cspan style=\"color: rgb(255, 42, 0);\"\u003emanufacturer and shipping delays can happen. There are no refunds on preorders.\u003c\/span\u003e\u003c\/strong\u003e\u003c\/p\u003e"},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Featured Preorders","PREORDER — Games Workshop","Preorders"],
    initialVariant = {"id":41685367619717,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"WD06-60","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"(PREORDER) White Dwarf Issue #525","public_title":null,"options":["Default Title"],"price":1799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921263851","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41685367619717" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41685367619717" : "20",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7214063157381">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/blood-bowl-bretonnian-team-the-brionne-barons">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/BRteam_370x480.jpg?v=1761942229" alt="Blood Bowl: Bretonnian Team - The Brionne Barons">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/BRteam_771x1000.jpg?v=1761942229</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41412289790085" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41412289790085">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7214063157381"></span>
      <a href="/collections/featured-preorders/products/blood-bowl-bretonnian-team-the-brionne-barons">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Blood Bowl: Bretonnian Team - The Brionne Barons</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41412289790085":{
"price":"6649",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$66.49</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-blood-bowl-bretonnian-team-the-brionne-barons loading">
      <a class="add-in-wishlist-js btn" data-href="blood-bowl-bretonnian-team-the-brionne-barons">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-blood-bowl-bretonnian-team-the-brionne-barons loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="blood-bowl-bretonnian-team-the-brionne-barons">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-blood-bowl-bretonnian-team-the-brionne-barons loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41412289790085" data-available="1" data-price="$66.49" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41412289790085" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41412289790085" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7214063157381,"title":"Blood Bowl: Bretonnian Team - The Brionne Barons","handle":"blood-bowl-bretonnian-team-the-brionne-barons","description":"","published_at":"2025-11-01T13:00:17-04:00","created_at":"2025-10-28T20:07:20-04:00","vendor":"Games Workshop","type":"Blood Bowl","tags":["Blood Bowl","Blood Bowl Team","Featured","GW","Miniatures Game","Preorder","STOCK"],"price":6649,"price_min":6649,"price_max":6649,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41412289790085,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"202-51","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Blood Bowl: Bretonnian Team - The Brionne Barons","public_title":null,"options":["Default Title"],"price":6649,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921245444","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/BRteam.jpg?v=1761942229"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/BRteam.jpg?v=1761942229","options":["Title"],"media":[{"alt":null,"id":26069821816965,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/BRteam.jpg?v=1761942229"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/BRteam.jpg?v=1761942229","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Blood Bowl","Everything Except Gift Cards","Featured Preorders","Games Workshop Specialist","PREORDER — Games Workshop","PREORDER — Miniatures Games","Preorders"],
    initialVariant = {"id":41412289790085,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"202-51","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Blood Bowl: Bretonnian Team - The Brionne Barons","public_title":null,"options":["Default Title"],"price":6649,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921245444","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41412289790085" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41412289790085" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7106107277445">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/preorder-spearhead-orruk-warclans-ironjawz-bigmob">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/OKspearheadironjawzbigmob_370x480.jpg?v=1735944663" alt="Spearhead: Orruk Warclans - Ironjawz Bigmob">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/OKspearheadironjawzbigmob_771x1000.jpg?v=1735944663</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41078093676677" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41078093676677">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7106107277445"></span>
      <a href="/collections/featured-preorders/products/preorder-spearhead-orruk-warclans-ironjawz-bigmob">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Spearhead: Orruk Warclans - Ironjawz Bigmob</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41078093676677":{
"price":"17999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$179.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-preorder-spearhead-orruk-warclans-ironjawz-bigmob loading">
      <a class="add-in-wishlist-js btn" data-href="preorder-spearhead-orruk-warclans-ironjawz-bigmob">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-preorder-spearhead-orruk-warclans-ironjawz-bigmob loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="preorder-spearhead-orruk-warclans-ironjawz-bigmob">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-preorder-spearhead-orruk-warclans-ironjawz-bigmob loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41078093676677" data-available="1" data-price="$179.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41078093676677" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41078093676677" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7106107277445,"title":"Spearhead: Orruk Warclans - Ironjawz Bigmob","handle":"preorder-spearhead-orruk-warclans-ironjawz-bigmob","description":"","published_at":"2025-10-14T16:09:20-04:00","created_at":"2024-12-31T14:59:08-05:00","vendor":"Games Workshop","type":"Orruk Warclans","tags":["Age of Sigmar","Featured","GW","HDTX24","Miniatures Game","Orruk Warclans","Preorder","Spearhead","STOCK","Warhammer"],"price":17999,"price_min":17999,"price_max":17999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41078093676677,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"70-893","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Spearhead: Orruk Warclans - Ironjawz Bigmob","public_title":null,"options":["Default Title"],"price":17999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921225019","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/OKspearheadironjawzbigmob.jpg?v=1735944663"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKspearheadironjawzbigmob.jpg?v=1735944663","options":["Title"],"media":[{"alt":null,"id":25185841741957,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKspearheadironjawzbigmob.jpg?v=1735944663"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKspearheadironjawzbigmob.jpg?v=1735944663","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Destruction","Everything Except Gift Cards","Featured Preorders","PREORDER — Age of Sigmar","PREORDER — Games Workshop","PREORDER — Miniatures Games","Preorders","Toys \u0026 Games for ages 13 and under (as of Dec 2024)"],
    initialVariant = {"id":41078093676677,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"70-893","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Spearhead: Orruk Warclans - Ironjawz Bigmob","public_title":null,"options":["Default Title"],"price":17999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921225019","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41078093676677" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41078093676677" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7106106982533">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/AOSpathtoglory-ravagedcoast_370x480.jpg?v=1735944647" alt="Age of Sigmar: Path to Glory - Ravaged Coast (HC)">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/AOSpathtoglory-ravagedcoast_771x1000.jpg?v=1735944647</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41078093185157" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41078093185157">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7106106982533"></span>
      <a href="/collections/featured-preorders/products/preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Age of Sigmar: Path to Glory - Ravaged Coast (HC)</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41078093185157":{
"price":"7399",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$73.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc loading">
      <a class="add-in-wishlist-js btn" data-href="preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41078093185157" data-available="1" data-price="$73.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41078093185157" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41078093185157" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7106106982533,"title":"Age of Sigmar: Path to Glory - Ravaged Coast (HC)","handle":"preorder-age-of-sigmar-path-to-glory-ravaged-coast-hc","description":"","published_at":"2025-10-20T12:13:49-04:00","created_at":"2024-12-31T14:55:02-05:00","vendor":"Games Workshop","type":"AoS Essentials","tags":["Age of Sigmar","Book","Books\/Novels","Featured","GW","HDTX24","Miniatures Game","Preorder","Rulebook","STOCK","Warhammer"],"price":7399,"price_min":7399,"price_max":7399,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41078093185157,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"80-11","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Age of Sigmar: Path to Glory - Ravaged Coast (HC)","public_title":null,"options":["Default Title"],"price":7399,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"9781804574614","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/AOSpathtoglory-ravagedcoast.jpg?v=1735944647"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/AOSpathtoglory-ravagedcoast.jpg?v=1735944647","options":["Title"],"media":[{"alt":null,"id":25185840234629,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/AOSpathtoglory-ravagedcoast.jpg?v=1735944647"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/AOSpathtoglory-ravagedcoast.jpg?v=1735944647","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Books","Everything Except Gift Cards","Featured Preorders","PREORDER — Age of Sigmar","PREORDER — Games Workshop","PREORDER — Miniatures Games","Preorders","Toys \u0026 Games for ages 13 and under (as of Dec 2024)"],
    initialVariant = {"id":41078093185157,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"80-11","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Age of Sigmar: Path to Glory - Ravaged Coast (HC)","public_title":null,"options":["Default Title"],"price":7399,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"9781804574614","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41078093185157" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41078093185157" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7106106851461">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/preorder-orruk-warclans-bossrokk-tower">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/OKbossrokktower_370x480.jpg?v=1735944629" alt="Orruk Warclans: Bossrokk Tower">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/OKbossrokktower_771x1000.jpg?v=1735944629</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41078093021317" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41078093021317">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7106106851461"></span>
      <a href="/collections/featured-preorders/products/preorder-orruk-warclans-bossrokk-tower">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Orruk Warclans: Bossrokk Tower</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41078093021317":{
"price":"7799",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$77.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-preorder-orruk-warclans-bossrokk-tower loading">
      <a class="add-in-wishlist-js btn" data-href="preorder-orruk-warclans-bossrokk-tower">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-preorder-orruk-warclans-bossrokk-tower loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="preorder-orruk-warclans-bossrokk-tower">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-preorder-orruk-warclans-bossrokk-tower loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41078093021317" data-available="1" data-price="$77.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41078093021317" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41078093021317" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7106106851461,"title":"Orruk Warclans: Bossrokk Tower","handle":"preorder-orruk-warclans-bossrokk-tower","description":"","published_at":"2025-10-14T16:07:43-04:00","created_at":"2024-12-31T14:53:32-05:00","vendor":"Games Workshop","type":"Orruk Warclans","tags":["Age of Sigmar","Featured","GW","HDTX24","Miniatures Game","Orruk Warclans","Preorder","STOCK","Warhammer"],"price":7799,"price_min":7799,"price_max":7799,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41078093021317,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"89-97","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Orruk Warclans: Bossrokk Tower","public_title":null,"options":["Default Title"],"price":7799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921226634","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/OKbossrokktower.jpg?v=1735944629"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKbossrokktower.jpg?v=1735944629","options":["Title"],"media":[{"alt":null,"id":25185839808645,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKbossrokktower.jpg?v=1735944629"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKbossrokktower.jpg?v=1735944629","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Destruction","Everything Except Gift Cards","Featured Preorders","PREORDER — Age of Sigmar","PREORDER — Games Workshop","PREORDER — Miniatures Games","Preorders","Toys \u0026 Games for ages 13 and under (as of Dec 2024)"],
    initialVariant = {"id":41078093021317,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"89-97","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Orruk Warclans: Bossrokk Tower","public_title":null,"options":["Default Title"],"price":7799,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921226634","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41078093021317" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41078093021317" : "1",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--f102d3d3-2631-49a1-8f99-e72853c8cac0 ">
              <div class="grid-view-item product-7106106687621">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/featured-preorders/products/preorder-orruk-warclans-manifestations">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/OKmanifestations_370x480.jpg?v=1735944622" alt="Orruk Warclans: Manifestations">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/OKmanifestations_771x1000.jpg?v=1735944622</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="41078092857477" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="41078092857477">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="7106106687621"></span>
      <a href="/collections/featured-preorders/products/preorder-orruk-warclans-manifestations">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">Orruk Warclans: Manifestations</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"41078092857477":{
"price":"6999",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$69.99</span>
</div>
      </div>
      <div class="product-desc">  </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-preorder-orruk-warclans-manifestations loading">
      <a class="add-in-wishlist-js btn" data-href="preorder-orruk-warclans-manifestations">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-preorder-orruk-warclans-manifestations loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="preorder-orruk-warclans-manifestations">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-preorder-orruk-warclans-manifestations loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="41078092857477" data-available="1" data-price="$69.99" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="41078092857477" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="41078092857477" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":7106106687621,"title":"Orruk Warclans: Manifestations","handle":"preorder-orruk-warclans-manifestations","description":"","published_at":"2025-10-14T16:06:29-04:00","created_at":"2024-12-31T14:52:05-05:00","vendor":"Games Workshop","type":"Orruk Warclans","tags":["Age of Sigmar","Featured","GW","HDTX24","Miniatures Game","Orruk Warclans","Preorder","STOCK","Warhammer"],"price":6999,"price_min":6999,"price_max":6999,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":41078092857477,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"89-96","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Orruk Warclans: Manifestations","public_title":null,"options":["Default Title"],"price":6999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921226641","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/OKmanifestations.jpg?v=1735944622"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKmanifestations.jpg?v=1735944622","options":["Title"],"media":[{"alt":null,"id":25185839382661,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKmanifestations.jpg?v=1735944622"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/OKmanifestations.jpg?v=1735944622","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":""},
    collection = {"id":261255331973,"handle":"featured-preorders","title":"Featured Preorders","updated_at":"2026-06-08T07:09:52-04:00","body_html":"","published_at":"2021-04-29T10:58:57-04:00","sort_order":"created-desc","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Preorder"},{"column":"tag","relation":"equals","condition":"Featured"},{"column":"variant_inventory","relation":"greater_than","condition":"0"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","AoS Grand Alliance: Destruction","Everything Except Gift Cards","Featured Preorders","PREORDER — Age of Sigmar","PREORDER — Games Workshop","PREORDER — Miniatures Games","Preorders","Toys \u0026 Games for ages 13 and under (as of Dec 2024)"],
    initialVariant = {"id":41078092857477,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":"89-96","requires_shipping":true,"taxable":true,"featured_image":null,"available":true,"name":"Orruk Warclans: Manifestations","public_title":null,"options":["Default Title"],"price":6999,"weight":0,"compare_at_price":null,"inventory_management":"shopify","barcode":"5011921226641","requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "41078092857477" : "deny",
      
  };

  const variantsInventoryQty = {
    
  "41078092857477" : "2",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
      </div>
      
      <div class="view-all-btn text-center">
        <a href="/collections/featured-preorders" class="btn">
          View all products
        </a>
      </div>
      
    </div>
    
    
      
      <div class="row tab_content tab-pane " id="linkproductblock3-template--14498894545029__1620367959fcc47086">
        
        <div class="owl-carousel owl-theme grid grid--uniform grid--view-items products-display productblock3-template--14498894545029__1620367959fcc47086">
          
          

          
          
            <div class="item grid__item grid__item--5732b428-5afc-4c8a-9130-ca0bba71b57d ">
              <div class="grid-view-item product-6976811040901">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-magic-the-gathering">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/NEWSLETTER-MTG_370x480.jpg?v=1713635158" alt="BKG Newsletter: Magic the Gathering">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/NEWSLETTER-MTG_771x1000.jpg?v=1713635158</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="40676820025477" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="40676820025477">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="6976811040901"></span>
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-magic-the-gathering">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">BKG Newsletter: Magic the Gathering</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"40676820025477":{
"price":"0",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$0.00</span>
</div>
      </div>
      <div class="product-desc"> This is not a preorder for any specific product.
Don't miss out! Get notified early of our major releases, preorders, and events for Magic: the Gathering.By purchasing this FREE item you will be ad... </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-bkg-newsletter-magic-the-gathering loading">
      <a class="add-in-wishlist-js btn" data-href="bkg-newsletter-magic-the-gathering">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-bkg-newsletter-magic-the-gathering loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="bkg-newsletter-magic-the-gathering">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-bkg-newsletter-magic-the-gathering loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="40676820025477" data-available="1" data-price="$0.00" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="40676820025477" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="40676820025477" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":6976811040901,"title":"BKG Newsletter: Magic the Gathering","handle":"bkg-newsletter-magic-the-gathering","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, preorders, and events for Magic: the Gathering.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eMagic: the Gathering\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003c\/p\u003e","published_at":"2024-04-20T14:19:59-04:00","created_at":"2024-04-20T13:45:22-04:00","vendor":"Black Knight Games","type":"Email Notification Request","tags":["Early Request","Featured","Magic: The Gathering","Newsletter"],"price":0,"price_min":0,"price_max":0,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40676820025477,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: Magic the Gathering","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-MTG.jpg?v=1713635158"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-MTG.jpg?v=1713635158","options":["Title"],"media":[{"alt":null,"id":24192889684101,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-MTG.jpg?v=1713635158"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-MTG.jpg?v=1713635158","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, preorders, and events for Magic: the Gathering.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eMagic: the Gathering\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003c\/p\u003e"},
    collection = {"id":194427977861,"handle":"early-requests-for-upcoming-products","title":"Newsletters","updated_at":"2026-06-06T07:10:44-04:00","body_html":"","published_at":"2021-02-13T11:25:30-05:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Early Request"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Newsletters"],
    initialVariant = {"id":40676820025477,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: Magic the Gathering","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "40676820025477" : "continue",
      
  };

  const variantsInventoryQty = {
    
  "40676820025477" : "-67",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--5732b428-5afc-4c8a-9130-ca0bba71b57d ">
              <div class="grid-view-item product-6976811303045">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-lorcana">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/NEWSLETTER-Lorcana_370x480.jpg?v=1713635331" alt="BKG Newsletter: Lorcana">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/NEWSLETTER-Lorcana_771x1000.jpg?v=1713635331</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="40676820222085" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="40676820222085">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="6976811303045"></span>
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-lorcana">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">BKG Newsletter: Lorcana</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"40676820222085":{
"price":"0",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$0.00</span>
</div>
      </div>
      <div class="product-desc"> This is not a preorder for any specific product.
Don't miss out! Get notified early of our major releases, restocks, and events for Disney's Lorcana TCG.By purchasing this FREE item you will be add... </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-bkg-newsletter-lorcana loading">
      <a class="add-in-wishlist-js btn" data-href="bkg-newsletter-lorcana">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-bkg-newsletter-lorcana loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="bkg-newsletter-lorcana">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-bkg-newsletter-lorcana loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="40676820222085" data-available="1" data-price="$0.00" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="40676820222085" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="40676820222085" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":6976811303045,"title":"BKG Newsletter: Lorcana","handle":"bkg-newsletter-lorcana","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, restocks, and events for Disney's Lorcana TCG.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eLorcana\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003cem\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e▼▼▼\u003c\/p\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAt this time, our sealed Lorcana products are only available to purchase in-store, and not online.\u003c\/strong\u003e We want to give our local community the best chance to get in on the game while stock availability continues to be limited — but by subscribing to this mailing list, you'll be the first to know if that changes!\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eOur Lorcana singles library \u003cem\u003eis \u003c\/em\u003eavailable online, and you can browse it \u003ca title=\"Lorcana Singles product collection\" href=\"https:\/\/blackknightgames.ca\/collections\/lorcana-singles\" data-mce-href=\"https:\/\/blackknightgames.ca\/collections\/lorcana-singles\"\u003ehere\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/div\u003e","published_at":"2024-04-20T14:19:59-04:00","created_at":"2024-04-20T13:48:25-04:00","vendor":"Black Knight Games","type":"Email Notification Request","tags":["Early Request","Featured","Lorcana","Newsletter"],"price":0,"price_min":0,"price_max":0,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40676820222085,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: Lorcana","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Lorcana.jpg?v=1713635331"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Lorcana.jpg?v=1713635331","options":["Title"],"media":[{"alt":null,"id":24192890798213,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Lorcana.jpg?v=1713635331"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Lorcana.jpg?v=1713635331","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, restocks, and events for Disney's Lorcana TCG.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eLorcana\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003cem\u003e\u003c\/em\u003e\u003c\/p\u003e\n\u003cp\u003e \u003c\/p\u003e\n\u003cp style=\"text-align: center;\" data-mce-style=\"text-align: center;\"\u003e▼▼▼\u003c\/p\u003e\n\u003cdiv\u003e\n\u003cstrong\u003eAt this time, our sealed Lorcana products are only available to purchase in-store, and not online.\u003c\/strong\u003e We want to give our local community the best chance to get in on the game while stock availability continues to be limited — but by subscribing to this mailing list, you'll be the first to know if that changes!\u003cbr\u003e\u003cbr\u003e\n\u003c\/div\u003e\n\u003cdiv\u003e\u003c\/div\u003e\n\u003cdiv\u003e\u003cstrong\u003eOur Lorcana singles library \u003cem\u003eis \u003c\/em\u003eavailable online, and you can browse it \u003ca title=\"Lorcana Singles product collection\" href=\"https:\/\/blackknightgames.ca\/collections\/lorcana-singles\" data-mce-href=\"https:\/\/blackknightgames.ca\/collections\/lorcana-singles\"\u003ehere\u003c\/a\u003e.\u003c\/strong\u003e\u003c\/div\u003e"},
    collection = {"id":194427977861,"handle":"early-requests-for-upcoming-products","title":"Newsletters","updated_at":"2026-06-06T07:10:44-04:00","body_html":"","published_at":"2021-02-13T11:25:30-05:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Early Request"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","CCG | Lorcana","Everything Except Gift Cards","Newsletters"],
    initialVariant = {"id":40676820222085,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: Lorcana","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "40676820222085" : "continue",
      
  };

  const variantsInventoryQty = {
    
  "40676820222085" : "-13",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--5732b428-5afc-4c8a-9130-ca0bba71b57d ">
              <div class="grid-view-item product-6976812712069">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-d-d">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/NEWSLETTER-DND_370x480.jpg?v=1713636481" alt="BKG Newsletter: D&amp;D">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/NEWSLETTER-DND_771x1000.jpg?v=1713636481</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="40676821532805" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="40676821532805">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="6976812712069"></span>
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-d-d">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">BKG Newsletter: D&D</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"40676821532805":{
"price":"0",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$0.00</span>
</div>
      </div>
      <div class="product-desc"> This is not a preorder for any specific product.
Don't miss out! Get notified early of our major releases, preorders, and events for Dungeons &amp; Dragons.By purchasing this FREE item you will be ... </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-bkg-newsletter-d-d loading">
      <a class="add-in-wishlist-js btn" data-href="bkg-newsletter-d-d">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-bkg-newsletter-d-d loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="bkg-newsletter-d-d">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-bkg-newsletter-d-d loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="40676821532805" data-available="1" data-price="$0.00" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="40676821532805" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="40676821532805" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":6976812712069,"title":"BKG Newsletter: D\u0026D","handle":"bkg-newsletter-d-d","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, preorders, and events for Dungeons \u0026amp; Dragons.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eDungeons \u0026amp; Dragons\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003c\/p\u003e","published_at":"2024-04-20T14:19:59-04:00","created_at":"2024-04-20T14:07:54-04:00","vendor":"Black Knight Games","type":"Email Notification Request","tags":["Dungeons \u0026 Dragons","Early Request","Featured","Newsletter"],"price":0,"price_min":0,"price_max":0,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40676821532805,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: D\u0026D","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-DND.jpg?v=1713636481"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-DND.jpg?v=1713636481","options":["Title"],"media":[{"alt":null,"id":24192899481733,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-DND.jpg?v=1713636481"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-DND.jpg?v=1713636481","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, preorders, and events for Dungeons \u0026amp; Dragons.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eDungeons \u0026amp; Dragons\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003c\/p\u003e\n\u003cp\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003c\/p\u003e"},
    collection = {"id":194427977861,"handle":"early-requests-for-upcoming-products","title":"Newsletters","updated_at":"2026-06-06T07:10:44-04:00","body_html":"","published_at":"2021-02-13T11:25:30-05:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Early Request"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Newsletters"],
    initialVariant = {"id":40676821532805,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: D\u0026D","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "40676821532805" : "continue",
      
  };

  const variantsInventoryQty = {
    
  "40676821532805" : "-23",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
          

          
          
            <div class="item grid__item grid__item--5732b428-5afc-4c8a-9130-ca0bba71b57d ">
              <div class="grid-view-item product-6976808878213">
  <div class="grid-view-item__link grid-view-item__image-container">
    
    
<div class="grid-view-item__image-wrapper js">
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-warhammer">
        <div class="image-inner">
          <div class="reveal">
            <img loading="lazy" class="grid-view-item__image lazyload " src="//blackknightgames.ca/cdn/shop/files/NEWSLETTER-Warhammer_370x480.jpg?v=1713634966" alt="BKG Newsletter: Warhammer">


            

            <span id="tag-container"></span>

          </div>
          <div class="hide imgurl-for-quickview">
            
            <span>//blackknightgames.ca/cdn/shop/files/NEWSLETTER-Warhammer_771x1000.jpg?v=1713634966</span>
            
          </div>
          <div class="hide socialurl-for-quickview">
            <span>
            </span>
          </div>
        </div>
      </a>

      

    </div>

    <div class="product-description">
      <span class="custom-dropdown__small">
        <select title="Select variant" last="40676813734021" name="id" data-dropdown-id="productSelect-dropdown" className="collection__select">
          
          
          <option  selected="selected"  value="40676813734021">
            Available
          </option>
          
          
        </select>
      </span>
      <span class="shopify-product-reviews-badge" data-id="6976808878213"></span>
      <a href="/collections/early-requests-for-upcoming-products/products/bkg-newsletter-warhammer">
        <div class="product-detail">
          <div class="h4 grid-view-item__title">BKG Newsletter: Warhammer</div>
        </div>
      </a>
      <div class="grid-view-item__meta">
        

<div class="product-price" variants='
{

"40676813734021":{
"price":"0",
"compareAtPrice":""
}


}
'>
  <span class="product-price__compare-at-price regular qv-discountprice" style="text-decoration: line-through;"></span>
  <span class="product-price__price is-bold qv-regularprice">$0.00</span>
</div>
      </div>
      <div class="product-desc"> This is not a preorder for any specific product.
Don't miss out! Get notified early of our major releases, restocks, preorders, and events for all Warhammer products.By purchasing this FREE item yo... </div>
      <div class="thumbnail-buttons">
        <div class="quick-view">
          <button aria-label="Quickview" title="Quickview" class="btn" data-toggle="modal"> 
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="quote" alt="quote">
  <symbol id="quickview" viewBox="0 0 1050 1050">
    <title>quickview</title>
    <path d="M505.918,236.117c-26.651-43.587-62.485-78.609-107.497-105.065c-45.015-26.457-92.549-39.687-142.608-39.687
			c-50.059,0-97.595,13.225-142.61,39.687C68.187,157.508,32.355,192.53,5.708,236.117C1.903,242.778,0,249.345,0,255.818
			c0,6.473,1.903,13.04,5.708,19.699c26.647,43.589,62.479,78.614,107.495,105.064c45.015,26.46,92.551,39.68,142.61,39.68
			c50.06,0,97.594-13.176,142.608-39.536c45.012-26.361,80.852-61.432,107.497-105.208c3.806-6.659,5.708-13.223,5.708-19.699
			C511.626,249.345,509.724,242.778,505.918,236.117z M194.568,158.03c17.034-17.034,37.447-25.554,61.242-25.554
			c3.805,0,7.043,1.336,9.709,3.999c2.662,2.664,4,5.901,4,9.707c0,3.809-1.338,7.044-3.994,9.704
			c-2.662,2.667-5.902,3.999-9.708,3.999c-16.368,0-30.362,5.808-41.971,17.416c-11.613,11.615-17.416,25.603-17.416,41.971
			c0,3.811-1.336,7.044-3.999,9.71c-2.667,2.668-5.901,3.999-9.707,3.999c-3.809,0-7.044-1.334-9.71-3.999
			c-2.667-2.666-3.999-5.903-3.999-9.71C169.015,195.482,177.535,175.065,194.568,158.03z M379.867,349.04
			c-38.164,23.12-79.514,34.687-124.054,34.687c-44.539,0-85.889-11.56-124.051-34.687s-69.901-54.2-95.215-93.222
			c28.931-44.921,65.19-78.518,108.777-100.783c-11.61,19.792-17.417,41.207-17.417,64.236c0,35.216,12.517,65.329,37.544,90.362
			s55.151,37.544,90.362,37.544c35.214,0,65.329-12.518,90.362-37.544s37.545-55.146,37.545-90.362
			c0-23.029-5.808-44.447-17.419-64.236c43.585,22.265,79.846,55.865,108.776,100.783C449.767,294.84,418.031,325.913,379.867,349.04
			z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="quote" alt="quote">
  <use xlink:href="#quickview" x="26%" y="26%">
</svg>
<span> + quick View</span></button>
        </div>
        <div class="add-to-wishlist">
  <div class="show">
    <div class="default-wishbutton-bkg-newsletter-warhammer loading">
      <a class="add-in-wishlist-js btn" data-href="bkg-newsletter-warhammer">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist-outline" viewBox="0 0 1200 1200">
    <title>wishlist-outline</title>
    <path d="M511.825,170.191c-0.14-1.786-0.298-3.155-0.44-4.095C504.22,84.955,444.691,20.73,367.434,20.73
			c-44.758,0-85.66,21.18-112.442,55.516C228.835,41.679,189.491,20.73,144.97,20.73C67.976,20.73,8.584,84.52,0.937,166.557
			c-0.147,0.956-0.295,2.12-0.43,3.489C-0.8,183.3,0.287,200.862,5.338,222.26c10.732,45.463,35.828,86.871,71.224,118.958
			l164.828,144.92c8.028,7.059,20.042,7.085,28.101,0.062l166.037-144.683c39.134-40.728,62.393-77.366,71.616-119.584
			C511.771,200.731,512.848,183.284,511.825,170.191z M465.46,212.833c-7.254,33.204-26.552,63.603-59.352,97.843L255.545,441.771
			l-150.569-132.38c-28.881-26.184-49.406-60.051-58.113-96.933c-3.953-16.747-4.747-29.585-3.895-38.225
			c0.075-0.764,0.393-3.072,0.393-3.072C48.849,109.384,91.478,63.397,144.97,63.397c39.823,0,73.704,24.287,90.17,63.294
			c7.338,17.382,31.97,17.382,39.308,0c16.136-38.225,52.419-63.294,92.986-63.294c53.494,0,96.121,45.99,101.609,107.786
			c0.147,1.242,0.187,1.586,0.245,2.333C469.993,182.541,469.174,195.811,465.46,212.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist-outline" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart-o"></i>
        <span class="tooltip-label">Add to wishlist</span>
      </a>
    </div>
    <div class="loadding-wishbutton-bkg-newsletter-warhammer loading btn loader-btn" style="display: none; pointer-events: none">
      <a class="add_to_wishlist" data-href="bkg-newsletter-warhammer">
        <i class="fa fa-circle-o-notch fa-spin"></i>
      </a>
    </div>
    <div class="added-wishbutton-bkg-newsletter-warhammer loading" style="display: none;">
      <a class="added-wishlist btn add_to_wishlist" href="/pages/wishlist">
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="wishlist" alt="wishlist">
  <symbol id="wishlist" viewBox="0 0 1200 1200">
    <title>wishlist</title>
    <path d="M511.489,167.372c-7.573-84.992-68.16-146.667-144.107-146.667c-44.395,0-85.483,20.928-112.427,55.488
			c-26.475-34.923-66.155-55.488-110.037-55.488c-75.691,0-136.171,61.312-144.043,145.856c-0.811,5.483-2.795,25.045,4.395,55.68
			C15.98,267.532,40.62,308.663,76.759,341.41l164.608,144.704c4.011,3.541,9.067,5.312,14.08,5.312
			c4.992,0,10.005-1.749,14.016-5.248L436.865,340.13c24.704-25.771,58.859-66.048,70.251-118.251
			C514.391,188.514,511.66,168.268,511.489,167.372z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="wishlist" alt="wishlist">
  <use xlink:href="#wishlist" x="30%" y="30%"></use>
</svg>
<i class="fa fa-heart"></i>
        <span class="tooltip-label">View Wishlist</span>
      </a>
    </div>
  </div>
</div>
        <div class="product-block-hover grid-hover">
          <div class="qv-cartmain add_to_cart_main grid-cart hide">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">
              <div class="product-selector">
                
              </div>
              <select name="id" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">
                
                <option  selected="selected"  value="40676813734021" data-available="1" data-price="$0.00" data-compareatprice="" >Default Title</option>
                
              </select>
              <div class="product-form__item product-form__item--quantity">
                <div class="dec button qtyminus">-</div>
                <input name="quantity" value="1" class="quantity">
                <div class="inc button qtyplus">+</div>
              </div>
              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="qv-addToCart addToCart enable btn">
                  <span class="value instock">
                    Add To Cart
                  </span>
                  <span class="adding">
                    adding...
                  </span>
                </a>
                
              </div>
              <input type="hidden" name="return_to" value="back" />
            </form>
          </div>
          <div class="nm-cartmain add_to_cart_main grid-cart">
            <form action="/cart/add" method="post" class="add-to-cart product-form product-form-template--14498894545029__1620367959fcc47086" data-section="template--14498894545029__1620367959fcc47086">

              <select title="Add to cart" name="prduct-variant" data-section="template--14498894545029__1620367959fcc47086" class="product-form__variants no-js">

                
                <option  selected="selected"  value="40676813734021" data-available="1" >Default Title</option>
                
              </select>
              
              
              <input type="text" name="prduct-variant" value="40676813734021" class="product-form__input">
              
              
              <input type="number" name="product-quantity" value="1" min="1" class="product-form__input">

              <div class="product-form__item product-form__item--submit">
                
                <a href="javascript: void(0)" class="nm-addToCart addToCart enable btn">
                  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="add to cart" alt="add to cart">
  <symbol id="addtocart" viewBox="0 0 1050 1050">
    <title>addtocart</title>
    <path d="M194.59,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S230.235,382.711,194.59,382.711z M194.59,473.215c-14.261,0-25.858-11.597-25.858-25.858c0-14.261,11.597-25.858,25.858-25.858
				c14.254,0,25.858,11.597,25.858,25.858C220.448,461.617,208.851,473.215,194.59,473.215z" />
    <path d="M385.941,382.711c-35.646,0-64.646,29-64.646,64.646s29,64.646,64.646,64.646c35.646,0,64.646-29,64.646-64.646
				S421.587,382.711,385.941,382.711z M385.941,473.215c-14.261,0-25.858-11.597-25.858-25.858
				c0-14.261,11.597-25.858,25.858-25.858c14.261,0,25.858,11.597,25.858,25.858C411.799,461.617,400.202,473.215,385.941,473.215z" />
    <path d="M498.088,126.274c-3.685-4.629-9.27-7.324-15.179-7.324H143.326l-17.629-89.095c-1.545-7.803-7.699-13.873-15.528-15.308
				L32.594,0.325C22.038-1.621,11.953,5.368,10.02,15.905s5.042,20.641,15.58,22.574l64.607,11.843l56.914,287.667
				c1.797,9.083,9.768,15.631,19.025,15.631h271.512c9.031,0,16.86-6.225,18.896-15.037l45.252-195.876
				C503.137,136.947,501.767,130.896,498.088,126.274z M422.233,314.833H182.074l-31.075-157.089h307.519L422.233,314.833z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 30 30" aria-label="add to cart" alt="add to cart">
  <use xlink:href="#addtocart" x="25%" y="25%"></use>
</svg>

                  <span class="value">
                    Add To Cart
                  </span>
                </a>
                
              </div>
            </form>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>

<script>
  ((
    product = {"id":6976808878213,"title":"BKG Newsletter: Warhammer","handle":"bkg-newsletter-warhammer","description":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, restocks, preorders, and events for all Warhammer products.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eWarhammer\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003c\/p\u003e","published_at":"2024-04-20T14:19:59-04:00","created_at":"2024-04-20T13:31:42-04:00","vendor":"Black Knight Games","type":"Email Notification Request","tags":["Early Request","Featured","GW","Newsletter","Warhammer"],"price":0,"price_min":0,"price_max":0,"available":true,"price_varies":false,"compare_at_price":null,"compare_at_price_min":0,"compare_at_price_max":0,"compare_at_price_varies":false,"variants":[{"id":40676813734021,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: Warhammer","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}}],"images":["\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Warhammer.jpg?v=1713634966"],"featured_image":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Warhammer.jpg?v=1713634966","options":["Title"],"media":[{"alt":null,"id":24192888602757,"position":1,"preview_image":{"aspect_ratio":1.0,"height":1000,"width":1000,"src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Warhammer.jpg?v=1713634966"},"aspect_ratio":1.0,"height":1000,"media_type":"image","src":"\/\/blackknightgames.ca\/cdn\/shop\/files\/NEWSLETTER-Warhammer.jpg?v=1713634966","width":1000}],"requires_selling_plan":false,"selling_plan_groups":[],"content":"\u003cp\u003e\u003cspan style=\"text-decoration: underline; color: #ff2a00;\"\u003e\u003cstrong\u003eThis is not a preorder for any specific product.\u003c\/strong\u003e\u003c\/span\u003e\u003cbr data-mce-fragment=\"1\"\u003e\u003c\/p\u003e\n\u003cp\u003eDon't miss out! Get notified early of our major releases, restocks, preorders, and events for all Warhammer products.\u003cbr\u003e\u003cbr\u003eBy purchasing this \u003cstrong\u003eFREE\u003c\/strong\u003e item you will be added to our \u003cstrong\u003eWarhammer\u003c\/strong\u003e mailing list, and will receive email updates about all major future releases and events as soon as details become available.\u003cbr\u003e\u003cbr\u003e\u003cstrong\u003e\u003cem\u003ePLEASE MAKE SURE YOU ARE SUBSCRIBED TO RECEIVE EMAILS FROM US!\u003c\/em\u003e\u003c\/strong\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eIf at any time you no longer wish to receive these updates, you can unsubscribe from our mailing lists.\u003c\/em\u003e\u003cbr\u003e\u003cbr\u003e\u003cem\u003eThere is no obligation to purchase by adding your name to this list.\u003c\/em\u003e\u003c\/p\u003e"},
    collection = {"id":194427977861,"handle":"early-requests-for-upcoming-products","title":"Newsletters","updated_at":"2026-06-06T07:10:44-04:00","body_html":"","published_at":"2021-02-13T11:25:30-05:00","sort_order":"manual","template_suffix":"","disjunctive":false,"rules":[{"column":"tag","relation":"equals","condition":"Early Request"}],"published_scope":"global"},
    productCollectionsTitles = ["\"All Products\" (Excluding Special Exceptions)","Everything Except Gift Cards","Newsletters"],
    initialVariant = {"id":40676813734021,"title":"Default Title","option1":"Default Title","option2":null,"option3":null,"sku":null,"requires_shipping":false,"taxable":false,"featured_image":null,"available":true,"name":"BKG Newsletter: Warhammer","public_title":null,"options":["Default Title"],"price":0,"weight":0,"compare_at_price":null,"inventory_management":null,"barcode":null,"requires_selling_plan":false,"selling_plan_allocations":[],"quantity_rule":{"min":1,"max":null,"increment":1}},
    soldOut = "SOLD OUT",
    backOrder = "ORDER",
    preOrder = "PREORDER"
  ) => {

    const variantsInventoryPolicy = {
    
    "40676813734021" : "continue",
      
  };

  const variantsInventoryQty = {
    
  "40676813734021" : "-19",
    
  };

  // Product card grid is used in carousel, therefore it may exist multi times for the same product
  const productContainers = document.querySelectorAll(`.product-${product.id}`);
  productContainers.forEach(container => {
    const variantSelect = container.querySelector('#ProductSelect-Dropdown');
    const tagContainer = container.querySelector('#tag-container');

    const setVariantStatus = (curVariantId = initialVariant.id) => {
      const selectedVariant = product.variants.filter(variant => variant.id === curVariantId)[0];
      const selectedVariantQty = variantsInventoryQty[selectedVariant.id];
      const selectedVariantInventoryPolicy = variantsInventoryPolicy[selectedVariant.id];
      let tagText;
      let tagClass;
      if (selectedVariant.available === false) {
        tagText = soldOut;
        tagClass = 'outstock-overlay';
      } else if (
        collection?.title.includes('pre-order') ||
        collection?.title.includes('preorder') ||
        productCollectionsTitles.some(title => title.includes('pre-order')) ||
        productCollectionsTitles.some(title => title.includes('preorder')) ||
        product.tags.includes('preorder')
      ) {
        tagText = preOrder;
        tagClass = 'preorder-overlay';
      } else if (
        product.type !== 'Event Ticket' && selectedVariantQty <= 0 && selectedVariantInventoryPolicy === 'continue'
      ) {
        tagText = backOrder;
        tagClass = 'backorder-overlay';
      } else {
        tagClass = 'hidden';
      }
      tagContainer.innerText = tagText;
      tagContainer.className = tagClass;
    };

    variantSelect?.addEventListener('change', (e) => {
      setVariantStatus(parseInt(e.target.value));
    });

    setVariantStatus();
  });
  }) ();
</script>
            </div>
            

          
        
        
      </div>
      
      <div class="view-all-btn text-center">
        <a href="/collections/early-requests-for-upcoming-products" class="btn">
          View all products
        </a>
      </div>
      
    </div>
    
    
  </div>
</div>


</div>

<script>
  jQuery(document).ready(function () {
    
    
    $(".productblock1-template--14498894545029__1620367959fcc47086").owlCarousel({
      nav: true, // Show next and prev buttons
      navText: [
        '<i class=\'material-icons\' role="button" aria-label="Previous Slide"></i>',
        '<i class=\'material-icons\' role="button" aria-label="Next Slide"></i>'
      ],
      dots: false,
      onInitialized: function() {
        updateTabIndexes();
      },
      onTranslated: function() {
        updateTabIndexes();
      },
      rewind: true,
      loop: false,
      responsive: {
        0: {
          items: 1
        },
        544: {
          items: 2
        },
        768: {
          items: 3
        },
        992: {
          items: 3
        },
        1200: {
          items: 4
        }
      }
    });
    
    
    $(".productblock2-template--14498894545029__1620367959fcc47086").owlCarousel({
      nav: true, // Show next and prev buttons
      navText: [
        '<i class=\'material-icons\' role="button" aria-label="Previous Slide"></i>',
        '<i class=\'material-icons\' role="button" aria-label="Next Slide"></i>'
      ],
      dots: false,
      onInitialized: function() {
        updateTabIndexes();
      },
      onTranslated: function() {
        updateTabIndexes();
      },
      rewind: true,
      loop: false,
      responsive: {
        0: {
          items: 1
        },
        544: {
          items: 2
        },
        768: {
          items: 3
        },
        992: {
          items: 3
        },
        1200: {
          items: 4
        }
      }
    });
    
    
    $(".productblock3-template--14498894545029__1620367959fcc47086").owlCarousel({
      nav: true, // Show next and prev buttons
      navText: [
        '<i class=\'material-icons\' role="button" aria-label="Previous Slide"></i>',
        '<i class=\'material-icons\' role="button" aria-label="Next Slide"></i>'
      ],
      dots: false,
      onInitialized: function() {
        updateTabIndexes();
      },
      onTranslated: function() {
        updateTabIndexes();
      },
      rewind: true,
      loop: false,
      responsive: {
        0: {
          items: 1
        },
        544: {
          items: 2
        },
        768: {
          items: 3
        },
        992: {
          items: 3
        },
        1200: {
          items: 4
        }
      }
    });
    
    
  });
</script>


</div><div id="shopify-section-template--14498894545029__16364747474ecf4a41" class="shopify-section index-section">

<link href="https://cdn.binderpos.com/eventCalendar.css" rel="stylesheet" type="text/css" media="all" />
<script src="https://cdn.binderpos.com/eventCalendar.js" type="text/javascript"></script>
<script>
  document.addEventListener("shopify:section:load", function () {
    $.getScript("https://binderpos-big-calendar-1490e.web.app/static/js/runtime-main.js");
    $.getScript("https://binderpos-big-calendar-1490e.web.app/static/js/main.chunk.js");
    $.getScript("https://binderpos-big-calendar-1490e.web.app/static/js/2.chunk.js");
    $.getScript("https://cdn.binderpos.com/eventCalendar.js");
    var options = {
      fullNames: false
    };
    var myCalendar = new Calendar(document.getElementById('binderpos-calendar'), options, "");
  });
</script>
<section class="calendar-container">
  <div class="calendar-contents"  style="background:url(//blackknightgames.ca/cdn/shop/files/Castle_Dragon8.jpg?v=1613790124)" >
    <div class="container">
      <h3>Event Calendar</h3>
      <div class="calendar-inner-container">
        <div id="binderpos-calendar"></div>
      </div>
    </div>
  </div>
</section>

<script>
  var binderPosCalendar;

  document.addEventListener("DOMContentLoaded", function () {
    var options = {
      fullNames: false
    };
    var myCalendar = new Calendar(document.getElementById('binderpos-calendar'), options, "");
    console.log(myCalendar);
  });
</script>

<style>
  .calendar-container .calendar-contents:before {
    display: none;
  }

  .current-month-container {
    text-shadow: 1px 1px 4px black;
  }

  .calendar-contents .container {
    font-family: "";
  }

  .calendar-contents h3 {
    text-align: center;
  }

  table.calendar-table.calendar-border {
    background: rgb(255 255 255 / 30%);
  }

  section.calendar-container h3 {
    display: none;
  }

  .calendar-contents {
    background-size: cover !important;
    background-position: center center !important;
    height: unset !important;
    padding: 40px 0 !important;
  }

  td.calendar-data-block span {
    text-shadow: 1px 1px black;
  }
</style>








</div><!--LayoutHub-Workspace-End-->
            </div>
            
      </main>
      <div id="shopify-section-footer" class="shopify-section"><footer class="site-footer footer-color">
  <div class="footer-container">
  <div class="page-width">
  <div class="row">
  <div class="col-md-3 sm-12 contact-info">
  <div class="footer-content">
  <div class="store-img">
  
  
  <div class="feature-row__item">
  
  <a class="site-header__logo-link" href="/" itemprop="url">Black Knight Games</a>
  
  </div>
  
  </div>
  
  <div class="contact-info-inner " id="contact-info-container">
  <ul class="site-footer__linklist">
  
  <li class="site-footer__linklist-item shop-address col-lg-12 col-md-12 col-sm-4 col-xs-4">
  <i aria-hidden="true" class="fa fa-map-marker" aria-label="address" alt="address"></i>
  <div class="content">
  <p>864 Mohawk Rd East</p>
  <p>Hamilton,
  
  ON,
  
  L8T2R4</p>
  <p>Canada</p>
  </div>
  </li>
  
  
  <li class="site-footer__linklist-item shop-contact col-lg-12 col-md-12 col-sm-4 col-xs-4">
  <i class="fa fa-phone" aria-label="phone" alt="phone" aria-hidden="true" ></i>
  <div class="content">
  <a href="/">
  9052963401
  </a>
  </div>
  </li>
  
  
  <li class="site-footer__linklist-item shop-email col-lg-12 col-md-12 col-sm-4 col-xs-4">
  <i class="fa fa-envelope" aria-hidden="true" aria-label="email" alt="email"></i>
  <div class="content">
  <a href="mailto:info@blackknightgames.ca">
  info@blackknightgames.ca
  </a>
  </div>
  </li>
  
  
  </ul>
  </div>
  
  </div>
  </div>
  <div class="hidden-lg-up" id="_mobile_newsletter"></div>
  
  
  <div class="bottom-link-list footer-block col-md-3 sm-12">
  
  <div class="footer-title clearfix hidden-lg-up collapsed" data-target="#company-info-container" data-toggle="collapse">
  <span class="h3 block-heading">Links</span>
  <span class="navbar-toggler collapse-icons">
  <i class="material-icons open" aria-label="open" alt="open">&#xE313;</i>
  <i class="material-icons close" aria-label="close" alt="close">&#xE316;</i>
  </span>
  </div>
  
  <div class="company-info-inner collapse footer-dropdown" id="company-info-container">
  
  <h2 class="footer-heading hidden-lg-down">Links</h2>
  
  <ul class="site-footer__linklist">
  
  <li class="site-footer__linklist-item">
  <a href="/pages/faq">FAQ</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="/pages/contact-us">Contact Us</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="/pages/events">Upcoming Events</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="/collections/early-requests-for-upcoming-products">Newsletters</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="https://blackknightgames.ca/products/gift-card">Purchase a Gift Card</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="https://blackknightgames.ca/a/gifthero/balance">Check Gift Card Balance</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="https://blackknightgames.ca/products/rpg-booking?_pos=1&_psq=rpg+booking&_ss=e&_v=1.0">RPG Room Booking</a>
  </li>
  
  <li class="site-footer__linklist-item">
  <a href="/pages/sell-your-mtg">Sell Us Your Cards!</a>
  </li>
  
  </ul>
  
  </div>
  </div>
  
  <div class="hidden-lg-down" id="_desktop_newsletter">
  
  
  <div class="newsletter col-md-3 col-sm-12">
  <div class="block_newsletter newsletter-inner" id="newsletter-container" style="margin-bottom: 15px;">
  <div class="newsletter_text">
  <h3 class="footer-heading">Store Hours</h3>
  
  <p class="block-newsletter-label"><p>Sunday — 12–5 p.m.</p><p>Monday — 12–8 p.m.</p><p>Tuesday — 12–8 p.m.</p><p>Wednesday — 12–8 p.m.</p><p>Thursday — 12–8 p.m.</p><p>Friday — 12–8 p.m.</p><p>Saturday — 10 a.m. – 8 p.m.</p></p>
  
  </div>
  </div>
  </div>
  
  
  
  
  </div>
  </div>
  </div>
  </div>
  
  <div class="footer-bottom">
  <div class="page-width">
  <div class="row">
  <div class="footer-left col-md-6 col-sm-12">
  <div class="site-footer__copyright--bottom"><p>© 2026 blackknightgames.ca, All Rights Reserved
  <span class="powered-by-binderpos">
  - Integrated with
  <a href="https://binderpos.com">BinderPOS</a>
  </span>
  </p>
  </div>
  </div>
  
  <div class="footer-right col-md-12 col-sm-12 text-center">
  <div class="payment-icons">
  <div class="logo-bar">
  
  <div class="logo-bar__item">
  <div class="logo-bar__link">
  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="visa" alt="visa">
  <symbol id="visa" viewBox="75 75 360 360">
    <title>visa</title>
    <path style="fill:#FFFFFF;" d="M512,402.281c0,16.716-13.55,30.267-30.265,30.267H30.265C13.55,432.549,0,418.997,0,402.281V109.717
	c0-16.716,13.55-30.266,30.265-30.266h451.47c16.716,0,30.265,13.551,30.265,30.266V402.281L512,402.281z" />
    <path style="fill:#F79F1A;" d="M113.64,258.035l-12.022-57.671c-2.055-7.953-8.035-10.319-15.507-10.632H30.993l-0.491,2.635
	C73.431,202.774,101.836,227.88,113.64,258.035z" />
    <g>
      <polygon style="fill:#059BBF;" points="241.354,190.892 205.741,190.892 183.499,321.419 219.053,321.419 	" />
      <path style="fill:#059BBF;" d="M135.345,321.288l56.01-130.307h-37.691l-34.843,89.028l-3.719-13.442
		c-6.83-16.171-26.35-39.446-49.266-54.098l31.85,108.863L135.345,321.288z" />
      <path style="fill:#059BBF;" d="M342.931,278.75c0.132-14.819-9.383-26.122-29.887-35.458c-12.461-6.03-20.056-10.051-19.965-16.17
		c0-5.406,6.432-11.213,20.368-11.213c11.661-0.179,20.057,2.367,26.624,5.003l3.218,1.475l4.826-28.277
		c-7.059-2.637-18.094-5.451-31.895-5.451c-35.157,0-59.904,17.691-60.128,43.064c-0.224,18.763,17.692,29.216,31.181,35.469
		c13.847,6.374,18.493,10.453,18.404,16.171c-0.089,8.743-11.035,12.73-21.264,12.73c-14.25,0-21.8-1.965-33.509-6.843l-4.55-2.09
		l-4.998,29.249c8.303,3.629,23.668,6.801,39.618,6.933C318.361,323.342,342.663,305.876,342.931,278.75z" />
      <path style="fill:#059BBF;" d="M385.233,301.855c4.065,0,40.382,0.045,45.566,0.045c1.072,4.545,4.333,19.565,4.333,19.565h33.011
		L439.33,191.027h-27.472c-8.533,0-14.874,2.323-18.628,10.809l-52.845,119.629h37.392
		C377.774,321.465,383.848,305.386,385.233,301.855z M409.622,238.645c-0.176,0.357,2.95-7.549,4.737-12.463l2.411,11.256
		c0,0,6.792,31.182,8.22,37.704h-29.528C398.411,267.638,409.622,238.645,409.622,238.645z" />
      <path style="fill:#059BBF;" d="M481.735,79.451H30.265C13.55,79.451,0,93.001,0,109.717v31.412h512v-31.412
		C512,93.001,498.451,79.451,481.735,79.451z" />
    </g>
    <path style="fill:#F79F1A;" d="M481.735,432.549H30.265C13.55,432.549,0,418.998,0,402.283v-31.412h512v31.412
	C512,418.998,498.451,432.549,481.735,432.549z" />
    <path style="opacity:0.15;fill:#202121;enable-background:new    ;" d="M21.517,402.281V109.717
	c0-16.716,13.551-30.266,30.267-30.266h-21.52C13.55,79.451,0,93.001,0,109.717v292.565c0,16.716,13.55,30.267,30.265,30.267h21.52
	C35.069,432.549,21.517,418.997,21.517,402.281z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 44 33" aria-label="visa" alt="visa">
  <use xlink:href="#visa" x="0%" y="0%"></use>
</svg>

  </div>
  </div>
  
  
  <div class="logo-bar__item">
  <div class="logo-bar__link">
  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="paypal" alt="paypal">
  <symbol id="paypal" viewBox="75 75 400 400">
    <title>paypal</title>
    <path style="fill:#32A6CE;" d="M381.6,200.4c-12,0-21.6,3.2-29.6,4.8l-2.4,18.4c4-1.6,15.2-4.8,24.8-5.6c9.6,0,15.2,1.6,13.6,10.4
	c-28.8,0-48,5.6-52,24.8c-5.6,32,29.6,32.8,43.2,18.4l-1.6,8.8h25.6l11.2-52C418.4,206.8,399.2,199.6,381.6,200.4z M383.2,254
	c-1.6,6.4-7.2,8.8-13.6,9.6c-5.6,0-10.4-3.2-7.2-9.6c3.2-4.8,10.4-4.8,16-4.8c1.6,0,4,0,6.4,0C384,248.4,383.2,251.6,383.2,254z" />
    <path style="fill:#1A80AD;" d="M349.6,223.6c4-1.6,15.2-4.8,24.8-5.6c9.6,0,15.2,1.6,13.6,10.4c-28.8,0-48,5.6-52,24.8
	c-5.6,32,29.6,32.8,43.2,18.4l-1.6,8.8h25.6l11.2-52c4.8-21.6-15.2-27.2-32.8-27.2 M383.2,254c-1.6,6.4-7.2,8.8-13.6,9.6
	c-5.6,0-10.4-3.2-7.2-9.6c3.2-4.8,10.4-4.8,16-4.8c1.6,0,4,0,6.4,0C384,248.4,383.2,251.6,383.2,254z" />
    <polygon style="fill:#32A6CE;" points="436,176.4 415.2,280.4 440.8,280.4 462.4,176.4 " />
    <polygon style="fill:#1A80AD;" points="454.4,176.4 415.2,280.4 440.8,280.4 462.4,176.4 436,176.4 436,176.4 " />
    <path style="fill:#32A6CE;" d="M316.8,176.4h-47.2l-20.8,104h28l7.2-32h20c19.2,0,35.2-11.2,39.2-31.2
	C347.2,194,330.4,176.4,316.8,176.4z M316,212.4c-1.6,7.2-8.8,12-16,12h-12.8l5.6-24h13.6C313.6,200.4,317.6,205.2,316,212.4z" />
    <path style="fill:#1A80AD;" d="M316.8,176.4h-32l-36.8,104h28l7.2-32h20c19.2,0,35.2-11.2,39.2-31.2
	C347.2,194,330.4,176.4,316.8,176.4z M316,212.4c-1.6,7.2-8.8,12-16,12h-12.8l5.6-24h13.6C313.6,200.4,317.6,205.2,316,212.4z" />
    <path style="fill:#21789E;" d="M132,200.4c-12,0-21.6,3.2-28.8,4.8l-2.4,18.4c3.2-1.6,15.2-4.8,24.8-5.6c9.6,0,15.2,1.6,13.6,10.4
	c-28,0-47.2,5.6-51.2,24.8c-5.6,32,28.8,32.8,42.4,18.4l-1.6,8.8h25.6l11.2-52C169.6,206.8,149.6,199.6,132,200.4z M134.4,254
	c-1.6,6.4-7.2,8.8-13.6,9.6c-5.6,0-10.4-3.2-6.4-9.6c3.2-4.8,10.4-4.8,15.2-4.8c2.4,0,4,0,6.4,0C135.2,248.4,134.4,251.6,134.4,254z
	" />
    <path style="fill:#1A5B80;" d="M101.6,223.6c3.2-1.6,15.2-4.8,24.8-5.6c9.6,0,15.2,1.6,13.6,10.4c-28,0-47.2,5.6-51.2,24.8
	c-5.6,32,28.8,32.8,42.4,18.4l-2.4,8.8h25.6l11.2-52c4.8-21.6-15.2-27.2-32.8-27.2 M134.4,254c-1.6,6.4-7.2,8.8-13.6,9.6
	c-5.6,0-10.4-3.2-6.4-9.6c3.2-4.8,10.4-4.8,15.2-4.8c2.4,0,4,0,6.4,0C135.2,248.4,134.4,251.6,134.4,254z" />
    <polygon style="fill:#21789E;" points="176,200.4 201.6,200.4 205.6,245.2 231.2,200.4 257.6,200.4 196.8,312.4 168,312.4 
	186.4,278.8 " />
    <polyline style="fill:#1A5B80;" points="201.6,202 205.6,246 231.2,200.4 257.6,200.4 196.8,312.4 168,312.4 186.4,279.6 " />
    <path style="fill:#21789E;" d="M68.8,176.4h-48L0,280.4h28l7.2-32h20c19.2,0,35.2-11.2,39.2-31.2C99.2,194,82.4,176.4,68.8,176.4z
	 M68,212.4c-1.6,7.2-8.8,12-16,12H39.2l5.6-24h13.6C65.6,200.4,69.6,205.2,68,212.4z" />
    <path style="fill:#1A5B80;" d="M68.8,176.4H47.2L0,280.4h28l7.2-32h20c19.2,0,35.2-11.2,39.2-31.2C99.2,194,82.4,176.4,68.8,176.4z
	 M68,212.4c-1.6,7.2-8.8,12-16,12H39.2l5.6-24h13.6C65.6,200.4,69.6,205.2,68,212.4z" />
    <g>
      <path style="fill:#06435E;" d="M127.2,228.4c-21.6,1.6-36,8-39.2,24c-5.6,32,28.8,32.8,42.4,18.4l-1.6,9.6h25.6l4-19.2L127.2,228.4
		z M134.4,254c-1.6,6.4-7.2,8.8-13.6,9.6c-5.6,0-10.4-3.2-6.4-9.6c3.2-4.8,10.4-4.8,15.2-4.8c2.4,0,4,0,6.4,0
		C135.2,248.4,134.4,251.6,134.4,254z" />
      <polygon style="fill:#06435E;" points="207.2,244.4 205.6,246.8 222.4,262.8 257.6,200.4 231.2,200.4 	" />
      <polygon style="fill:#06435E;" points="28,280.4 35.2,248.4 2.4,280.4 	" />
    </g>
    <g>
      <polygon style="fill:#2273AA;" points="276,280.4 283.2,246.8 283.2,247.6 250.4,280.4 	" />
      <path style="fill:#2273AA;" d="M376,228.4c-21.6,1.6-36,8-39.2,24c-5.6,32,29.6,32.8,43.2,18.4l-2.4,9.6h25.6l4-19.2L376,228.4z
		 M383.2,254c-1.6,6.4-7.2,8.8-13.6,9.6c-5.6,0-10.4-3.2-7.2-9.6c3.2-4.8,10.4-4.8,16-4.8c1.6,0,4,0,6.4,0
		C384,248.4,383.2,251.6,383.2,254z" />
      <polygon style="fill:#2273AA;" points="433.6,233.2 415.2,280.4 440.8,280.4 448,248.4 	" />
    </g>
    <g>
      <path style="fill:#32A6CE;" d="M468,193.2V182h-4v-1.6h10.4v1.6h-4v11.2H468z" />
      <path style="fill:#32A6CE;" d="M476,193.2v-12.8h2.4l3.2,8.8c0,0.8,0.8,1.6,0.8,1.6c0-0.8,0-0.8,0.8-2.4l3.2-8.8h2.4v12.8h-1.6
		v-11.2l-4,11.2h-2.4l-4-11.2v11.2H476V193.2z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 44 33" aria-label="paypal" alt="paypal">
  <use xlink:href="#paypal" x="8%" y="10%"></use>
</svg>


  </div>
  </div>
  
  
  <div class="logo-bar__item">
  <div class="logo-bar__link">
  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="mastercard" alt="mastercard">
  <symbol id="mastercard" viewBox="75 75 400 400">
    <title>mastercard</title>
    <path style="fill:#FFB600;" d="M504,252c0,83.2-67.2,151.2-151.2,151.2c-83.2,0-151.2-68-151.2-151.2l0,0
	c0-83.2,67.2-151.2,150.4-151.2C436.8,100.8,504,168.8,504,252L504,252z" />
    <path style="fill:#F7981D;" d="M352.8,100.8c83.2,0,151.2,68,151.2,151.2l0,0c0,83.2-67.2,151.2-151.2,151.2
	c-83.2,0-151.2-68-151.2-151.2" />
    <path style="fill:#FF8500;" d="M352.8,100.8c83.2,0,151.2,68,151.2,151.2l0,0c0,83.2-67.2,151.2-151.2,151.2" />
    <path style="fill:#FF5050;" d="M149.6,100.8C67.2,101.6,0,168.8,0,252s67.2,151.2,151.2,151.2c39.2,0,74.4-15.2,101.6-39.2l0,0l0,0
	c5.6-4.8,10.4-10.4,15.2-16h-31.2c-4-4.8-8-10.4-11.2-15.2h53.6c3.2-4.8,6.4-10.4,8.8-16h-71.2c-2.4-4.8-4.8-10.4-6.4-16h83.2
	c4.8-15.2,8-31.2,8-48c0-11.2-1.6-21.6-3.2-32h-92.8c0.8-5.6,2.4-10.4,4-16h83.2c-1.6-5.6-4-11.2-6.4-16H216
	c2.4-5.6,5.6-10.4,8.8-16h53.6c-3.2-5.6-7.2-11.2-12-16h-29.6c4.8-5.6,9.6-10.4,15.2-15.2c-26.4-24.8-62.4-39.2-101.6-39.2
	C150.4,100.8,150.4,100.8,149.6,100.8z" />
    <path style="fill:#E52836;" d="M0,252c0,83.2,67.2,151.2,151.2,151.2c39.2,0,74.4-15.2,101.6-39.2l0,0l0,0
	c5.6-4.8,10.4-10.4,15.2-16h-31.2c-4-4.8-8-10.4-11.2-15.2h53.6c3.2-4.8,6.4-10.4,8.8-16h-71.2c-2.4-4.8-4.8-10.4-6.4-16h83.2
	c4.8-15.2,8-31.2,8-48c0-11.2-1.6-21.6-3.2-32h-92.8c0.8-5.6,2.4-10.4,4-16h83.2c-1.6-5.6-4-11.2-6.4-16H216
	c2.4-5.6,5.6-10.4,8.8-16h53.6c-3.2-5.6-7.2-11.2-12-16h-29.6c4.8-5.6,9.6-10.4,15.2-15.2c-26.4-24.8-62.4-39.2-101.6-39.2h-0.8" />
    <path style="fill:#CB2026;" d="M151.2,403.2c39.2,0,74.4-15.2,101.6-39.2l0,0l0,0c5.6-4.8,10.4-10.4,15.2-16h-31.2
	c-4-4.8-8-10.4-11.2-15.2h53.6c3.2-4.8,6.4-10.4,8.8-16h-71.2c-2.4-4.8-4.8-10.4-6.4-16h83.2c4.8-15.2,8-31.2,8-48
	c0-11.2-1.6-21.6-3.2-32h-92.8c0.8-5.6,2.4-10.4,4-16h83.2c-1.6-5.6-4-11.2-6.4-16H216c2.4-5.6,5.6-10.4,8.8-16h53.6
	c-3.2-5.6-7.2-11.2-12-16h-29.6c4.8-5.6,9.6-10.4,15.2-15.2c-26.4-24.8-62.4-39.2-101.6-39.2h-0.8" />
    <g>
      <path style="fill:#FFFFFF;" d="M204.8,290.4l2.4-13.6c-0.8,0-2.4,0.8-4,0.8c-5.6,0-6.4-3.2-5.6-4.8l4.8-28h8.8l2.4-15.2h-8l1.6-9.6
		h-16c0,0-9.6,52.8-9.6,59.2c0,9.6,5.6,13.6,12.8,13.6C199.2,292.8,203.2,291.2,204.8,290.4z" />
      <path style="fill:#FFFFFF;" d="M210.4,264.8c0,22.4,15.2,28,28,28c12,0,16.8-2.4,16.8-2.4l3.2-15.2c0,0-8.8,4-16.8,4
		c-17.6,0-14.4-12.8-14.4-12.8H260c0,0,2.4-10.4,2.4-14.4c0-10.4-5.6-23.2-23.2-23.2C222.4,227.2,210.4,244.8,210.4,264.8z
		 M238.4,241.6c8.8,0,7.2,10.4,7.2,11.2H228C228,252,229.6,241.6,238.4,241.6z" />
      <path style="fill:#FFFFFF;" d="M340,290.4l3.2-17.6c0,0-8,4-13.6,4c-11.2,0-16-8.8-16-18.4c0-19.2,9.6-29.6,20.8-29.6
		c8,0,14.4,4.8,14.4,4.8l2.4-16.8c0,0-9.6-4-18.4-4c-18.4,0-36.8,16-36.8,46.4c0,20,9.6,33.6,28.8,33.6
		C331.2,292.8,340,290.4,340,290.4z" />
      <path style="fill:#FFFFFF;" d="M116.8,227.2c-11.2,0-19.2,3.2-19.2,3.2L95.2,244c0,0,7.2-3.2,17.6-3.2c5.6,0,10.4,0.8,10.4,5.6
		c0,3.2-0.8,4-0.8,4s-4.8,0-7.2,0c-13.6,0-28.8,5.6-28.8,24c0,14.4,9.6,17.6,15.2,17.6c11.2,0,16-7.2,16.8-7.2l-0.8,6.4H132l6.4-44
		C138.4,228,122.4,227.2,116.8,227.2z M120,263.2c0,2.4-1.6,15.2-11.2,15.2c-4.8,0-6.4-4-6.4-6.4c0-4,2.4-9.6,14.4-9.6
		C119.2,263.2,120,263.2,120,263.2z" />
      <path style="fill:#FFFFFF;" d="M153.6,292c4,0,24,0.8,24-20.8c0-20-19.2-16-19.2-24c0-4,3.2-5.6,8.8-5.6c2.4,0,11.2,0.8,11.2,0.8
		l2.4-14.4c0,0-5.6-1.6-15.2-1.6c-12,0-24,4.8-24,20.8c0,18.4,20,16.8,20,24c0,4.8-5.6,5.6-9.6,5.6c-7.2,0-14.4-2.4-14.4-2.4
		l-2.4,14.4C136,290.4,140,292,153.6,292z" />
      <path style="fill:#FFFFFF;" d="M472.8,214.4l-3.2,21.6c0,0-6.4-8-15.2-8c-14.4,0-27.2,17.6-27.2,38.4c0,12.8,6.4,26.4,20,26.4
		c9.6,0,15.2-6.4,15.2-6.4l-0.8,5.6h16l12-76.8L472.8,214.4z M465.6,256.8c0,8.8-4,20-12.8,20c-5.6,0-8.8-4.8-8.8-12.8
		c0-12.8,5.6-20.8,12.8-20.8C462.4,243.2,465.6,247.2,465.6,256.8z" />
      <path style="fill:#FFFFFF;" d="M29.6,291.2l9.6-57.6l1.6,57.6H52l20.8-57.6L64,291.2h16.8l12.8-76.8H67.2l-16,47.2l-0.8-47.2H27.2
		l-12.8,76.8H29.6z" />
      <path style="fill:#FFFFFF;" d="M277.6,291.2c4.8-26.4,5.6-48,16.8-44c1.6-10.4,4-14.4,5.6-18.4c0,0-0.8,0-3.2,0
		c-7.2,0-12.8,9.6-12.8,9.6l1.6-8.8h-15.2L260,292h17.6V291.2z" />
      <path style="fill:#FFFFFF;" d="M376.8,227.2c-11.2,0-19.2,3.2-19.2,3.2l-2.4,13.6c0,0,7.2-3.2,17.6-3.2c5.6,0,10.4,0.8,10.4,5.6
		c0,3.2-0.8,4-0.8,4s-4.8,0-7.2,0c-13.6,0-28.8,5.6-28.8,24c0,14.4,9.6,17.6,15.2,17.6c11.2,0,16-7.2,16.8-7.2l-0.8,6.4H392l6.4-44
		C399.2,228,382.4,227.2,376.8,227.2z M380.8,263.2c0,2.4-1.6,15.2-11.2,15.2c-4.8,0-6.4-4-6.4-6.4c0-4,2.4-9.6,14.4-9.6
		C380,263.2,380,263.2,380.8,263.2z" />
      <path style="fill:#FFFFFF;" d="M412,291.2c4.8-26.4,5.6-48,16.8-44c1.6-10.4,4-14.4,5.6-18.4c0,0-0.8,0-3.2,0
		c-7.2,0-12.8,9.6-12.8,9.6l1.6-8.8h-15.2L394.4,292H412V291.2z" />
    </g>
    <g>
      <path style="fill:#DCE5E5;" d="M180,279.2c0,9.6,5.6,13.6,12.8,13.6c5.6,0,10.4-1.6,12-2.4l2.4-13.6c-0.8,0-2.4,0.8-4,0.8
		c-5.6,0-6.4-3.2-5.6-4.8l4.8-28h8.8l2.4-15.2h-8l1.6-9.6" />
      <path style="fill:#DCE5E5;" d="M218.4,264.8c0,22.4,7.2,28,20,28c12,0,16.8-2.4,16.8-2.4l3.2-15.2c0,0-8.8,4-16.8,4
		c-17.6,0-14.4-12.8-14.4-12.8H260c0,0,2.4-10.4,2.4-14.4c0-10.4-5.6-23.2-23.2-23.2C222.4,227.2,218.4,244.8,218.4,264.8z
		 M238.4,241.6c8.8,0,10.4,10.4,10.4,11.2H228C228,252,229.6,241.6,238.4,241.6z" />
      <path style="fill:#DCE5E5;" d="M340,290.4l3.2-17.6c0,0-8,4-13.6,4c-11.2,0-16-8.8-16-18.4c0-19.2,9.6-29.6,20.8-29.6
		c8,0,14.4,4.8,14.4,4.8l2.4-16.8c0,0-9.6-4-18.4-4c-18.4,0-28.8,16-28.8,46.4c0,20,1.6,33.6,20.8,33.6
		C331.2,292.8,340,290.4,340,290.4z" />
      <path style="fill:#DCE5E5;" d="M95.2,244.8c0,0,7.2-3.2,17.6-3.2c5.6,0,10.4,0.8,10.4,5.6c0,3.2-0.8,4-0.8,4s-4.8,0-7.2,0
		c-13.6,0-28.8,5.6-28.8,24c0,14.4,9.6,17.6,15.2,17.6c11.2,0,16-7.2,16.8-7.2l-0.8,6.4H132l6.4-44c0-18.4-16-19.2-22.4-19.2
		 M128,263.2c0,2.4-9.6,15.2-19.2,15.2c-4.8,0-6.4-4-6.4-6.4c0-4,2.4-9.6,14.4-9.6C119.2,263.2,128,263.2,128,263.2z" />
      <path style="fill:#DCE5E5;" d="M136,290.4c0,0,4.8,1.6,18.4,1.6c4,0,24,0.8,24-20.8c0-20-19.2-16-19.2-24c0-4,3.2-5.6,8.8-5.6
		c2.4,0,11.2,0.8,11.2,0.8l2.4-14.4c0,0-5.6-1.6-15.2-1.6c-12,0-16,4.8-16,20.8c0,18.4,12,16.8,12,24c0,4.8-5.6,5.6-9.6,5.6" />
      <path style="fill:#DCE5E5;" d="M469.6,236c0,0-6.4-8-15.2-8c-14.4,0-19.2,17.6-19.2,38.4c0,12.8-1.6,26.4,12,26.4
		c9.6,0,15.2-6.4,15.2-6.4l-0.8,5.6h16l12-76.8 M468.8,256.8c0,8.8-7.2,20-16,20c-5.6,0-8.8-4.8-8.8-12.8c0-12.8,5.6-20.8,12.8-20.8
		C462.4,243.2,468.8,247.2,468.8,256.8z" />
      <path style="fill:#DCE5E5;" d="M29.6,291.2l9.6-57.6l1.6,57.6H52l20.8-57.6L64,291.2h16.8l12.8-76.8h-20l-22.4,47.2l-0.8-47.2h-8.8
		l-27.2,76.8H29.6z" />
      <path style="fill:#DCE5E5;" d="M260.8,291.2h16.8c4.8-26.4,5.6-48,16.8-44c1.6-10.4,4-14.4,5.6-18.4c0,0-0.8,0-3.2,0
		c-7.2,0-12.8,9.6-12.8,9.6l1.6-8.8" />
      <path style="fill:#DCE5E5;" d="M355.2,244.8c0,0,7.2-3.2,17.6-3.2c5.6,0,10.4,0.8,10.4,5.6c0,3.2-0.8,4-0.8,4s-4.8,0-7.2,0
		c-13.6,0-28.8,5.6-28.8,24c0,14.4,9.6,17.6,15.2,17.6c11.2,0,16-7.2,16.8-7.2l-0.8,6.4H392l6.4-44c0-18.4-16-19.2-22.4-19.2
		 M388,263.2c0,2.4-9.6,15.2-19.2,15.2c-4.8,0-6.4-4-6.4-6.4c0-4,2.4-9.6,14.4-9.6C380,263.2,388,263.2,388,263.2z" />
      <path style="fill:#DCE5E5;" d="M395.2,291.2H412c4.8-26.4,5.6-48,16.8-44c1.6-10.4,4-14.4,5.6-18.4c0,0-0.8,0-3.2,0
		c-7.2,0-12.8,9.6-12.8,9.6l1.6-8.8" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 44 33" aria-label="mastercard" alt="mastercard">
  <use xlink:href="#mastercard" x="3%" y="6%"></use>
</svg>

  </div>
  </div>
  
  
  <div class="logo-bar__item">
  <div class="logo-bar__link">
  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="discover" alt="discover">
  <symbol id="discover" viewBox="75 75 400 400">
    <title>discover</title>
    <circle style="fill:#EF9122;" cx="263.2" cy="211.6" r="41.6" />
    <path style="fill:#F26E21;" d="M221.6,211.6c0-23.2,18.4-41.6,41.6-41.6s41.6,18.4,41.6,41.6s-18.4,41.6-41.6,41.6" />
    <path style="fill:#F44500;" d="M234.4,182c16-16,42.4-16,58.4,0s16,42.4,0,58.4" />
    <path style="fill:#595A5B;" d="M22.4,172.4H0v78.4h22.4c12,0,20.8-3.2,28-8.8c8.8-7.2,14.4-18.4,14.4-30.4
	C64.8,188.4,48,172.4,22.4,172.4z M40.8,231.6c-4.8,4-11.2,6.4-20.8,6.4h-4.8v-52h4c9.6,0,16,1.6,20.8,6.4c5.6,4.8,8.8,12,8.8,19.2
	C49.6,218.8,46.4,226.8,40.8,231.6z" />
    <rect id="SVGCleanerId_0" x="72" y="172.4" style="fill:#595A5B;" width="15.2" height="78.4" />
    <path style="fill:#595A5B;" d="M125.6,202.8c-9.6-3.2-12-5.6-12-9.6c0-4.8,4.8-8.8,11.2-8.8c4.8,0,8.8,1.6,12.8,6.4l8-10.4
	c-6.4-5.6-14.4-8.8-23.2-8.8c-13.6,0-24.8,9.6-24.8,22.4c0,11.2,4.8,16,19.2,21.6c6.4,2.4,8.8,3.2,10.4,4.8c3.2,1.6,4.8,4.8,4.8,8
	c0,6.4-4.8,11.2-12,11.2s-13.6-4-16.8-10.4l-9.6,9.6c7.2,10.4,16,15.2,27.2,15.2c16,0,27.2-10.4,27.2-25.6
	C148,214.8,143.2,209.2,125.6,202.8z" />
    <path style="fill:#3B3D3F;" d="M152.8,211.6c0,23.2,18.4,40.8,41.6,40.8c6.4,0,12-1.6,19.2-4.8v-18.4c-6.4,6.4-12,8.8-18.4,8.8
	c-15.2,0-26.4-11.2-26.4-27.2c0-15.2,11.2-27.2,25.6-27.2c7.2,0,12.8,2.4,19.2,8.8V174c-6.4-3.2-12-4.8-19.2-4.8
	C172,170.8,152.8,189.2,152.8,211.6z" />
    <polygon style="fill:#3B3D3F;" points="339.2,225.2 318.4,172.4 301.6,172.4 334.4,253.2 343.2,253.2 377.6,172.4 360.8,172.4 " />
    <polygon style="fill:#3B3D3F;" points="384,250.8 428,250.8 428,238 400,238 400,216.4 427.2,216.4 427.2,202.8 400,202.8 400,186 428,186 428,172.4 
	384,172.4 " />
    <g>
      <path style="fill:#3B3D3F;" d="M471.2,218c12-2.4,18.4-10.4,18.4-22.4c0-14.4-10.4-23.2-28-23.2h-23.2v78.4h15.2v-31.2h2.4
		l21.6,31.2H496L471.2,218z M458.4,208.4h-4.8v-24h4.8c9.6,0,15.2,4,15.2,12S468,208.4,458.4,208.4z" />
      <path style="fill:#3B3D3F;" d="M22.4,172.4H0v78.4h22.4c12,0,20.8-3.2,28-8.8c8.8-7.2,14.4-18.4,14.4-30.4
		C64.8,188.4,48,172.4,22.4,172.4z M40.8,231.6c-4.8,4-11.2,6.4-20.8,6.4h-4.8v-52h4c9.6,0,16,1.6,20.8,6.4c5.6,4.8,8.8,12,8.8,19.2
		C49.6,218.8,46.4,226.8,40.8,231.6z" />
    </g>
    <g>
      <rect id="SVGCleanerId_0_1_" x="72" y="172.4" style="fill:#595A5B;" width="15.2" height="78.4" />
    </g>
    <g>
      <path style="fill:#595A5B;" d="M125.6,202.8c-9.6-3.2-12-5.6-12-9.6c0-4.8,4.8-8.8,11.2-8.8c4.8,0,8.8,1.6,12.8,6.4l8-10.4
		c-6.4-5.6-14.4-8.8-23.2-8.8c-13.6,0-24.8,9.6-24.8,22.4c0,11.2,4.8,16,19.2,21.6c6.4,2.4,8.8,3.2,10.4,4.8c3.2,1.6,4.8,4.8,4.8,8
		c0,6.4-4.8,11.2-12,11.2s-13.6-4-16.8-10.4l-9.6,9.6c7.2,10.4,16,15.2,27.2,15.2c16,0,27.2-10.4,27.2-25.6
		C148,214.8,143.2,209.2,125.6,202.8z" />
      <path style="fill:#595A5B;" d="M195.2,252.4c6.4,0,12-1.6,19.2-4.8v-18.4c-6.4,6.4-12,8.8-18.4,8.8c-15.2,0-26.4-11.2-26.4-27.2
		c0-8,3.2-14.4,8-20l-10.4-10.4c-8,7.2-13.6,18.4-13.6,30.4C152.8,234.8,171.2,252.4,195.2,252.4z" />
    </g>
    <path style="fill:#3B3D3F;" d="M471.2,218c12-2.4,18.4-10.4,18.4-22.4c0-14.4-10.4-23.2-28-23.2h-23.2v78.4h15.2v-31.2h2.4l21.6,31.2H496L471.2,218z
	 M458.4,208.4h-4.8v-24h4.8c9.6,0,15.2,4,15.2,12S468,208.4,458.4,208.4z" />
    <g>
      <path style="fill:#F26E21;" d="M112.8,323.6v-44l30.4,31.2V282h6.4v44l-30.4-31.2v28.8L112.8,323.6L112.8,323.6z" />
      <path style="fill:#F26E21;" d="M181.6,288.4h-16.8v9.6h16v6.4h-16V318h16.8v5.6h-23.2V282h23.2V288.4z" />
      <path style="fill:#F26E21;" d="M201.6,288.4v35.2h-6.4v-35.2h-9.6v-5.6h25.6v5.6H201.6z" />
      <path style="fill:#F26E21;" d="M220.8,282.8l10.4,28l11.2-29.6l10.4,29.6l11.2-28h8l-18.4,44l-10.4-29.6L232,326.8l-17.6-44H220.8z
		" />
      <path style="fill:#F26E21;" d="M272.8,302.8c0-5.6,2.4-11.2,6.4-15.2s9.6-6.4,15.2-6.4s11.2,2.4,15.2,6.4s6.4,9.6,6.4,15.2
		s-2.4,11.2-6.4,15.2s-9.6,6.4-15.2,6.4s-10.4-1.6-14.4-5.6C275.2,314.8,272.8,310,272.8,302.8z M279.2,302.8c0,4.8,1.6,8,4.8,11.2
		c3.2,3.2,6.4,4.8,10.4,4.8s8-1.6,11.2-4.8c3.2-3.2,4.8-6.4,4.8-11.2c0-4.8-1.6-8-4.8-11.2c-3.2-3.2-6.4-4.8-11.2-4.8
		c-4,0-8,1.6-11.2,4.8C280.8,294.8,279.2,298.8,279.2,302.8z" />
      <path style="fill:#F26E21;" d="M338.4,306l12.8,17.6h-8l-12-16.8h-0.8v16.8H324V282h7.2c5.6,0,9.6,0.8,12,3.2c2.4,2.4,4,5.6,4,8.8
		c0,3.2-0.8,5.6-2.4,7.2C343.2,304.4,340.8,306,338.4,306z M330.4,301.2h1.6c5.6,0,8.8-2.4,8.8-6.4s-3.2-6.4-8.8-6.4h-2.4v12.8
		H330.4z" />
      <path style="fill:#F26E21;" d="M363.2,298.8l16-16.8h8l-18.4,18.4l18.4,22.4h-8L364,304.4l-1.6,1.6v16.8H356v-41.6h6.4v17.6H363.2z
		" />
    </g>
    <g>
      <polygon style="fill:#3B3D3F;" points="414.4,238 400,238 400,223.6 384,207.6 384,250.8 427.2,250.8 	" />
      <polygon style="fill:#3B3D3F;" points="356.8,180.4 339.2,225.2 318.4,172.4 301.6,172.4 334.4,253.2 343.2,253.2 368.8,192.4 	" />
    </g>
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 44 33" aria-label="discover" alt="discover">
  <use xlink:href="#discover" x="6%" y="10%"></use>
</svg>

  </div>
  </div>
  
  
  <div class="logo-bar__item">
  <div class="logo-bar__link">
  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="american express" alt="american express">
  <symbol id="americanexpress" viewBox="75 75 400 400">
    <title>americanexpress</title>
    <polygon style="fill:#2FABF7;" points="43.2,207.6 60.8,207.6 52,185.2 " />
    <path style="fill:#228FE0;" d="M261.6,188.4c-1.6-0.8-4-0.8-6.4-0.8h-16v12.8h16c2.4,0,4.8,0,6.4-0.8s2.4-3.2,2.4-5.6
	C264.8,190.8,263.2,189.2,261.6,188.4z" />
    <path style="fill:#0571C1;" d="M432.8,164.4v9.6l-4.8-9.6h-37.6v9.6l-4.8-9.6h-51.2c-8.8,0-16,1.6-22.4,4.8v-4.8h-36v4.8
	c-4-3.2-8.8-4.8-15.2-4.8H132l-8.8,20l-8.8-20H73.6v9.6l-4.8-9.6H34.4l-16,37.6L0,243.6h18.4h22.4l4.8-12.8h11.2l4.8,12.8H108V234
	l4,9.6h23.2l4-9.6v9.6h111.2v-20.8h1.6c1.6,0,1.6,0,1.6,2.4v17.6h57.6V238c4.8,2.4,12,4.8,21.6,4.8h24l4.8-12.8h11.2l4.8,12.8H424
	v-12l7.2,12h37.6v-78.4H432.8L432.8,164.4z M162.4,231.6h-13.6v-44l-19.2,44h-12l-19.2-44v44H71.2l-5.6-12H38.4l-4.8,12.8H18.4
	l24-56.8h20l22.4,53.6v-53.6h21.6L124,214l16-38.4h22.4V231.6z M216.8,187.6h-31.2V198H216v11.2h-30.4v11.2h31.2v12H172v-56.8h44.8
	V187.6z M276.8,210.8c1.6,3.2,2.4,5.6,2.4,10.4v11.2h-13.6v-7.2c0-3.2,0-8-2.4-11.2c-2.4-2.4-4.8-2.4-9.6-2.4h-14.4v20.8h-13.6
	v-56.8H256c7.2,0,12,0,16,2.4s6.4,6.4,6.4,12.8c0,8.8-5.6,13.6-9.6,15.2C272.8,206.8,275.2,209.2,276.8,210.8z M300.8,231.6h-13.6
	v-56.8h13.6V231.6z M458.4,231.6h-19.2l-25.6-42.4v42.4h-27.2l-4.8-12h-28l-4.8,12.8h-15.2c-6.4,0-14.4-1.6-19.2-6.4
	c-4.8-4.8-7.2-11.2-7.2-21.6c0-8,1.6-16,7.2-22.4c4-4.8,11.2-6.4,20-6.4h12.8v12h-12.8c-4.8,0-7.2,0.8-10.4,3.2
	c-2.4,2.4-4,7.2-4,12.8c0,6.4,0.8,10.4,4,13.6c2.4,2.4,5.6,3.2,9.6,3.2h5.6l18.4-44h20L400,230v-53.6h20l23.2,39.2v-39.2h13.6v55.2
	L458.4,231.6L458.4,231.6z" />
    <g>
      <polygon style="fill:#228FE0;" points="358.4,207.6 376.8,207.6 368,185.2 	" />
      <polygon style="fill:#228FE0;" points="222.4,322.8 222.4,277.2 201.6,299.6 	" />
    </g>
    <polygon style="fill:#2FABF7;" points="136.8,282.8 136.8,293.2 166.4,293.2 166.4,304.4 136.8,304.4 136.8,316.4 169.6,316.4 
	184.8,299.6 170.4,282.8 " />
    <path id="SVGCleanerId_0" style="fill:#228FE0;" d="M252.8,282.8H236v14.4h17.6c4.8,0,8-2.4,8-7.2
	C260.8,285.2,257.6,282.8,252.8,282.8z" />
    <path style="fill:#0571C1;" d="M500,296.4v-36h-9.6h-24c-7.2,0-12.8,1.6-16.8,4.8v-4.8h-36.8c-5.6,0-12.8,1.6-16,4.8v-4.8H332v4.8
	c-4.8-4-13.6-4.8-17.6-4.8h-43.2v4.8c-4-4-13.6-4.8-18.4-4.8h-48l-11.2,12l-10.4-12h-72v78.4h70.4l11.2-12l10.4,12h43.2v-18.4h5.6
	c5.6,0,12.8,0,18.4-2.4v21.6h36v-20.8h1.6c2.4,0,2.4,0,2.4,2.4v18.4h108.8c7.2,0,14.4-1.6,18.4-4.8v4.8H472c7.2,0,14.4-0.8,19.2-4
	l0,0c8-4.8,12.8-13.6,12.8-24C504,306,502.4,300.4,500,296.4z M252,309.2h-16v19.2h-25.6l-16-18.4l-16.8,18.4h-52.8v-56.8h53.6
	l16,18.4l16.8-18.4h42.4c10.4,0,22.4,3.2,22.4,18.4C275.2,306,264,309.2,252,309.2z M332,306c1.6,2.4,2.4,5.6,2.4,10.4v11.2h-13.6
	v-7.2c0-3.2,0-8.8-2.4-11.2c-1.6-2.4-4.8-2.4-9.6-2.4h-14.4v20.8h-13.6v-56.8h30.4c6.4,0,12,0,16,2.4s7.2,6.4,7.2,12.8
	c0,8.8-5.6,13.6-9.6,15.2C328.8,302.8,331.2,304.4,332,306z M387.2,282.8H356v10.4h30.4v11.2H356v11.2h31.2v12h-44.8v-56.8h44.8
	V282.8z M420.8,327.6h-25.6v-12h25.6c2.4,0,4,0,5.6-1.6c0.8-0.8,1.6-2.4,1.6-4s-0.8-3.2-1.6-4c-0.8-0.8-2.4-1.6-4.8-1.6
	c-12.8-0.8-28,0-28-17.6c0-8,4.8-16.8,19.2-16.8h26.4v13.6h-24.8c-2.4,0-4,0-5.6,0.8s-1.6,2.4-1.6,4c0,2.4,1.6,3.2,3.2,4
	s3.2,0.8,4.8,0.8h7.2c7.2,0,12,1.6,15.2,4.8c2.4,2.4,4,6.4,4,12C441.6,322,434.4,327.6,420.8,327.6z M489.6,322
	c-3.2,3.2-8.8,5.6-16.8,5.6h-25.6v-12h25.6c2.4,0,4,0,5.6-1.6c0.8-0.8,1.6-2.4,1.6-4s-0.8-3.2-1.6-4c-0.8-0.8-2.4-1.6-4.8-1.6
	c-12.8-0.8-28,0-28-17.6c0-8,4.8-16.8,19.2-16.8h26.4v13.6h-24c-2.4,0-4,0-5.6,0.8s-1.6,2.4-1.6,4c0,2.4,0.8,3.2,3.2,4
	c1.6,0.8,3.2,0.8,4.8,0.8h7.2c7.2,0,12,1.6,15.2,4.8c0.8,0,0.8,0.8,0.8,0.8c2.4,3.2,3.2,7.2,3.2,11.2
	C494.4,314.8,492.8,318.8,489.6,322z" />
    <path id="SVGCleanerId_1" style="fill:#228FE0;" d="M317.6,284.4c-1.6-0.8-4-0.8-6.4-0.8h-16v12.8h16c2.4,0,4.8,0,6.4-0.8
	s2.4-3.2,2.4-5.6C320.8,286.8,319.2,285.2,317.6,284.4z" />
    <g>
      <path style="fill:#228FE0;" d="M261.6,188.4c-1.6-0.8-4-0.8-6.4-0.8h-16v12.8h16c2.4,0,4.8,0,6.4-0.8s2.4-3.2,2.4-5.6
		C264.8,190.8,263.2,189.2,261.6,188.4z" />
      <polygon style="fill:#228FE0;" points="358.4,207.6 376.8,207.6 368,185.2 	" />
      <polygon style="fill:#228FE0;" points="222.4,322.8 222.4,277.2 201.6,299.6 	" />
    </g>
    <g>
      <path id="SVGCleanerId_0_1_" style="fill:#228FE0;" d="M252.8,282.8H236v14.4h17.6c4.8,0,8-2.4,8-7.2
		C260.8,285.2,257.6,282.8,252.8,282.8z" />
    </g>
    <g>
      <path id="SVGCleanerId_1_1_" style="fill:#228FE0;" d="M317.6,284.4c-1.6-0.8-4-0.8-6.4-0.8h-16v12.8h16c2.4,0,4.8,0,6.4-0.8
		s2.4-3.2,2.4-5.6C320.8,286.8,319.2,285.2,317.6,284.4z" />
    </g>
    <g>
      <polygon style="fill:#2FABF7;" points="247.2,326 236,314 236,327.6 209.6,327.6 193.6,309.2 176,327.6 123.2,327.6 123.2,271.6 
		176.8,271.6 193.6,290 201.6,280.4 181.6,260.4 111.2,260.4 111.2,338.8 181.6,338.8 193.6,326.8 204,338.8 247.2,338.8 	" />
      <polygon style="fill:#2FABF7;" points="164,242.8 153.6,231.6 148.8,231.6 148.8,226.8 136.8,214.8 128.8,231.6 117.6,231.6 
		98.4,187.6 98.4,231.6 71.2,231.6 65.6,219.6 38.4,219.6 32.8,231.6 18.4,231.6 42.4,175.6 62.4,175.6 84.8,229.2 84.8,175.6 
		96.8,175.6 85.6,164.4 73.6,164.4 73.6,174 69.6,164.4 34.4,164.4 18.4,202 0,242.8 18.4,242.8 41.6,242.8 46.4,230.8 57.6,230.8 
		63.2,242.8 108,242.8 108,233.2 112,242.8 135.2,242.8 139.2,233.2 139.2,242.8 	" />
      <polygon style="fill:#2FABF7;" points="127.2,206 114.4,193.2 124,214 	" />
    </g>
    <g>
      <path style="fill:#228FE0;" d="M491.2,334.8c7.2-4.8,12-12.8,12.8-21.6L492.8,302c0.8,2.4,1.6,4.8,1.6,8c0,4.8-1.6,8.8-4.8,12
		c-3.2,3.2-8.8,5.6-16.8,5.6h-25.6v-12h25.6c2.4,0,4,0,5.6-1.6c0.8-0.8,1.6-2.4,1.6-4s-0.8-3.2-1.6-4c-0.8-0.8-2.4-1.6-4.8-1.6
		c-12.8-0.8-28,0-28-17.6c0-8,4.8-15.2,16.8-16.8l-8.8-8.8c-1.6,0.8-2.4,1.6-3.2,1.6V258h-36.8c-5.6,0-12.8,1.6-16,4.8V258H332v4.8
		c-4.8-4-13.6-4.8-17.6-4.8h-43.2v4.8c-4-4-13.6-4.8-18.4-4.8h-48l-11.2,12l-10.4-12h-8.8l24,24l12-12.8h42.4
		c10.4,0,22.4,3.2,22.4,18.4c0,16-11.2,19.2-23.2,19.2h-16v12l12,12v-12h4c5.6,0,12.8,0,18.4-2.4V338h36v-20.8h1.6
		c2.4,0,2.4,0,2.4,2.4V338h108.8c7.2,0,14.4-1.6,18.4-4.8v4.8H472C478.4,338.8,485.6,338,491.2,334.8L491.2,334.8z M332,306
		c1.6,2.4,2.4,5.6,2.4,10.4v11.2h-13.6v-7.2c0-3.2,0-8.8-2.4-11.2c-1.6-2.4-4.8-2.4-9.6-2.4h-14.4v20.8h-13.6v-56.8h30.4
		c6.4,0,12,0,16,2.4s7.2,6.4,7.2,12.8c0,8.8-5.6,13.6-9.6,15.2C328.8,302.8,331.2,304.4,332,306z M387.2,282.8H356v10.4h30.4v11.2
		H356v11.2h31.2v12h-44.8v-56.8h44.8V282.8z M420.8,327.6h-25.6v-12h25.6c2.4,0,4,0,5.6-1.6c0.8-0.8,1.6-2.4,1.6-4s-0.8-3.2-1.6-4
		c-0.8-0.8-2.4-1.6-4.8-1.6c-12.8-0.8-28,0-28-17.6c0-8,4.8-16.8,19.2-16.8h26.4v13.6h-24.8c-2.4,0-4,0-5.6,0.8s-1.6,2.4-1.6,4
		c0,2.4,1.6,3.2,3.2,4s3.2,0.8,4.8,0.8h7.2c7.2,0,12,1.6,15.2,4.8c2.4,2.4,4,6.4,4,12C441.6,322,434.4,327.6,420.8,327.6z" />
      <path style="fill:#228FE0;" d="M459.2,288.4c0,2.4,0.8,3.2,3.2,4c1.6,0.8,3.2,0.8,4.8,0.8h7.2c4.8,0,8,0.8,11.2,2.4l-12-12h-7.2
		c-2.4,0-4,0-5.6,0.8C460,285.2,459.2,286.8,459.2,288.4z" />
      <polygon style="fill:#228FE0;" points="431.2,240.4 432.8,242.8 433.6,242.8 	" />
      <polygon style="fill:#228FE0;" points="387.2,196.4 400.8,229.2 400.8,210 	" />
      <path style="fill:#228FE0;" d="M250.4,222.8h1.6c1.6,0,1.6,0,1.6,2.4v17.6h57.6V238c4.8,2.4,12,4.8,21.6,4.8h24l4.8-12.8h11.2
		l4.8,12.8H424v-8l-11.2-11.2v8.8h-27.2l-4-12.8h-28l-4.8,12.8h-15.2c-6.4,0-14.4-1.6-19.2-6.4c-4.8-4.8-7.2-11.2-7.2-21.6
		c0-8,1.6-16,7.2-22.4c4-4.8,11.2-6.4,20-6.4h12.8v12h-12.8c-4.8,0-7.2,0.8-10.4,3.2c-2.4,2.4-4,7.2-4,12.8c0,6.4,0.8,10.4,4,13.6
		c2.4,2.4,5.6,3.2,9.6,3.2h5.6l18.4-44h8l-11.2-11.2h-20.8c-8.8,0-16,1.6-22.4,4.8v-4.8H276v4.8c-4-3.2-8.8-4.8-15.2-4.8H132
		l-8.8,20l-8.8-20H79.2l11.2,11.2h16L120,206l4.8,4.8l14.4-35.2h22.4v56.8H148v-44l-13.6,32l23.2,23.2h92L250.4,222.8z M287.2,175.6
		h13.6v56.8h-13.6V175.6z M216.8,187.6h-31.2V198H216v11.2h-30.4v11.2h31.2v12H172v-56.8h44.8V187.6z M239.2,231.6h-13.6v-56.8H256
		c7.2,0,12,0,16,2.4s6.4,6.4,6.4,12.8c0,8.8-5.6,13.6-9.6,15.2c3.2,0.8,5.6,3.2,6.4,4.8c1.6,3.2,2.4,5.6,2.4,10.4v11.2H264v-7.2
		c0-3.2,0-8-2.4-11.2c-0.8-1.6-3.2-1.6-8-1.6h-14.4L239.2,231.6L239.2,231.6z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 44 33" aria-label="american express" alt="american express">
  <use xlink:href="#americanexpress" x="3%" y="8%"></use>
</svg>

  </div>
  </div>
  
  
  <div class="logo-bar__item">
  <div class="logo-bar__link">
  
<svg xmlns="http://www.w3.org/2000/svg" style="display: none;" aria-label="google wallet" alt="google wallet">
  <symbol id="googlewallet" viewBox="75 75 360 360">
    <title>googlewallet</title>
    <path style="fill:#FFFFFF;" d="M512,402.281c0,16.716-13.55,30.267-30.265,30.267H30.265C13.55,432.548,0,418.996,0,402.281V109.718
	c0-16.716,13.55-30.266,30.265-30.266h451.47c16.716,0,30.265,13.551,30.265,30.266V402.281L512,402.281z" />
    <path style="opacity:0.15;fill:#202121;enable-background:new    ;" d="M21.517,402.281V109.718
	c0-16.716,13.552-30.266,30.267-30.266H30.265C13.55,79.452,0,93.003,0,109.718v292.563c0,16.716,13.55,30.267,30.265,30.267h21.519
	C35.07,432.548,21.517,418.996,21.517,402.281z" />
    <path style="fill:#1476C6;" d="M356.542,132.331h-13.356c-4.611,0-8.348-3.736-8.348-8.348c0-4.612,3.736-8.348,8.348-8.348h13.356
	c4.611,0,8.348,3.736,8.348,8.348C364.89,128.595,361.153,132.331,356.542,132.331z" />
    <path style="fill:#ED114C;" d="M393.644,132.331h-13.356c-4.611,0-8.348-3.736-8.348-8.348c0-4.612,3.736-8.348,8.348-8.348h13.356
	c4.611,0,8.348,3.736,8.348,8.348C401.992,128.595,398.255,132.331,393.644,132.331z" />
    <path style="fill:#F98E19;" d="M430.746,132.331H417.39c-4.611,0-8.348-3.736-8.348-8.348c0-4.612,3.736-8.348,8.348-8.348h13.356
	c4.611,0,8.348,3.736,8.348,8.348C439.094,128.595,435.357,132.331,430.746,132.331z" />
    <path style="fill:#48C92D;" d="M467.846,132.331H454.49c-4.611,0-8.348-3.736-8.348-8.348c0-4.612,3.736-8.348,8.348-8.348h13.356
	c4.611,0,8.348,3.736,8.348,8.348C476.194,128.595,472.457,132.331,467.846,132.331z" />
    <path style="fill:#1476C6;" d="M323.76,387.217H188.24c-4.611,0-8.348-3.736-8.348-8.348s3.736-8.348,8.348-8.348h135.52
	c4.611,0,8.348,3.736,8.348,8.348C332.107,383.48,328.371,387.217,323.76,387.217z" />
    <path style="fill:#48C92D;" d="M334.633,212.653c-3.161-13.034-7.506-26.066-13.43-38.312c-3.159-6.32-9.874-10.665-16.987-10.665
	c-2.765,0-5.526,0.791-7.898,1.975c-9.479,4.342-13.43,15.8-8.689,24.884c9.479,20.145,14.217,41.474,14.217,63.591
	c0,22.121-4.739,43.452-14.217,63.199c0,0.398-1.973,3.95-1.973,7.904c0,1.184,0,2.763,0.395,4.343
	c1.183,5.134,4.739,10.27,10.268,12.64c2.372,1.184,5.132,1.973,7.898,1.973c6.717,0,13.039-3.951,16.593-9.875
	c3.552-7.109,7.504-16.196,10.663-28.043c1.186-3.555,1.976-7.112,2.765-10.664c3.161-13.431,4.739-27.255,4.739-41.478
	C339.374,240.304,337.792,226.084,334.633,212.653z" />
    <path style="fill:#ED114C;" d="M256.747,193.3c-0.394-0.396-0.789-1.186-1.184-1.579c-1.184-1.582-2.765-3.161-4.343-3.951
	c-0.85-0.728-1.779-1.291-2.755-1.743c-0.004-0.077-0.009-0.155-0.011-0.23c-1.015-0.341-2.028-0.589-3.041-0.784
	c-0.071-0.014-0.144-0.029-0.213-0.043c-0.21-0.039-0.422-0.071-0.634-0.105c-0.417-0.068-0.839-0.12-1.266-0.158
	c-0.098-0.009-0.196-0.02-0.296-0.028c-0.552-0.041-1.106-0.069-1.661-0.069c-2.763,0-4.343,0.394-6.32,1.184
	c-1.973,0.79-4.343,1.973-6.322,3.948c-1.973,1.977-3.157,4.345-3.948,6.716c-1.578,4.344-1.578,10.665,1.581,15.402
	c6.32,9.877,9.874,21.331,11.059,33.181c0.397,3.16,0.397,6.318,0.397,9.48c0,15.009-3.952,29.625-11.854,42.661l-0.787,0.789
	c-0.431,0.859-0.739,1.838-0.997,2.865c-0.274,0.877-0.459,1.751-0.577,2.628c-0.002,0.011-0.004,0.023-0.007,0.036
	c0-0.002,0.002-0.003,0.002-0.006c-0.187,1.451-0.185,2.902-0.002,4.353c0.395,5.527,3.554,10.662,8.689,13.824
	c1.184,0.788,2.765,1.184,3.95,1.973c1.583,0.394,3.556,0.79,5.134,0.79c6.322,0,11.848-3.162,15.404-8.691
	c9.876-16.195,15.407-34.366,16.985-53.325c0-2.37,0.395-5.133,0.395-7.504C273.732,232.405,267.805,211.47,256.747,193.3z" />
    <path style="fill:#F98E19;" d="M301.059,237.538c-11.493-18.541-27.865-34.992-47.147-47.723c0.598,0.598,1.159,1.25,1.65,1.906
	c0.395,0.393,0.791,1.183,1.184,1.579c11.059,18.169,16.985,39.104,17.38,61.618c0,2.371-0.395,5.134-0.395,7.504
	c-0.05,0.602-0.116,1.201-0.174,1.802c8.211,16.351,12.494,34.765,12.494,53.892v5.532v0.394c0-1.973,0.789-4.344,1.183-6.318
	c0.395,0,0.395-0.398,0.395-0.398c9.479-19.748,14.217-41.079,14.217-63.199C301.846,246.624,301.451,241.094,301.059,237.538z" />
    <path style="fill:#1476C6;" d="M224.152,300.838c0.258-1.027,0.568-2.006,0.997-2.865l0.787-0.789
	c7.903-13.036,11.854-27.651,11.854-42.661c0-3.162,0-6.32-0.397-9.48c-0.032-0.318-0.071-0.636-0.107-0.954
	c-1.548-2.075-3.207-4.11-4.956-6.103c-0.004-0.004-0.009-0.01-0.016-0.016c-0.443-0.505-0.892-1.007-1.348-1.507
	c-5.305-5.88-11.295-11.297-17.804-16.121c-0.114-0.082-0.222-0.169-0.331-0.254c0,0.002,0,0.006,0.002,0.009
	c-4.754-3.498-9.778-6.685-15.015-9.491c-2.367-1.183-5.132-1.973-7.898-1.973c-6.318,0-11.849,3.556-15.006,9.086
	c-4.348,8.292-1.186,18.563,7.109,22.909c22.578,12.184,37.985,34.13,42.124,60.221
	C224.149,300.844,224.149,300.841,224.152,300.838z" />
  </symbol>
</svg>
<svg class="icon" viewBox="0 0 44 33" aria-label="google wallet" alt="google wallet">
  <use xlink:href="#googlewallet" x="0%" y="0%"></use>
</svg>

  </div>
  </div>
  
  
  
  </div>
  </div>
  </div>
  
  </div>
  </div>
  </div>
  
  </footer>
  
  <style type="text/css">
  .footerimage {
  background-image: url(//blackknightgames.ca/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif);
  }
  </style>
  
  
  </div>
    </div>
    






<script>
  $(window).load(function () { // Current Ajax request.
    var currentAjaxRequest = null;
    // Grabbing all search forms on the page, and adding a .search-results list to each.
    var searchForms = $("form[action=\"/search\"]").css("position", "relative").each(function () { // Grabbing text input.
      var input = $(this).find("input[name=\"q\"]");
      // Adding a list for showing search results.
      var offSet = input.position().top + input.innerHeight();
      $("<ul class=\"search-results\"></ul>")
        .css(
          { "position": "absolute", "left": "0px", "top": offSet }
        )
        .appendTo($(this))
        .hide();
      // Listening to keyup and change on the text field within these search forms.
      input.attr("autocomplete", "off").bind("keyup change", function () { // What's the search term?
        var term = $(this).val();
        // What's the search form?
        var form = $(this).closest("form");
        // What's the search URL?
        var searchURL = `/search?type=product&options[prefix]=last&q=title:${term}`;
        // What's the search results list?
        var resultsList = form.find(".search-results");
        // If that's a new term and it contains at least 3 characters.
        if (term.length > 3 && term != $(this).attr("data-old-term")) { // Saving old query.
          $(this).attr("data-old-term", term);
          // Killing any Ajax request that's currently being processed.
          if (currentAjaxRequest != null) {
            currentAjaxRequest.abort();
          }
          // Pulling results.
          currentAjaxRequest = $.getJSON("/search/suggest.json", {
            q: term,
            resources: {
              type: "product",
              options: {
                unavailable_products: 'last',
                fields: "title,variants.title,product_type",
              },
            },
          }, (data) => { // Reset results.
            const { resources: { results: { products } } } = data;
            resultsList.empty();
            // If we have no results.
            if (products.length === 0) {
              resultsList.html('<li><span class="title">No results.</span></li>');
              resultsList.fadeIn(200);
              // resultsList.hide();
            }
            else { // If we have results.
              $.each(products, (index, item) => {
                var link = $("<a></a>").attr("href", item.url);
                if (item.image) {
                  link.append("<span class=\"thumbnail\"><img alt=\"Product Thumbnail\" loading=\"lazy\" src=\"" + item.image + "\" /></span>");
                }
                link.append("<span class=\"type\">" + item.type + "</span>");
                link.append("<span class=\"title\">" + item.title + "</span>");
                if (item.price_max === item.price_min){
                  link.append("<span class=\"price\">" + Shopify.formatMoney(item.price) + "</span>");
                } else {
                  link.append("<span class=\"price\">" + Shopify.formatMoney(item.price_min) + " - " + Shopify.formatMoney(item.price_max) +"</span>");
                }
                if (item.available) {
                  const preorderTags = ['preorder', 'pre-order', 'pre order'];
                  const isPreorder = item.tags.some(tag => preorderTags.includes(tag.toLowerCase()));
                  if(isPreorder) {
                    link.append("<span class=\"preorder\">Preorder</span>");
                  } else {
                    link.append("<span class=\"in-stock\">Currently has stock</span>");
                  }
               
                }
                link.wrap("<li></li>");
                resultsList.append(link.parent());
              });
              // The Ajax request will return at the most 10 results.
              // If there are more than 10, let's link to the search results page.
              if (data.results_count > 10) {
                resultsList.append("<li><span class=\"title\"><a href=\"" + searchURL + "\">See all results (" + data.results_count + ")</a></span></li>");
              }
              resultsList.fadeIn(200);
            }
          });
        } 
      });
    });

    // Clicking outside makes the results disappear.
    $("body").bind("click", function () {
      $(".search-results").hide();
    });
  });
</script>
    <a href="#top" id="slidetop" title="top">top
    </a>
    <div id="cartmessage">
      <div class="title-success hide">Added To Cart : </div>
      <div class="title-failed hide">Add To Cart Failed : </div>
    </div>
    <div id="wishlistmessage">
      <div class="title-success hide">Product successfully added to wishlist!</div>
    </div>

    <div id="shopify-section-cookieconsent" class="shopify-section cookie-consent">
<style>
  #cookieconsent {
    position: fixed;
    bottom: 0;

    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 25px 10px;
    z-index:98;
    left:0;
    right:0;
    bottom:0;
  }

  #cookieconsent.position-left {
    width: 30%;
    left: 15px;
    right: auto;
    bottom: 15px;
  }

  #cookieconsent.position-right {
    width: 30%;
    left: auto;
    right: 15px;
    bottom: 15px;
  }

  #cookieconsent .message {
    text-align: center;
    color: #fff;
    margin-bottom: 10px;
  }

  #cookieconsent .message a {
    color: #ffffff;
    text-decoration: underline;
  }

  #cookieconsent .btn {
    color: #000000;
    background-color: #ffffff;
    border-color: #ffffff;
  }

  @media (max-width: 767px) {

    /* If media is below 768 */
    #cookieconsent.position-left,
    #cookieconsent.position-right {
      width: 100%;
      left: 0;
      right: 0px;
      bottom: 0px;
    }
  }
</style>

<script type="text/javascript">

  jQuery(document).ready(function ($) {
    if ($.cookie("cookieconsent") != "true") {
      setTimeout(function () {
        $("#cookieconsent").show();
      }, 3000);
    }
    $(".cookieconsent-btn").click(function () {
      $("#cookieconsent").hide();
      $.cookie("cookieconsent", "true", { expires: 90, path: '/' });
    });
  });
</script>
</div>
    <div id="shopify-section-newsletterpopup" class="shopify-section newsletter-popup">




<style type="text/css">
  .newsletter-popup .popup-bg-image {
    background-image: url(//blackknightgames.ca/cdn/shopifycloud/storefront/assets/no-image-2048-a2addb12.gif);
  }

  .newsletter-popup .popup-bg-color {
    background-color: #f2f2f2;
  }

  .newsletter-popup .modal-content .modal-body .popup-text,
  .newsletter-popup .modal-content .modal-header .close {
    color: #000000;
  }

  @media(max-width: 767px) {

    /* If media is below 768 */
    .newsletter-popup .modal-content.popup-bg-image {
      background-image: none !important;
    }
  }
</style>

<script type="text/javascript">
  jQuery(document).ready(function ($) {
    var customerPostedCookie = "customer_posted";

    if ($.cookie(customerPostedCookie) != "true") {
      $("#newsletterPopup").modal();
    }

    // On modal close, keep it hidden for 365 days if checkbox was checked, 1 if not
    $("#newsletterPopup").on("hidden.bs.modal", function () {
      if ($(".dono-show-check").prop("checked") == true) {
        $.cookie(customerPostedCookie, "true",
          {
            expires: 365,
            path: "/"
          }
        );
      } else {
        $.cookie(customerPostedCookie, "true",
          {
            expires: 1,
            path: "/"
          });
      }
    });

    // If URL params include the cookie, hide the modal for 365 days after viewing confirmation
    const urlParams = new URLSearchParams(window.location.search);

    if (urlParams.get(customerPostedCookie) == "true") {
      $(".dont-show").hide();
      $.cookie(customerPostedCookie, "true",
        {
          expires: 365,
          path: "/"
        });
    }

  });
</script>

</div>

    <!-- Size Chart Modal -->
    

    <div aria-hidden="true" aria-labelledby="myModalLabel" class="modal fade size-chart-modal" id="myModal" role="dialog" tabindex="-1">
      <div class="modal-dialog" style="max-width: 500px">
        <div class="modal-content">
          <div class="modal-header">
            <button aria-hidden="true" class="close" data-dismiss="modal" type="button">x</button>
          </div>
          <div class="modal-body row">
            
            <div class="modal-text col-sm-12 ">
              <div class="custom_size_chart_des">
                <h4>Black
                  Grading Guide</h4>
                <span class="custom-text-right-table"><div class="gradingGuideContainer">
<div class="condition"> <div class="small-12 medium-6 column"> <img src="https://storage.googleapis.com/binderpos-libraries/grade-guide/nm.png" alt="Near Mint cards" title="Near Mint cards"> '</div> <div class="small-12 medium-6 column"> <h4>Near Mint (NM)'</h4> <p> Near Mint condition cards show minimal or no wear from play or handling and will have an unmarked surface, crisp corners, and otherwise pristine edges outside of minimal handling. Near Mint condition cards appear 'fresh out of the pack,' with edges and surfaces virtually free from all flaws. '</p> '</div>'</div>
<div class="condition"> <div class="small-12 medium-6 column"> <img src="https://storage.googleapis.com/binderpos-libraries/grade-guide/lp.png" alt="Lightly Played cards" title="Lightly Played cards"> '</div> <div class="small-12 medium-6 column"> <h4>Lightly Played (LP)'</h4> <p> Lightly Played condition cards can have slight border or corner wear, or possibly minor scratches. No major defects are present, and there are less than 4 total flaws on the card. Lightly Played condition foils may have slight fading or indications of wear on the card face. '</p> '</div>'</div>
<div class="condition"> <div class="small-12 medium-6 column"> <img src="https://storage.googleapis.com/binderpos-libraries/grade-guide/mp.png" alt="Moderately Played cards" title="Moderately Played cards"> '</div> <div class="small-12 medium-6 column"> <h4>Moderately Played (MP)'</h4> <p> Moderately Played condition cards have moderate wear, or flaws apparent to the naked eye. Moderately Played condition cards can show moderate border wear, mild corner wear, water damage, scratches , creases or fading, light dirt buildup, or any combination of these defects. '</p> '</div>'</div>
<div class="condition"> <div class="small-12 medium-6 column"> <img src="https://storage.googleapis.com/binderpos-libraries/grade-guide/hp.png" alt="Hevily Played cards" title="Hevily Played cards"> '</div> <div class="small-12 medium-6 column"> <h4>Heavily Played (HP)'</h4> <p> Heavily Played condition cards exhibit signs of heavy wear. Heavily Played condition cards may include cards that have significant creasing, folding, severe water damage, heavy whitening, heavy border wear, and /or tearing. '</p> '</div>'</div>
<div class="condition"> <div class="small-12 medium-6 column"> <img src="https://storage.googleapis.com/binderpos-libraries/grade-guide/dmg.png" alt="Damaged cards" title="Damaged cards"> '</div> <div class="small-12 medium-6 column"> <h4>Damaged (D)'</h4> <p> Damaged condition cards show obvious tears, bends, or creases that could make the card illegal for tournament play, even when sleeved. Damaged condition cards have massive border wear, possible writing or major inking (ex. white-bordered cards with black-markered front borders), massive corner wear, prevalent scratching, folds, creases or tears. '</p> '</div>'</div> '</div></span>
              </div>
            </div>
          </div>
          <!-- <div class="modal-footer">
                      <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
                  </div> -->
        </div>
      </div>
    </div>


    <div aria-hidden="true" class="modal fade" id="quickviewModal" role="dialog" tabindex="-1">
      <div class="modal-dialog">
        <!-- Modal content-->
        <div class="modal-content">
          <div class="modal-header">
            <button class="close" data-dismiss="modal" type="button">&times;</button>
          </div>
          <div class="modal-body">
            <div class="row">
              <div class="col-sm-6">
                <div id="qv-images-container">
                  <div id="qv-product-cover">
                    <img loading="lazy" alt="product-img" id="main-thumbnail" src="#">
                  </div>
                  <div class="owl-carousel owl-theme" id="qv-thumbnails"></div>
                </div>
              </div>
              <div class="col-sm-6">
                <div id="qv-text-container">
                  <div id="qv-productname"></div>
                  <div id="qv-productprice"></div>
                  <div id="qv-spr-badge"></div>
                  <div id="qv-productdescription"></div>
                  <div id="qv-quantity"></div>
                </div>
              </div>
            </div>
          </div>
          <div class="modal-footer"></div>
        </div>

      </div>
    </div>
  </div>
  

  
  
  <script type="text/javascript">
    $(document).ready(function () {
      $(".singleproduct-section .product-tab .custom-tab").each(function (index) {
        $(".singleproduct-section .nav-tabs").append("<li class=\"tab-item\"> <a href=\"#tab" + index + "\" class=\"nav-link\" data-toggle=\"tab\" role=\"tab\">" + $(this).find(".title").html() + "</a> </li>");
        $(".singleproduct-section #tab-content").append("<div id=\"tab" + index + "\" class=\"custom-desc tab-pane fade in\">" + $(this).find(".description").html() + "</div>");
        $(this).remove();
      });
    });
  </script>
  

  

<!-- Active Cart Code Start -->

<!-- Active Cart Code End --><!--Content in content_for_footer -->

			
<!--LH-->

<style type="text/css">
    
</style>

<script id="subscribe-it-helper">
    function getRandomSubscribeAPIPath() {
        const apiGatewayPaths=[]
        apiGatewayPaths.push('xsy6rdr4zb') //Load balancer
        //apiGatewayPaths.push('pw4ndd3ije')
        //apiGatewayPaths.push('056wq1p6oa')
        //apiGatewayPaths.push('obx6oifedg')
        //apiGatewayPaths.push('seknvpr88e')

        return apiGatewayPaths[Math.floor(Math.random()*apiGatewayPaths.length)]
    }
    var _SIConfig = _SIConfig || {};

    _SIConfig = {
        "app_hostname": getRandomSubscribeAPIPath()+".execute-api.us-west-1.amazonaws.com",
        "conversions_hostname": "ifouxf840g.execute-api.us-west-1.amazonaws.com",
        "instock_qty_level": 1,
        "preorder_enabled": false,
        "require_inventory_management": true,
        "ignore_duplicate_skus": false,
        "generic_trigger_handler": true,
        "quantity_field_enabled": false,
        "labels": {
            "headline": "NOTIFY WHEN AVAILABLE",
            "email_address_label": "Email address",
            "product_field_label": "Select product",
            "button_label": "Notify Me",
            "body_copy": "We will send you a notification as soon as this product is available again.",
            "footer_copy": "We respect your privacy and don't share your email with anybody.",
            "registration_complete": "Your notification has been registered.",
            "email_invalid": "Invalid email address",
            "uniqueness_of_email": "You have already registered for a notification for that item.",
            "close_label": "Close",
            "quantity_required_label": "Quantity required",
            "email_tab_text": "Email",
            "sms_tab_text": "SMS",
            "fb_instruction_message": "Click below to receive notification on Facebook Messenger",
            "fb_cta_button_text": "GET_THIS_IN_MESSENGER",
            "fb_cta_button_language": "en_US",
            "push_notification_label": "Also notify me via push notification",
            "empty_email_phone_validation_message": "Please provide email or phone number.",
            "terms_and_conditions_text": "I accept the terms and conditions"
        },
        "form_display_type": "POPUP",
        "madeby_link_visible": false,
        "hide_for_product_tag": "notify-it-hidden",
        "hide_for_collections": "",
        "recaptcha_enabled": null,
        "content_for_body": "",
        "show_phone_number_field": true,
        "customer_name_enabled": false,
        "only_sms_enabled": false,
        "show_notify_me_button_on_collection_page": false,
        "show_sms_first": false,
        "push_owl_enabled" : false,
        "show_fb" : false,
        "fb_page_id" : "",
        "newsletter_permission_enabled": false,
        "show_terms_and_conditions": false,
        "newsletter_permission_default_checked": false,
        "newsletter_permission_text": "Signup for newsletter?",
        "popup_theme": {
            "text_font_name": "Helvetica",
            "background_color": "#ffffff",
            "border_color": "#ffffff",
            "border_width": 0,
            "text_color": "#333333",
            "button_background_color": "#000000",
            "button_text_color": "#ffffff",
            "button_corner_radius": 5,
            "input_border_radius": 5,
            "input_border_width": 2,
            "input_border_color": "#000000",
            "success_background_color": "#dff0d8",
            "success_text_color": "#3c763d",
            "failure_background_color": "#f2dede",
            "failure_text_color": "#a94442",
            "close_button_color": "#cccccc",
            "fade_color": "#000000",
            "fade_color_rgb": "0,0,0",
            "selected_tab_text_color": "#ffffff",
            "selected_tab_background_color": "#000000",
            "signup_form_custom_css": ""
        },
        "button": {
            "use_image": false,
            "caption": "NOTIFY WHEN AVAILABLE",
            "font_size": 16,
            "bold": true,
            "position": "right-top",
            "corner_offset": 100,
            "selected_selector": "",
            "placement": "",
            "background_color": "#000000",
            "text_color": "#ffffff",
            "border_color": "#000000",
            "border_width": 1,
            "border_radius": 3,
            "image": "//static.back-in-stock.appikon.com/assets/widget/notify-btn-vertical-f46bd7ac1b51e7d3c6a766d843fe60b46f8628e13e717124d83ffe65be466f4d.png",
            "visible": true,
            "always_show_widget": false,
            "widget_button_enabled": true,
            "countdown_timer_enabled": false,
            "countdown_timer_reset_enabled": false,
            "countdown_timer_expiration": "-1",
            "countdown_timer_products": "[]"
        },
        "main_button": {
            "main_caption": "NOTIFY WHEN AVAILABLE",
            "main_css_classes": "",
            "main_button_width": "",
            "main_button_height": "",
            "main_caption_size": "",
            "main_margin_top": "",
            "main_margin_bottom": "",
            "main_margin_left": "",
            "main_margin_right": "",
            "main_text_color": "",
            "main_hover_text_color": "",
            "main_text_style": "",
            "main_background_color": "",
            "main_hover_background_color": "",
            "main_border_color": "",
            "main_hover_border_color": "",
            "main_border_size": "",
            "main_border_radius": ""
        },
        "partials": {},
        "preferredCountries": ["US","GB","AU","CA","FR","DE"],
        "multivariant_dropdown_container": "document",
        "shop": "black-knight-games.myshopify.com",
        "styles": "/*!\n * Bootstrap v3.4.1 (https://getbootstrap.com/)\n * Copyright 2011-2019 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)\n *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=\"button\"],input[type=\"reset\"],input[type=\"submit\"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=\"checkbox\"],input[type=\"radio\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=\"number\"]::-webkit-inner-spin-button,input[type=\"number\"]::-webkit-outer-spin-button{height:auto}input[type=\"search\"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type=\"search\"]::-webkit-search-cancel-button,input[type=\"search\"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:\"Helvetica Neue\", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.42857143;color:#333333;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role=\"button\"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline\u003eli{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:\"\\2014 \\00A0\"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eeeeee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:\"\"}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:\"\\00A0 \\2014\"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*=\"col-\"]{padding-right:0;padding-left:0}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=\"search\"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none}input[type=\"radio\"],input[type=\"checkbox\"]{margin:4px 0 0;margin-top:1px \\9;line-height:normal}input[type=\"radio\"][disabled],input[type=\"checkbox\"][disabled],input[type=\"radio\"].disabled,input[type=\"checkbox\"].disabled,fieldset[disabled] input[type=\"radio\"],fieldset[disabled] input[type=\"checkbox\"]{cursor:not-allowed}input[type=\"file\"]{display:block}input[type=\"range\"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=\"file\"]:focus,input[type=\"radio\"]:focus,input[type=\"checkbox\"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type=\"date\"].form-control,input[type=\"time\"].form-control,input[type=\"datetime-local\"].form-control,input[type=\"month\"].form-control{line-height:34px}input[type=\"date\"].input-sm,input[type=\"time\"].input-sm,input[type=\"datetime-local\"].input-sm,input[type=\"month\"].input-sm,.input-group-sm input[type=\"date\"],.input-group-sm input[type=\"time\"],.input-group-sm input[type=\"datetime-local\"],.input-group-sm input[type=\"month\"]{line-height:30px}input[type=\"date\"].input-lg,input[type=\"time\"].input-lg,input[type=\"datetime-local\"].input-lg,input[type=\"month\"].input-lg,.input-group-lg input[type=\"date\"],.input-group-lg input[type=\"time\"],.input-group-lg input[type=\"datetime-local\"],.input-group-lg input[type=\"month\"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=\"radio\"],.radio-inline input[type=\"radio\"],.checkbox input[type=\"checkbox\"],.checkbox-inline input[type=\"checkbox\"]{position:absolute;margin-top:4px \\9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:25px}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group\u003e.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=\"radio\"],.form-inline .checkbox input[type=\"checkbox\"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:0.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc}.btn-default:focus,.btn-default.focus{color:#333333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open\u003e.dropdown-toggle.btn-default{color:#333333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open\u003e.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open\u003e.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open\u003e.dropdown-toggle.btn-default.focus{color:#333333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#ffffff;border-color:#cccccc}.btn-default .badge{color:#ffffff;background-color:#333333}.btn-primary{color:#ffffff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#ffffff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open\u003e.dropdown-toggle.btn-primary{color:#ffffff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open\u003e.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open\u003e.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open\u003e.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#000000;border-color:#000000}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#000000;border-color:#000000}.btn-success:hover{color:#ffffff;background-color:#000000;border-color:#000000}.btn-success:active,.btn-success.active,.open\u003e.dropdown-toggle.btn-success{color:#ffffff;background-color:#000000;background-image:none;border-color:#000000}.btn-success:active:hover,.btn-success.active:hover,.open\u003e.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open\u003e.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open\u003e.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#000000;border-color:#000000}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#000000;border-color:#000000}.btn-success .badge{color:#000000;background-color:#000000}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open\u003e.dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open\u003e.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open\u003e.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open\u003e.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open\u003e.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open\u003e.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open\u003e.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open\u003e.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open\u003e.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open\u003e.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open\u003e.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open\u003e.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#ffffff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.btn-lg,.btn-group-lg\u003e.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm\u003e.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs\u003e.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=\"submit\"].btn-block,input[type=\"reset\"].btn-block,input[type=\"button\"].btn-block{width:100%}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group\u003e.btn,.btn-group-vertical\u003e.btn{position:relative;float:left}.btn-group\u003e.btn:hover,.btn-group-vertical\u003e.btn:hover,.btn-group\u003e.btn:focus,.btn-group-vertical\u003e.btn:focus,.btn-group\u003e.btn:active,.btn-group-vertical\u003e.btn:active,.btn-group\u003e.btn.active,.btn-group-vertical\u003e.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar\u003e.btn,.btn-toolbar\u003e.btn-group,.btn-toolbar\u003e.input-group{margin-left:5px}.btn-group\u003e.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group\u003e.btn:first-child{margin-left:0}.btn-group\u003e.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group\u003e.btn:last-child:not(:first-child),.btn-group\u003e.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group\u003e.btn-group{float:left}.btn-group\u003e.btn-group:not(:first-child):not(:last-child)\u003e.btn{border-radius:0}.btn-group\u003e.btn-group:first-child:not(:last-child)\u003e.btn:last-child,.btn-group\u003e.btn-group:first-child:not(:last-child)\u003e.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group\u003e.btn-group:last-child:not(:first-child)\u003e.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group\u003e.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group\u003e.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical\u003e.btn,.btn-group-vertical\u003e.btn-group,.btn-group-vertical\u003e.btn-group\u003e.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical\u003e.btn-group\u003e.btn{float:none}.btn-group-vertical\u003e.btn+.btn,.btn-group-vertical\u003e.btn+.btn-group,.btn-group-vertical\u003e.btn-group+.btn,.btn-group-vertical\u003e.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical\u003e.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical\u003e.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical\u003e.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical\u003e.btn-group:not(:first-child):not(:last-child)\u003e.btn{border-radius:0}.btn-group-vertical\u003e.btn-group:first-child:not(:last-child)\u003e.btn:last-child,.btn-group-vertical\u003e.btn-group:first-child:not(:last-child)\u003e.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical\u003e.btn-group:last-child:not(:first-child)\u003e.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified\u003e.btn,.btn-group-justified\u003e.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified\u003e.btn-group .btn{width:100%}.btn-group-justified\u003e.btn-group .dropdown-menu{left:auto}[data-toggle=\"buttons\"]\u003e.btn input[type=\"radio\"],[data-toggle=\"buttons\"]\u003e.btn-group\u003e.btn input[type=\"radio\"],[data-toggle=\"buttons\"]\u003e.btn input[type=\"checkbox\"],[data-toggle=\"buttons\"]\u003e.btn-group\u003e.btn input[type=\"checkbox\"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert\u003ep,.alert\u003eul{margin-bottom:0}.alert\u003ep+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;filter:alpha(opacity=20);opacity:0.2}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:0.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:0.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical\u003e.btn-group:before,.btn-group-vertical\u003e.btn-group:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:\" \"}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical\u003e.btn-group:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}.iti{width:100%}body,html{background:transparent;-webkit-font-smoothing:antialiased;height:100%}body{overflow:hidden;-moz-transition:background-color 0.15s linear;-webkit-transition:background-color 0.15s linear;-o-transition:background-color 0.15s linear;transition:background-color 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86)}body.fadein{background:rgba(0,0,0,0.65)}#container{background:white;padding:12px 18px 40px 18px}@media only screen and (min-width: 500px){#container{border-radius:5px;padding:30px 40px}}@media only screen and (min-width: 992px){#container{position: fixed; width: 460px; top: 50%; left: 50%; transform:translate(-50%, -50%); margin: auto}}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.modal{overflow-x:hidden;overflow-y:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-background-clip:padding-box;background-clip:padding-box;outline:0}.modal-title{margin:0;line-height:1.42857143}h3{font-size:24px}h4{font-size:18px;margin-top:10px;margin-bottom:10px}h3,h4{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}@media screen and (-webkit-min-device-pixel-ratio: 0){select:focus,textarea:focus,input:focus{font-size:16px;background:#eee}}#variant-select-container .input-lg{font-size:15px}#customer-contact-container a.btn{font-weight:bold}#customer-contact-container .input-lg{font-size:15px}#quantity-field-container label{font-weight:normal;font-size:14px;padding-top:13px}#quantity-field-container input{font-size:15px}#submit-btn{font-weight:bold;font-size:15px;padding:14px;border-radius:3px}.alert{padding:6px 11px;font-size:13px;margin:15px 0}.alert-success a{color:#244825}.modal-body{padding:22px 40px;font-size:13px;line-height:180%}.modal-body h3:first-child{margin-top:0}.modal-title{margin:0;font-size:22px}.modal-content .close{font-size:30px}.modal-backdrop.in{filter:alpha(opacity=65);opacity:.65}.small-print{opacity:0.835;font-size:13px;line-height:150%}.small-print a{color:inherit;text-decoration:underline}.product-name{margin-bottom:20px}label.accepts-marketing{filter:alpha(opacity=825);opacity:0.825}@media only screen and (max-width: 786px){.modal-body{padding:20px 30px}}@media only screen and (max-width: 500px){.modal-dialog{margin:0}.modal-content{border-radius:0}}@media only screen and (min-width: 500px){#SIModal{max-width:460px;margin:auto}}.ie8 #SIModal{width:100%;max-width:460px;margin:auto;border:1px solid #999}select.default_variant{display:none}.ie8 .modal-dialog{width:460px !important;margin:10px auto}.completed_message{display:none}.complete .completed_message{display:block}#SIModal.in{position:relative;z-index:1050;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}\n"
    };

    _SIConfig.multivariantDropdownContainer = document;
    _SIConfig.shop = 'black-knight-games.myshopify.com';


    

    
</script>

<script type="text/javascript">
'use strict';
(function () {
  if(window.location.search.indexOf('selector_section_mode') > -1){
    var head = document.getElementsByTagName('head')[0];
    var script = document.createElement('script');
    window.selector_section_mode = true;
    script.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'back-in-stock.appikon.com/theme-settings/element-selector.js';
    script.type = 'text/javascript';
    head.appendChild(script);
  }
})();
</script>
<div id="shopify-block-AdjkraUk3aFVvenQ3d__8605505498557855500" class="shopify-block shopify-app-block bogos-shopify-block">


<div id="secomapp_freegifts_version" data-version="3.0"></div>

    <!-- BEGIN app snippet: freegifts-snippet --><link href="//cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/glider.min.css" rel="stylesheet" type="text/css" media="all" />
<link href="//cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/freegifts-main.min.css" rel="stylesheet" type="text/css" media="all" />












<style id="sca_fg_custom_style">
    
        .freegifts-main-container .fg-section-title, .freegifts-main-container .bogos-slider-info-title { color: #121212; }
        .freegifts-main-container .product-title, .freegifts-main-container .bogos-gift-product-title { color: #000000; }
        .freegifts-main-container .original-price, .freegifts-main-container .bogos-gift-item-compare-price { color: #121212; }
        .freegifts-main-container .gift-price, .freegifts-main-container .bogos-gift-item-price { color: #ea5455; }
        .freegifts-main-container .btn-add-to-cart { color: #FFFFFF; background-color: #7367f0; }
        .freegifts-main-container .bogos-slider-offer-badge { background: #FFEF9D }
        .freegifts-main-container .bogos-slider-offer-badge.success { background: #CDFEE1 }
        .freegifts-main-container .bogos-slider-offer-title  { color: #000000 }
        #sca-gift-icon .sca-gift-icon-img { width: 50px; max-height: 50px; }
        .sca-gift-icon-collection-page .sca-gift-icon-collection-img { width: 50px; max-height: 50px; }
        #sca-gift-thumbnail .sca-gift-image { width: 50px; max-height: 50px; }
        #sca-promotion-glider { color: #ffffff; background-color: #F72119; }
        .freegifts-main-container .btn-add-to-cart svg path { fill: #FFFFFF; } 
        #sca-fg-today-offer-iframe .sca-fg-header {background-color: #FFFFFF}
        #sca-fg-today-offer-iframe .sca-fg-body {background-color: #FFFFFF}
        #sca-fg-today-offer-iframe .sca-fg-today-offer-title {color: #5E5873 !important}
        #sca-fg-today-offer-iframe .sca-fg-today-offer-subtitle {color: #b9b9c3 !important}
        #sca-fg-today-offer-iframe .sca-offer-title {color: #82868b}
        #sca-fg-today-offer-iframe .sca-fg-offer { background-color: #ebe9f140; border: 1px solid #ebe9f1; }
        #sca-fg-today-offer-iframe .sca-fg-offer.sca-offer-archived { background-color: #69CE8210 ;border: 1px solid #69CE82; }
        #sca-fg-today-offer-widget { height: 70px !important; width: 70px !important }
        #sca-fg-today-offer-widget img#sca-fg-today-offer-widget-img { width: auto !important; height: 90% !important; }
        .sca-fg-icon-success-anim {box-shadow: inset 0 0 0 #69CE82;}
        @-webkit-keyframes animated-checkmark-fill {to {box-shadow: inset 0 0 0 30px #69CE82}}
        @keyframes animated-checkmark-fill {to {box-shadow: inset 0 0 0 30px #69CE82}}
        .sca-fg-icon-success-circle {stroke: #69CE82;}
        .bogos-bundles-widget { background-color: #F3F3F3;  }
        .bogos-bundles-widget-body .bogos-bundle-item { background-color: #FFFFFF; }
        .bogos-bundles-widget .bogos-bundles-widget-title { color: #303030; }
        .bogos-bundles-widget .bogos-bundles-widget-description { color: #616161; }
        .bogos-bundle-item .bogos-bundle-item-title { color: #303030; }
        .bogos-bundle-item .bogos-bundle-item-discount-price, .bogos-bundles-total-discount-price { color: #303030; }
        .bogos-bundle-item .bogos-bundle-item-original-price, .bogos-bundles-total-original-price { color: #B5B5B5; }
        .bogos-bundles-widget-footer .bogos-bundles-button-add { color: #FFFFFF; background-color: #303030; }
        .bogos-bundles-quantity-break-widget { background-color: #F3F3F3;  }
        .bogos-bundles-quantity-break-widget-title { color: #303030; }
        .bogos-bundles-quantity-break-widget-description { color: #303030; }
        .bogos-bundle-quantity-break-item-original-price , .bogos-bundles-quantity-break-origin-price { color: #303030; }
        .bogos-bundles-quantity-break-button-add { background: #303030; color: #FFFFFF; }
        .bogos-bundle-quantity-break_item-container { background: #FFFFFF; }
        .bogos-bundle-quantity-break-label { background: #303030; color: #FFFFFF; }
        .bogos-bundle-quantity-break-tag { background: #F1F1F1; color: #303030; }
        .bogos-bundle-quantity-break-sub-title { color: #616161; }
        .bogos-bundle-quantity-break-item-discount-price, .bogos-bundles-quantity-break-discount-price { color: #303030; }
        .bogos-bundle-quantity-break-title { color: #303030; }
        .fg-gift-thumbnail-offer-title {color: #000000; }
        .fg-gift-thumbnail-container { border-color: #8A8A8A; }
        .fg-gift-thumbnail-offer-time { background-color: #000000; }
        .fg-gift-thumbnail-container.seperated .fg-gift-thumbnail-offer { border-color: #8A8A8A; }
        .bogos-mix-match-widget { background-color: #F3F3F3; ; }
        .bogos-mix-match-widget .bogos-mix-item { background-color: #FFFFFF; }
        .bogos-mix-match-widget .bogos-mix-item-select-variant { background-color: #FFFFFF; }
        .bogos-mix-match-widget .bogos-mix-match-widget-title { color: #303030; }
        .bogos-mix-match-widget .bogos-mix-match-widget-description { color: #616161; }
        .bogos-mix-match-widget .bogos-mix-item-title { color: #303030; }
        .bogos-mix-match-widget .bogos-mix-item-discount-price { color: #303030; }
        .bogos-mix-match-widget .bogos-mix-item-original-price { color: #B5B5B5; }
        .bogos-mix-match-widget .bogos-mix-match-button-add { color: #FFFFFF; background-color: #303030 }
        .bogos-mix-match-widget .bogos-mix-match-badge-item { background-color: #FFF8DB }
        .bogos-mix-match-widget .bogos-mix-match-badge-item.success { background-color: #CDFEE1 }
        .bogos-mix-match-widget .bogos-mix-match-badge-item .bogos-mix-match-badge-title { color: #4F4700 }
        .bogos-mix-match-widget .bogos-mix-match-badge-item.success .bogos-mix-match-badge-title { color: #29845A }
        
    
    
</style><script id="sca_fg_custom_script" data-cmp-vendor="bogos" data-cmp-ab="0">
    
    
</script>

<script src="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/glider.min.js" defer></script>
<script src="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/lz-string.min.js" defer></script>

<div id="freegifts-main-popup-container" class="freegifts-main-container sca-modal-fg"
     data-animation="slideInOutTop"></div>
<div id="sca-fg-notifications" class="sca-fg-notifications"></div>
<div id="bogos-to-widget-icon-wrap"></div>
<div id="bogos-to-widget-iframe"></div>

<div id="sca-fg-today-offer-widget"></div>
<div id="sca-fg-today-offer-iframe"></div>

<div id="bogos-mix-match-main-collection-popup-container" class="sca-modal-fg"></div>
<div id="bogos-main-popup-product-detail-container" data-animation="slideInOutTop"></div>
<div id="bogos-main-popup-more-product-container" data-animation="slideInOutTop"></div>

<div id="bogos-cart-discount-congrats-msg-wrap"></div>

<script type="text/javascript" data-cmp-vendor="bogos" data-cmp-ab="0">
    if (typeof Shopify === "undefined") window.Shopify = {};
    Shopify.cartItems = [];
    Shopify.current_product = {};
    Shopify.current_collection = {};
    Shopify.products = {};

    //cart item
    

    // current product or collection
    Shopify.current_product = {...null};
    

    Shopify.current_collection = {...null};

    window.SECOMAPP = window.SECOMAPP || {};
    SECOMAPP.fg_codes = [];
    SECOMAPP.activateOnlyOnePromoCode = false;

    
    SECOMAPP.SHOPIFY_CART = {
        ...{"note":null,"attributes":{},"original_total_price":0,"total_price":0,"total_discount":0,"total_weight":0.0,"item_count":0,"items":[],"requires_shipping":false,"currency":"CAD","items_subtotal_price":0,"cart_level_discount_applications":[],"checkout_charge_amount":0},
        discount_codes: [
            
        ]
    };

    SECOMAPP.localization = [];SECOMAPP.localization.push({
        ...{"shop_locale":{"locale":"en","enabled":true,"primary":true,"published":true}},
        root_url: "/"
    });
    
    SECOMAPP.fgData = {...{"storefront":{"access_token":"01734a92a8c01727d32b80da9a31d85a","created_at":"2024-10-29T15:45:17Z"}}};
    

    
    
    

    //liquid code to get customer history and customer tag
    
    
    SECOMAPP.current_template = "index";
    SECOMAPP.pathname = window.location.pathname;
    if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("-sca_clone_freegift")) {
        window.location.replace(SECOMAPP.pathname.split("-sca_clone_freegift")[0]);
    } else if (SECOMAPP.current_template === "404" && SECOMAPP.pathname?.includes("/collections/sca_fg")) {
        window.location.replace(`${Shopify?.routes?.root ?? "/"}collections/all`);
    }

    SECOMAPP.setCookie = function (e, t, o, n, r) {
        let i = new Date;
        i.setTime(i.getTime() + 24 * o * 36e5 + 60 * n * 1e3);
        let f = "expires=" + i.toUTCString();
        document.cookie = e + "=" + t + ";" + f + (r ? ";path=" + r : ";path=/");
    };
    SECOMAPP.deleteCookie = function (e, t) {
        document.cookie = e + "=; expires=Thu, 01 Jan 1970 00:00:00 UTC; " + (t ? ";path=" + t : ";path=/")
    };
    SECOMAPP.getCookie = function (e) {
        for (let t = e + "=", o = document.cookie.split(";"), n = 0; n < o.length; n++) {
            let r;
            for (r = o[n]; " " === r.charAt(0);) r = r.substring(1);
            if (0 === r.indexOf(t)) return r.substring(t.length, r.length)
        }
        return ""
    };
    SECOMAPP.getQueryString = function (key) {
        let e = {};
        let t = window.location.search.substring(1).split("&");
        let o = 0;
        for (; o < t.length; o++) {
            let n = t[o].split("=");
            if (void 0 === e[n[0]]) e[n[0]] = decodeURIComponent(n[1]);
            else if ("string" == typeof e[n[0]]) {
                e[n[0]] = [e[n[0]], decodeURIComponent(n[1])]
            } else e[n[0]].push(decodeURIComponent(n[1]))
        }
        return key ? e?.[key] : e;
    };

    SECOMAPP.offer_codes = [
        {param: "freegifts_code", cookie: "sca_fg_codes"},
        {param: "bundles_code", cookie: "sca_bundle_codes"},
        {param: "upsells_code", cookie: "sca_upsell_codes"},
        {param: "discounts_code", cookie: "sca_discount_codes"},
    ];
    SECOMAPP.offer_codes.forEach(({param, cookie}) => {
        SECOMAPP.fg_codes = [];
        SECOMAPP.getCookie(cookie) && (SECOMAPP.fg_codes = JSON.parse(SECOMAPP.getCookie(cookie)));
        SECOMAPP.current_code = SECOMAPP.getQueryString(param);
        SECOMAPP.current_code && !SECOMAPP.fg_codes.includes(SECOMAPP.current_code)
        && (function () {
            SECOMAPP.activateOnlyOnePromoCode && (SECOMAPP.fg_codes = []);
            SECOMAPP.fg_codes.push(SECOMAPP.current_code);
            SECOMAPP.setCookie(cookie, JSON.stringify(SECOMAPP.fg_codes));
        })();
    });

    SECOMAPP.customer = {};
    SECOMAPP.customer.orders = [];
    SECOMAPP.customer.freegifts = [];
    SECOMAPP.customer.freegifts_v2 = [];
    
    SECOMAPP.customer.email = "";
    SECOMAPP.customer.first_name = "";
    SECOMAPP.customer.last_name = "";
    SECOMAPP.customer.tags = Object.values({...null});
    SECOMAPP.customer.orders_count = "" - 0;
    SECOMAPP.customer.total_spent = "" - 0;
    SECOMAPP.customer.b2b = "" - 0;
    SECOMAPP.market = {
        id: "575438981" - 0,
        handle: "ca",
    };
    

    // get class name config from settings_data.json
    if (!Shopify.scaHandleConfigValue) {
        Shopify.scaHandleConfigValue = {
            ...null,
            ...null
        };
    }

    // add link proxy
    SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0";
    
    SECOMAPP.freegiftProxy = "/apps/secomapp_freegifts_get_order?ver=3.0";
    
    SECOMAPP.bogosCollectUrl = "https://collect.bogos.io/collect"
    SECOMAPP.bogosIntegrationUrl = "https://api.bogos.io/integrations"

    // get shop locales
    SECOMAPP.shop_locales = Object.values({
        ...[{"shop_locale":{"locale":"en","enabled":true,"primary":true,"published":true}}]
    });

    
    
    window.fgGiftIcon = "https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/fg-icon-red_small.png";
    window.fgWidgetIconsObj = {
        "widget-icon-1.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-1_small.png',
        "widget-icon-2.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-2_small.png',
        "widget-icon-3.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-3_small.png',
        "widget-icon-4.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-4_small.png',
        "widget-icon-5.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-5_small.png',
        "widget-icon-6.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-6_small.png',
        "widget-icon-7.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-7_small.png',
        "widget-icon-8.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/widget-icon-8_small.png'
    }

    window.fgStepIconsObj = {
        "step-icon-1.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-1_small.png',
        "step-icon-2.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-2_small.png',
        "step-icon-3.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-3_small.png',
        "step-icon-4.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-4_small.png',
        "step-icon-5.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-5_small.png',
        "step-icon-6.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-6_small.png',
        "step-icon-7.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/step-icon-7_small.png',
    }

    window.fgSummaryIconsObj = {
        "summary-icon-1.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-1_small.png',
        "summary-icon-2.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-2_small.png',
        "summary-icon-3.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-3_small.png',
        "summary-icon-4.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-4_small.png',
        "summary-icon-5.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-5_small.png',
        "summary-icon-6.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-6_small.png',
        "summary-icon-7.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-7_small.png',
        "summary-icon-8.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/summary-icon-8_small.png',
    }

    window.fgShippingIconsObj = {
        "shipping-icon-1.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/shipping-icon-1_small.png',
        "shipping-icon-2.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/shipping-icon-2_small.png',
        "shipping-icon-3.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/shipping-icon-3_small.png',
        "shipping-icon-4.png": 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/shipping-icon-4_small.png',
    }

    // variable from tools
    SECOMAPP.variables = {
        ...SECOMAPP.variables,
        ...null,
        ...[],
        shipping_product_img: 'https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/shipping_product_small.png'
    }

    window.fgResource = {
        gift: {
            js: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/gift.min.js"]
        },
        bundle: {
            js: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bundle.min.js"],
            css: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.bundle.min.css"]
        },
        upsell: {
            js: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/upsell.min.js"],
            css: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.upsell.min.css"]
        },
        discount: {
            js: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/discount.min.js"],
            css: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.discount.min.css"]
        },
        "bundle-page": {
            js: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bundle-page.min.js"],
            css: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.bundle-page.min.css"]
        },
        booster: {
            js: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/booster.min.js"],
            css: ["https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.booster.min.css"]
        }
    }
</script>

<script defer src="https://d33a6lvgbd0fej.cloudfront.net/YmxhY2sta25pZ2h0LWdhbWVzLm15c2hvcGlmeS5jb20=/freegifts_data_1735080270"></script>
<div id="secomapp_freegifts_url" data-url="https://d33a6lvgbd0fej.cloudfront.net/YmxhY2sta25pZ2h0LWdhbWVzLm15c2hvcGlmeS5jb20=/freegifts_data_1735080270"></div>


<div id="bogos-gift-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/gift.min.js"></div> 
<div id="bogos-bundle-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bundle.min.js"></div>
<div id="bogos-upsell-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/upsell.min.js"></div>
<div id="bogos-discount-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/discount.min.js"></div>
<div id="bogos-bundle-page-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bundle-page.min.js"></div>
<div id="bogos-booster-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/booster.min.js"></div>
<div id="bogos-booster-page-script" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/booster-page.min.js"></div>


<div id="bogos-bundle-style" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.bundle.min.css"></div>
<div id="bogos-upsell-style" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.upsell.min.css"></div>
<div id="bogos-discount-style" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.discount.min.css"></div>
<div id="bogos-bundle-page-style" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.bundle-page.min.css"></div>
<div id="bogos-booster-style" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.booster.min.css"></div>
<div id="bogos-booster-page-style" data-url="https://cdn.shopify.com/extensions/019eaac6-d17e-7829-8440-1a0f61cac208/freegifts-203/assets/bogos.booster-page.min.css"></div>
<!-- END app snippet -->


<!-- BEGIN app snippet: search -->
<!-- END app snippet -->



</div><div id="shopify-block-ATmdSTUZIVlRLejdna__1027443428159536739" class="shopify-block shopify-app-block"><script type="application/javascript">
    window.hextom_qab_meta = {
        p1: [
            
        ],
        p2: {
            
        },
        p3:null,
        p4:[],
        p5:null,
    };
    
    window.hextom_qab_config = {"shop_active":"yes","record":false,"bars":[]};
    
</script>

</div><script src="https://cdn.shopify.com/storefront/standard-actions.js" type="module" data-source-attribution="shopify.standard_actions"></script>
</body>







<!-- LAYOUTHUB-V2-FOOTER -->


<!-- START LAYOUTHUB POPUP BUILDER -->
<!-- END LAYOUTHUB POPUP BUILDER -->
<!-- END LAYOUTHUB-V2-FOOTER -->

</html>
<div class="hide" id="decklistOpened">
  <div id="decklistWrapper">
    <div class="decklist-top-bar">
      <h2 class="decklist-title">Buy a Deck</h2>
      <a id="decklist-close-button" style="position: absolute; left: 14px;">X</a>
    </div>
    <div id="deckListBody"></div>
    <div id="decklistAction">
      <button>Submit deck list</button>
    </div>
    <div class="hidden" id="savedLoader">
      <div class="custom-loader">
        <div class="dice">
          <div class="face first-face"><img loading="lazy" src="//blackknightgames.ca/cdn/shop/t/3/assets/mtgloader1.jpg?v=156940925555444009791635954897" class="card-img-loader first" alt="Loader Card 1"></div>
          <div class="face first-face"><img loading="lazy" src="//blackknightgames.ca/cdn/shop/t/3/assets/mtgloader2.jpg?v=77817462029294442571635954925" class="card-img-loader second" alt="Loader Card 2"></div>
          <div class="face first-face"><img loading="lazy" src="//blackknightgames.ca/cdn/shop/t/3/assets/mtgloader3.jpg?v=72812658668293543721635954943" class="card-img-loader third" alt="Loader Card 3"></div>
          <div class="face first-face"><img loading="lazy" src="//blackknightgames.ca/cdn/shop/t/3/assets/mtgloader4.jpg?v=102917713858166613211635954883" class="card-img-loader fourth" alt="Loader Card 4"></div>
          <div class="face first-face"><img loading="lazy" src="//blackknightgames.ca/cdn/shop/t/3/assets/mtgloader5.jpg?v=180874105526339591461635954894" class="card-img-loader fifth" alt="Loader Card 5"></div>
        </div>
        <p>Searching... Please wait</p>
      </div>
    </div>
  </div>
</div>