/** Shopify CDN: Minification failed

Line 176:19 Expected identifier but found whitespace
Line 176:20 Unexpected "14px"

**/

@font-face {
  font-family: 'Edge of Madness';
  src:  url("/cdn/shop/files/edge_of_madness-webfont.woff?v=1638919929") format("woff");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}






* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: always;
}


:root {

  /* Labels */

  
    --label-font-family: var(--font-body-family);
    

  --label-text-transform: uppercase;
  --label-font-weight: 300;
  --label-letter-spacing: 0.075em;
  --label-font-style: normal;
  --label-font-size: 17px;
  --label-font-size-smaller: 15px;
  --label-line-height: 1.2;
  --label-margin-top: 0.3em;
  --label-margin-bottom: 0.7em;

  /* Buttons */
  
      --button-font-family: var(--font-extra-family);
      

  --button-line-height: 1.1;
  --button-padding: 0.8em 1.5em 0.7em;
  --button-text-transform: none;
  --button-font-weight: 400;
  --button-letter-spacing: 0.0em;
  --button-font-style: normal;
  --button-font-size: 17px;

  /* Badgess */
  
      --badge-font-family: var(--font-heading-family);
      

  --badge-line-height: 1.0;
  --badge-padding: 0.4em 1.0em 0.4em;
  --badge-text-transform: uppercase;
  --badge-font-weight: 400;
  --badge-letter-spacing: 0.0em;
  --badge-font-style: normal;
  --badge-font-size: 14px;


  /* Menu */
  
    --menu-font-family: var(--font-body-family);
    

  --menu-line-height: 1.0;
  --menu-margin-top: -0.5em;
  --menu-margin-bottom: -0.5em;
  --menu-text-transform: uppercase;
  --menu-font-weight: 300;
  --menu-letter-spacing: 0.05em;
  --menu-font-style: normal;
  --menu-font-size: 14px;
  --menu-drawer-font-size: 18px;
  --menu-padding: 0.4em  0.6em 0.4em;
  --menu-margin:  0.0em  0.4em 0.0em;
  --menu-drawer-padding: 0.4em  1.0em 0.4em;


  /* Headings */
    
    --heading-font-family: var(--font-extra-family);
    

  --heading-line-height: 1.2;
  --heading-margin-top: 0.2em;
  --heading-margin-bottom: 0.2em;
  --heading-text-transform: none;
  --heading-font-weight: 700;
  --heading-letter-spacing: 0.0em;
  --heading-font-style: normal;
  --heading-font-size: 55px;
  --heading-font-size-mega: 60px;
  --heading-font-size-smaller: 40px;
  --heading-font-size-smallest: 24px;
  --heading-font-size-tiny: 16px;

  /* Menu */
}


h3.card__heading {
  
      font-family: var(--font-heading-family);
      font-weight: var(--font-heading-weight);
    

  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0em;
  font-style: normal;
  font-size: 19px;
  margin-top: 0.25em  ;
  margin-bottom: 0.25em;
}

h1.product__title {
  
      font-family: var(--font-heading-family);
      font-weight: var(--font-heading-weight);
    
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.0em;
  font-style: normal;
  font-size: 41px;
  margin-top: 0.25em  ;
  margin-bottom: 0.25em;
}

h1.product__title.long {
  font-size: 30px;
}


div.price {

  
      font-family: var(--font-body-family);
      font-weight: var(--font-body-weight);
    

  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.0em;
  font-style: normal;
  font-size: 16px;
  margin-top: 0.25em  ;
  margin-bottom: 0.25em;
}



.product__info-wrapper div.price {
  font-size: 18px;
  /* padding-bottom: 0.5em; */
  
}

@media (max-width: 990px) and (min-width: 751px) {
  --menu-font-size: 14px;
}

/* Product Styles - Mobile */
@media (max-width: 720px) {
  h3.card__heading {
    font-size: 15px;
  }
  h1.product__title {
    font-size: 34px;
  }
  h1.product__title.long {
    font-size: 22px;
  }

  div.price {
    font-size: 14px;
  }
  .product__info-wrapper div.price {
    font-size: 14px;
  }
}

@media (max-width: 720px) {

  :root {
    --label-font-size: 16px;
    --menu-font-size: 14px;
    --button-font-size: 16px;
    --badge-font-size: 13px;

    --heading-font-size: 33px;
    --heading-font-size-mega: 52px;
    --heading-font-size-smaller: 32px;
    --heading-font-size-smallest: 22px;
    --heading-font-size-tiny: 16px;

  }


  a.list-menu__item--link,
  a.header__menu-item , summary.header__menu-item > span {
    font-size: 14px;
  }

   summary.list-menu__item.header__menu-item  {
    font-size: 14px;
  }
  summary .header-menu__item {
    font-size: 12.6px;
  }
}