/** 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("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_n4.da808834c2315f31dd3910e2ae6b1a895d7f73f5.woff2?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=e700b857013825d91c63ef48b17d32605461efe6c71104958078dd5250e99dbc") format("woff2"),
       url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_n4.a512c7b68cd7f12c72e1a5fd58e7f7315c552e93.woff?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=ade9b605fd853e10ead5c07f5b0d3ac7a320c81dc68112ba2d31ed5806424679") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  src: url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_n5.126dd24093e910b23578142c0183010eb1f2b9be.woff2?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=7e684e57e1c5b3ab27783d3519721d79d3ec82cc5d0a593c0da5ec5cfa8871c7") format("woff2"),
       url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_n5.ef0ac6b5ed77e19e95b9512154467a6fb9575078.woff?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=a20982c61e070ceedca7cb4ac1da8e889e37791ceea79d0b55c255eeeeee83e8") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_n7.51ede27d5b58491d9cf07ad184108da52fef80b4.woff2?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=460d460e2b1c8d8fa6f134460a0f5cd2434a5055be9398d70b99858bfbc27af9") format("woff2"),
       url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_n7.1babbb6a27f91b14216bafa40bf222e08f6999f4.woff?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=4525051dd1b174a8bbaffb6c9137eb10ec99919f62fc68c03d51735e3447f2e4") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: italic;
  src: url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_i5.f36fc99adea860c14560731a265eca6bf8df6add.woff2?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=d503b230ca92b9f98fe1e541e4b8096bc1b445be38bfd850ea5c1e7f2e7bdce7") format("woff2"),
       url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_i5.cfb884f4c639e5d79041e9a98ea9ebe9ef79543c.woff?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=734f8a1a660b69a9651be2eae76997ee1bd99e4a8c6873f58567c99aad6f618a") format("woff");
}

@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: italic;
  src: url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_i7.9c922c35bb84952cfb17e8c1d42e440e75aa8ccf.woff2?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=814700a0363e88f10b3cd3faa01b43504fd129a5ac03416d767750dd7678e06e") format("woff2"),
       url("//acs-gaming-llc.myshopify.com/cdn/fonts/roboto/roboto_i7.c50b5683f5731edb8040ff2110a54947108434de.woff?h1=YWNzLWdhbWluZy1sbGMuYWNjb3VudC5teXNob3BpZnkuY29t&hmac=6d254ce74e944df37c373520166992de84a08306524ffacbbef901bbd3922593") format("woff");
}


/* Typography */

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

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

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: Roboto;
    --header-font: Roboto;

    /* Colors */
    --input-background: #fff;
    --color-gradient: linear-gradient(103.4deg, #7535E5 2.77%, #8484FF 84.58%);
    --color-gradient-secondary: linear-gradient(103.4deg,#1DA9A1 2.77%,#8bdbd6 84.58%);
    --color-primary: #0774d7;
    --color-secondary: #1DA9A1;
    --color-page-background: #ffffff;
    --brand-secondary: #0774d7;
    --button-bg-color: #0774d7;
    --button-text-color:  #fff;
    --button-bg-hover-color: #0774d7;
    --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>

