/** Shopify CDN: Minification failed

Line 47:11 Expected "}" to go with "{"

**/
.pmct-wrap{
  --pmct-void:#0a0705;--pmct-void-2:#100b08;
  --pmct-bone:#f0e9d8;--pmct-bone-dim:#8f877a;
  --pmct-rust:#241813;--pmct-rust-2:#3d2415;
  --pmct-blood-dark:#4a0808;--pmct-red:#e8202f;
  --pmct-fd:'Metal Mania',cursive;--pmct-fb:'Oswald',sans-serif;--pmct-fm:'JetBrains Mono',monospace;
  scroll-margin-top:100px;
  background:var(--pmct-void);
  color:var(--pmct-bone);
  font-family:var(--pmct-fb);
  border-top:1px solid var(--pmct-rust);
  padding:5rem 4vw 6rem;
}
.pmct-wrap *{box-sizing:border-box;}
.pmct-inner{max-width:640px;margin:0 auto;text-align:center;}
.pmct-eyebrow{
  font-family:var(--pmct-fm);font-size:.7rem;letter-spacing:.24em;
  color:var(--pmct-red);text-transform:uppercase;
  display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.4rem;
}
.pmct-eyebrow::before,.pmct-eyebrow::after{content:'';width:22px;height:1px;background:var(--pmct-red);}
.pmct-heading{
  font-family:var(--pmct-fd);font-weight:400;
  font-size:clamp(1.8rem,4vw,2.6rem);letter-spacing:.02em;line-height:1.15;
  color:var(--pmct-bone);margin:0 0 1.2rem;text-transform:uppercase;
}
.pmct-sub{
  color:var(--pmct-bone-dim);font-weight:300;font-size:.98rem;line-height:1.6;
  max-width:44ch;margin:0 auto 2.6rem;
}
.pmct-links{
  display:flex;justify-content:center;gap:1.2rem;flex-wrap:wrap;margin-top:2.6rem;
}
.pmct-card{
  display:flex;align-items:center;gap:.9rem;
  border:1px solid var(--pmct-rust-2);background:var(--pmct-void-2);
  padding:1rem 1.5rem;text-decoration:none;color:var(--pmct-bone);
  min-width:240px;justify-content:flex-start;
  transition:border-color .2s, background .2s;
}
.pmct-card:hover{border-color:var(--pmct-red);background:var(--pmct-blood-dark);}
.pmct-icon{