/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 14:0 Unexpected "<"
Line 17:5 Unexpected "("
Line 18:9 Expected ":"
Line 19:9 Expected ":"

**/
<style>
    body {
        font-family: 'kallisto', 'DIN Next Regular', sans-serif;
    }
</style>
var links = document.links;
for (let i = 0, linksLength = links.length ; i < linksLength ; i++) {
  if (links[i].hostname !== window.location.hostname) {
    links[i].target = '_blank';
    links[i].rel = 'noreferrer noopener';
  }
}
@font-face {
  font-family: 'DynamicExtendedBold';
  src: url('/cdn/shop/files/DynamicExtendedBold-Bold_26ddc733-32fb-45d0-97a5-26a40a67b928.otf?v=1707503220') format('opentype');
}


[href*="/account/login"]{
    display: none !important;
}