/** Shopify CDN: Minification failed

Line 159:0 Unexpected "<"
Line 160:2 Comments in CSS use "/* ... */" instead of "//"
Line 162:9 Expected ":"
Line 163:10 Expected ":"
Line 164:10 Expected ":"
Line 165:18 Unexpected "="
Line 166:6 Expected identifier but found "cssVars("
Line 169:12 Expected ":"
Line 171:0 Unexpected "<"

**/
@font-face {
  font-family: Roboto;
  font-weight: 400;
  font-style: normal;
  src: url("//gmigames.com/cdn/fonts/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=ba60d9dc136c8356844dea5114e9c42ebb60a13a990319d5b31015d2f0e85628") format("woff2"),
       url("//gmigames.com/cdn/fonts/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=0c601c0db5d4a023628e8f14711f6d158a2348e1e13e72350a1a5fd77a4e019e") format("woff");
}

@font-face {
  font-family: Alegreya;
  font-weight: 700;
  font-style: normal;
  src: url("//gmigames.com/cdn/fonts/alegreya/alegreya_n7.6993f448596276f8f2e25c22c8ce68e631278e1e.woff2?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=8658e578be9f6be96f2b54e7766357b1ee7d70a3a242dad7276f621716f8a2d3") format("woff2"),
       url("//gmigames.com/cdn/fonts/alegreya/alegreya_n7.b6070326dbcc55a8af0c48a403c630b5bf039bfa.woff?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=897c7b2a93f5d1eb7faea60d4d9b8202f6509c8929403aa300ca8f3cd8231bef") format("woff");
}

@font-face {
  font-family: Alegreya;
  font-weight: 900;
  font-style: normal;
  src: url("//gmigames.com/cdn/fonts/alegreya/alegreya_n9.6b083ee6147057f973fe9a30fee05819a739cc22.woff2?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=198e73654383c58e59b55b252aad44b44e1b9dc632adb8916dcddbd2f43bd8f9") format("woff2"),
       url("//gmigames.com/cdn/fonts/alegreya/alegreya_n9.84f310390d95a519a97d7111fca86c849776c083.woff?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=62bc3fd80837381b4db28256fa930ebbaeaf3e0ef04a256d3907c926db400537") format("woff");
}

@font-face {
  font-family: Alegreya;
  font-weight: 700;
  font-style: italic;
  src: url("//gmigames.com/cdn/fonts/alegreya/alegreya_i7.ac02a640bd5de344e852a869e0444981170bb2bb.woff2?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=65b7d1c196dd24eea0602ffc3fc4da96dd7144555a38cb8a62db7621d5b127fd") format("woff2"),
       url("//gmigames.com/cdn/fonts/alegreya/alegreya_i7.1eb53cf375cd66b3a5e55b33e16ca4712862c8e3.woff?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=59ddef16d319352cbc6a5990f74937a602b6c24465697e7f832304849845c48c") format("woff");
}

@font-face {
  font-family: Alegreya;
  font-weight: 900;
  font-style: italic;
  src: url("//gmigames.com/cdn/fonts/alegreya/alegreya_i9.cc8f1a430e070ec76c07f374c4e44bc1b590823b.woff2?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=14af2c9179f56ca37859bd8ebf72216b04115fbf4e81f19d63c2a2814c6ac3c5") format("woff2"),
       url("//gmigames.com/cdn/fonts/alegreya/alegreya_i9.cc58e0735b6c1e9fd7454413f58eb0467169ab72.woff?h1=Z21pZ2FtZXMuY29t&h2=Z21pLWdhbWVzLWxsYy5hY2NvdW50Lm15c2hvcGlmeS5jb20&hmac=63cdd8301c9474069f9c21dbd2f7001fc61c4869332c67f5e080d46674c64d7f") format("woff");
}


/* Typography */

body
{
  font-family: Alegreya;
  color:var(--text-color);
  font-size:var(--text-size);
}

p, a, button, input, select
{
  color:inherit;
  font-family: Alegreya;
}

h1,h2,h3,h4,h5,h6
{
  font-family: Roboto;
  margin-bottom: 16px;
}

/* General Variables */

:root {

    /* Borders */

    --border-radius: 4px;
    --border-color: #BDBDBD;
    --header-border-color: rgba(30, 52, 93, 0.3);

    /* Text */

    --text-size: 14px;
    --text-color: #5F5F5F;
    --text-font-weight: 400;
    --default-text-font-size: 15px;
    --base-text-font-size: 16px;
    --text-font-bolder-weight: 600;

    /* Typography */

    --base-font: Alegreya;
    --header-font: Roboto;

    /* Colors */
    --input-background: #fff;
    --color-gradient: linear-gradient(103.4deg, #5b2fab 2.77%, #936ed7 84.58%);
    --color-gradient-secondary: linear-gradient(103.4deg,#5b2fab 2.77%,#936ed7 84.58%);
    --color-primary: #292929;
    --color-secondary: #5b2fab;
    --color-page-background: #fcfffe;
    --brand-secondary: #292929;
    --button-bg-color: #292929;
    --button-text-color:  #fff;
    --button-bg-hover-color: #292929;
    --button-text-hover-color: #fff;

    /* Padding */

    --page-padding-y: 24px;
    --page-padding-x: 40px;
    --mobile-container-gutter: 20px;
    --desktop-container-gutter: 40px;
    
  /* Product */--text-color-rgb                   :  41, 41, 41;
    --product-on-sale-accent           : #ee0000;
    --product-on-sale-accent-rgb       : 238, 0, 0;
    --product-on-sale-color            : #ffffff;
    --product-in-stock-color           : #00a500;
    --product-low-stock-color          : #ee0000;
    --product-sold-out-color           : #8a9297;
    --product-custom-label-1-background: #0774d7;
    --product-custom-label-1-color     : #ffffff;
    --product-custom-label-2-background: #00a500;
    --product-custom-label-2-color     : #ffffff;
    --product-review-star-color        : #ffbd00;

}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--color-primary);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--color-primary);
}





<script>
  // IE11 does not have support for CSS variables, so we have to polyfill them
  if (!(((window || {}).CSS || {}).supports && window.CSS.supports('(--a: 0)'))) {
    const script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2';
    script.onload = function() {
      cssVars({});
    };

    document.getElementsByTagName('head')[0].appendChild(script);
  }
</script>

