<style>

  .title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
  }

  .cscomictable {
    margin-left: 20px;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
    
  }

  .cscomictable-multi2 {
    left: 0;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
  }

  .cscomicbox {
    padding: 0em;
    width: 125px;
    height: 250px;
    color: black;
    margin: 0 auto;
  }

  .cspubtitle {
    color: black;
    font-size: 10px;
    font-weight: 800px;
    height: 15px;
    overflow: hidden;
  }

  .cscomictitlebox {
    height: 40px;
    overflow: hidden;
    weight: 900;
  }

  .cscomictitle {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 0px;
    max-height: 55px;
    padding-bottom: 17px;
    padding-top: 0px;
    padding-right: 1px;
  }

 .cscomicsubtitle a{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .cscomicsubtitle{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: -7px;
  }

  .cscomiccoverbox {
    height: 38px;
    overflow: hidden;
  }

  .cscomiccover {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomictype {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomicboximg {
      transition: all .2s ease-in-out;
  }

  .cscomicboximg img{
      width: 125px;
      height: 200px;
  }

 .delbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.57);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .hidebutton{
    border: 1px solid rgba(255, 183, 0, 0.57);
    background-color: #000000;
    color: rgba(255, 183, 0, 0.57);
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

 .numbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: #FFFFFF;
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .numbutton-no{
      border: 1px solid rgba(255, 183, 0, 0.30);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.30);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .delbutton:hover{
      border: 1px solid #ffb700;
      background-color: rgba(255, 183, 0, 0.25);
      color: #ffb700;
  }

  .cscomicboximg:hover{
    transform: scale(0.97);
  }

  .cscomicdate{
    font-size: 12px;
    letter-spacing: 0px;
  }

  /* Tooltip1 container */
  .tooltip1 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip1 text */
  .tooltip1 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: 0px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip1:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip2 container */
  .tooltip2 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip2 text */
  .tooltip2 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -24px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip3 container */
  .tooltip3 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip3 text */
  .tooltip3 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip3:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip4 container */
  .tooltip4 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip4 text */
  .tooltip4 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip4:hover .tooltiptext {
    visibility: visible;
  }.cscomicbox input{
     border: 0;
     background: none;
     box-shadow: none;
     outline: none;
     border-radius: 0px;
   }</style><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script><style>

  .dialog-header {
      font-size: 20px;
      padding-bottom: -4px;
      color: #7AAAFF;
      font-weight: 800px;
  }

  .dialog-subtitle {
      font-size: 30px;
      line-height: 30px;
      color: #7AAAFF;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: white;
  }

  .dialog-text {
      color: #7AAAFF;
  }

  .dialog-line {
      border-top: 1px solid #7AAAFF;
      width: 100%;
  }

  .modal .addpulllist{
      border: 1px solid #7AAAFF;
      background: black;
      color: #7AAAFF;
  }

  .dialoginput {
      color: black;
      border: 1px solid #7AAAFF;
  }

  .blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }

  .blocker.behind {
    background-color: transparent;
  }

  .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 90%;
    box-sizing: border-box;
    border:0px solid #7AAAFF;
    color: black;
    background: white;
    padding: 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }

  .modal h1{
    color: #ffb700;
  }

  .modal table{
    border: 0px solid;
  }

  .modal .comicdetails{
    display: flex;
    max-height: 450px;
  }

  .modal .comicdetails .comic-image{
    max-width: 300px;
    padding-right: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-text{
    max-width: 400px;
    width: 400px;
    padding: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-title{
    font-size: 26px;
    font-weight: 900;
    line-height: 22px;
  }

  .modal .comicdetails .comic-key{
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    margin-top: 5px;
  }

  .modal .comicdetails .comic-cover{
    font-size: 16px;

  }

  .modal .comicdetails .comic-releasedate{
    font-size: 12px;
  }

  .modal .comicdetails .comic-notes{
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 300px;
    overflow: scroll;
  }

  .modal a.close-modal {
    display: none;
  }

  .modal .comicdetails .closebutton a{
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
  }

  .modal .title{
    color: #ffb700;
    font-size: 12px;
    margin-bottom: -5px;
  }

  .modal .title_detail{
    color: #ffffff;
  }

  .modal hr {
    border: 0;
    height: 1px;
    color: #ffb700;
    background: #ffb700;
    background-image: linear-gradient(to right, #ffb700;, #333, #ffb700;);
  }

  </style>
  <style>

  .title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
  }

  .cscomictable {
    margin-left: 20px;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
    
  }

  .cscomictable-multi2 {
    left: 0;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
  }

  .cscomicbox {
    padding: 0em;
    width: 125px;
    height: 250px;
    color: black;
    margin: 0 auto;
  }

  .cspubtitle {
    color: black;
    font-size: 10px;
    font-weight: 800px;
    height: 15px;
    overflow: hidden;
  }

  .cscomictitlebox {
    height: 40px;
    overflow: hidden;
    weight: 900;
  }

  .cscomictitle {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 0px;
    max-height: 55px;
    padding-bottom: 17px;
    padding-top: 0px;
    padding-right: 1px;
  }

 .cscomicsubtitle a{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .cscomicsubtitle{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: -7px;
  }

  .cscomiccoverbox {
    height: 38px;
    overflow: hidden;
  }

  .cscomiccover {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomictype {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomicboximg {
      transition: all .2s ease-in-out;
  }

  .cscomicboximg img{
      width: 125px;
      height: 200px;
  }

 .delbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.57);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .hidebutton{
    border: 1px solid rgba(255, 183, 0, 0.57);
    background-color: #000000;
    color: rgba(255, 183, 0, 0.57);
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

 .numbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: #FFFFFF;
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .numbutton-no{
      border: 1px solid rgba(255, 183, 0, 0.30);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.30);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .delbutton:hover{
      border: 1px solid #ffb700;
      background-color: rgba(255, 183, 0, 0.25);
      color: #ffb700;
  }

  .cscomicboximg:hover{
    transform: scale(0.97);
  }

  .cscomicdate{
    font-size: 12px;
    letter-spacing: 0px;
  }

  /* Tooltip1 container */
  .tooltip1 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip1 text */
  .tooltip1 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: 0px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip1:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip2 container */
  .tooltip2 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip2 text */
  .tooltip2 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -24px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip3 container */
  .tooltip3 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip3 text */
  .tooltip3 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip3:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip4 container */
  .tooltip4 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip4 text */
  .tooltip4 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip4:hover .tooltiptext {
    visibility: visible;
  }.cscomicbox input{
     border: 0;
     background: none;
     box-shadow: none;
     outline: none;
     border-radius: 0px;
   }</style><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script><style>

  .dialog-header {
      font-size: 20px;
      padding-bottom: -4px;
      color: #7AAAFF;
      font-weight: 800px;
  }

  .dialog-subtitle {
      font-size: 30px;
      line-height: 30px;
      color: #7AAAFF;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: white;
  }

  .dialog-text {
      color: #7AAAFF;
  }

  .dialog-line {
      border-top: 1px solid #7AAAFF;
      width: 100%;
  }

  .modal .addpulllist{
      border: 1px solid #7AAAFF;
      background: black;
      color: #7AAAFF;
  }

  .dialoginput {
      color: black;
      border: 1px solid #7AAAFF;
  }

  .blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }

  .blocker.behind {
    background-color: transparent;
  }

  .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 90%;
    box-sizing: border-box;
    border:0px solid #7AAAFF;
    color: black;
    background: white;
    padding: 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }

  .modal h1{
    color: #ffb700;
  }

  .modal table{
    border: 0px solid;
  }

  .modal .comicdetails{
    display: flex;
    max-height: 450px;
  }

  .modal .comicdetails .comic-image{
    max-width: 300px;
    padding-right: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-text{
    max-width: 400px;
    width: 400px;
    padding: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-title{
    font-size: 26px;
    font-weight: 900;
    line-height: 22px;
  }

  .modal .comicdetails .comic-key{
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    margin-top: 5px;
  }

  .modal .comicdetails .comic-cover{
    font-size: 16px;

  }

  .modal .comicdetails .comic-releasedate{
    font-size: 12px;
  }

  .modal .comicdetails .comic-notes{
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 300px;
    overflow: scroll;
  }

  .modal a.close-modal {
    display: none;
  }

  .modal .comicdetails .closebutton a{
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
  }

  .modal .title{
    color: #ffb700;
    font-size: 12px;
    margin-bottom: -5px;
  }

  .modal .title_detail{
    color: #ffffff;
  }

  .modal hr {
    border: 0;
    height: 1px;
    color: #ffb700;
    background: #ffb700;
    background-image: linear-gradient(to right, #ffb700;, #333, #ffb700;);
  }

  </style>
  <style>

  .title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
  }

  .cscomictable {
    margin-left: 20px;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
    
  }

  .cscomictable-multi2 {
    left: 0;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
  }

  .cscomicbox {
    padding: 0em;
    width: 125px;
    height: 250px;
    color: black;
    margin: 0 auto;
  }

  .cspubtitle {
    color: black;
    font-size: 10px;
    font-weight: 800px;
    height: 15px;
    overflow: hidden;
  }

  .cscomictitlebox {
    height: 40px;
    overflow: hidden;
    weight: 900;
  }

  .cscomictitle {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 0px;
    max-height: 55px;
    padding-bottom: 17px;
    padding-top: 0px;
    padding-right: 1px;
  }

 .cscomicsubtitle a{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .cscomicsubtitle{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: -7px;
  }

  .cscomiccoverbox {
    height: 38px;
    overflow: hidden;
  }

  .cscomiccover {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomictype {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomicboximg {
      transition: all .2s ease-in-out;
  }

  .cscomicboximg img{
      width: 125px;
      height: 200px;
  }

 .delbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.57);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .hidebutton{
    border: 1px solid rgba(255, 183, 0, 0.57);
    background-color: #000000;
    color: rgba(255, 183, 0, 0.57);
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

 .numbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: #FFFFFF;
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .numbutton-no{
      border: 1px solid rgba(255, 183, 0, 0.30);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.30);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .delbutton:hover{
      border: 1px solid #ffb700;
      background-color: rgba(255, 183, 0, 0.25);
      color: #ffb700;
  }

  .cscomicboximg:hover{
    transform: scale(0.97);
  }

  .cscomicdate{
    font-size: 12px;
    letter-spacing: 0px;
  }

  /* Tooltip1 container */
  .tooltip1 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip1 text */
  .tooltip1 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: 0px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip1:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip2 container */
  .tooltip2 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip2 text */
  .tooltip2 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -24px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip3 container */
  .tooltip3 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip3 text */
  .tooltip3 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip3:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip4 container */
  .tooltip4 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip4 text */
  .tooltip4 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip4:hover .tooltiptext {
    visibility: visible;
  }.cscomicbox input{
     border: 0;
     background: none;
     box-shadow: none;
     outline: none;
     border-radius: 0px;
   }</style><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script><style>

  .dialog-header {
      font-size: 20px;
      padding-bottom: -4px;
      color: #7AAAFF;
      font-weight: 800px;
  }

  .dialog-subtitle {
      font-size: 30px;
      line-height: 30px;
      color: #7AAAFF;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: white;
  }

  .dialog-text {
      color: #7AAAFF;
  }

  .dialog-line {
      border-top: 1px solid #7AAAFF;
      width: 100%;
  }

  .modal .addpulllist{
      border: 1px solid #7AAAFF;
      background: black;
      color: #7AAAFF;
  }

  .dialoginput {
      color: black;
      border: 1px solid #7AAAFF;
  }

  .blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }

  .blocker.behind {
    background-color: transparent;
  }

  .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 90%;
    box-sizing: border-box;
    border:0px solid #7AAAFF;
    color: black;
    background: white;
    padding: 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }

  .modal h1{
    color: #ffb700;
  }

  .modal table{
    border: 0px solid;
  }

  .modal .comicdetails{
    display: flex;
    max-height: 450px;
  }

  .modal .comicdetails .comic-image{
    max-width: 300px;
    padding-right: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-text{
    max-width: 400px;
    width: 400px;
    padding: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-title{
    font-size: 26px;
    font-weight: 900;
    line-height: 22px;
  }

  .modal .comicdetails .comic-key{
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    margin-top: 5px;
  }

  .modal .comicdetails .comic-cover{
    font-size: 16px;

  }

  .modal .comicdetails .comic-releasedate{
    font-size: 12px;
  }

  .modal .comicdetails .comic-notes{
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 300px;
    overflow: scroll;
  }

  .modal a.close-modal {
    display: none;
  }

  .modal .comicdetails .closebutton a{
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
  }

  .modal .title{
    color: #ffb700;
    font-size: 12px;
    margin-bottom: -5px;
  }

  .modal .title_detail{
    color: #ffffff;
  }

  .modal hr {
    border: 0;
    height: 1px;
    color: #ffb700;
    background: #ffb700;
    background-image: linear-gradient(to right, #ffb700;, #333, #ffb700;);
  }

  </style>
  <style>

  .title {
    padding-left: 20px;
    font-size: 20px;
    font-weight: 900;
  }

  .cscomictable {
    margin-left: 20px;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: nowrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
    
  }

  .cscomictable-multi2 {
    left: 0;
    display: flex;
    gap: .50rem;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
    width: 95%;
    border-bottom: grey solid .05em;
    margin-bottom: .25em;
    padding-bottom: 30px;
  }

  .cscomicbox {
    padding: 0em;
    width: 125px;
    height: 250px;
    color: black;
    margin: 0 auto;
  }

  .cspubtitle {
    color: black;
    font-size: 10px;
    font-weight: 800px;
    height: 15px;
    overflow: hidden;
  }

  .cscomictitlebox {
    height: 40px;
    overflow: hidden;
    weight: 900;
  }

  .cscomictitle {
    font-size: 12px;
    letter-spacing: -1px;
    line-height: 1em;
    margin-top: 0px;
    max-height: 55px;
    padding-bottom: 17px;
    padding-top: 0px;
    padding-right: 1px;
  }

 .cscomicsubtitle a{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: 0px;
  }

  .cscomicsubtitle{
    font-size: 8px;
    color: #995c00;
    letter-spacing: 0px;
    margin-top: -7px;
  }

  .cscomiccoverbox {
    height: 38px;
    overflow: hidden;
  }

  .cscomiccover {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomictype {
    font-size: 12px;
    padding-top: 2px;
    padding-bottom: 3px;
    line-height: 1em;
  }

  .cscomicboximg {
      transition: all .2s ease-in-out;
  }

  .cscomicboximg img{
      width: 125px;
      height: 200px;
  }

 .delbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.57);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .hidebutton{
    border: 1px solid rgba(255, 183, 0, 0.57);
    background-color: #000000;
    color: rgba(255, 183, 0, 0.57);
    padding: 0px;
    padding-left: 3px;
    padding-right: 3px;
}

 .numbutton{
      border: 1px solid rgba(255, 183, 0, 0.57);
      background-color: #000000;
      color: #FFFFFF;
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .numbutton-no{
      border: 1px solid rgba(255, 183, 0, 0.30);
      background-color: #000000;
      color: rgba(255, 183, 0, 0.30);
      padding: 0px;
      padding-left: 3px;
      padding-right: 3px;
  }

  .delbutton:hover{
      border: 1px solid #ffb700;
      background-color: rgba(255, 183, 0, 0.25);
      color: #ffb700;
  }

  .cscomicboximg:hover{
    transform: scale(0.97);
  }

  .cscomicdate{
    font-size: 12px;
    letter-spacing: 0px;
  }

  /* Tooltip1 container */
  .tooltip1 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip1 text */
  .tooltip1 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: 0px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip1:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip2 container */
  .tooltip2 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip2 text */
  .tooltip2 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -24px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip2:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip3 container */
  .tooltip3 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip3 text */
  .tooltip3 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip3:hover .tooltiptext {
    visibility: visible;
  }

  /* Tooltip4 container */
  .tooltip4 {
    position: relative;
    display: inline-block;
  }

  /* Tooltip4 text */
  .tooltip4 .tooltiptext {
    visibility: hidden;
    width: 175px;
    background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(75,75,128,1) 54%, rgba(115,115,171,1) 100%);
    background-color: black;
    color: #fff;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    border-radius: 0px;

    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    margin-left: -48px;
  }

  /* Show the tooltip text when you mouse over the tooltip container */
  .tooltip4:hover .tooltiptext {
    visibility: visible;
  }.cscomicbox input{
     border: 0;
     background: none;
     box-shadow: none;
     outline: none;
     border-radius: 0px;
   }</style><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.0.0/jquery.min.js"></script><script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.js"></script><style>

  .dialog-header {
      font-size: 20px;
      padding-bottom: -4px;
      color: #7AAAFF;
      font-weight: 800px;
  }

  .dialog-subtitle {
      font-size: 30px;
      line-height: 30px;
      color: #7AAAFF;
      -webkit-text-stroke-width: 2px;
      -webkit-text-stroke-color: white;
  }

  .dialog-text {
      color: #7AAAFF;
  }

  .dialog-line {
      border-top: 1px solid #7AAAFF;
      width: 100%;
  }

  .modal .addpulllist{
      border: 1px solid #7AAAFF;
      background: black;
      color: #7AAAFF;
  }

  .dialoginput {
      color: black;
      border: 1px solid #7AAAFF;
  }

  .blocker {
    position: fixed;
    top: 0; right: 0; bottom: 0; left: 0;
    width: 100%; height: 100%;
    overflow: auto;
    z-index: 1;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
  }

  .blocker:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
  }

  .blocker.behind {
    background-color: transparent;
  }

  .modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 90%;
    box-sizing: border-box;
    border:0px solid #7AAAFF;
    color: black;
    background: white;
    padding: 10px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
  }

  .modal h1{
    color: #ffb700;
  }

  .modal table{
    border: 0px solid;
  }

  .modal .comicdetails{
    display: flex;
    max-height: 450px;
  }

  .modal .comicdetails .comic-image{
    max-width: 300px;
    padding-right: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-text{
    max-width: 400px;
    width: 400px;
    padding: 5px;
    height: 450px;
  }

  .modal .comicdetails .comic-title{
    font-size: 26px;
    font-weight: 900;
    line-height: 22px;
  }

  .modal .comicdetails .comic-key{
    font-size: 14px;
    font-weight: 900;
    line-height: 14px;
    margin-top: 5px;
  }

  .modal .comicdetails .comic-cover{
    font-size: 16px;

  }

  .modal .comicdetails .comic-releasedate{
    font-size: 12px;
  }

  .modal .comicdetails .comic-notes{
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    max-height: 300px;
    overflow: scroll;
  }

  .modal a.close-modal {
    display: none;
  }

  .modal .comicdetails .closebutton a{
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
  }

  .modal .title{
    color: #ffb700;
    font-size: 12px;
    margin-bottom: -5px;
  }

  .modal .title_detail{
    color: #ffffff;
  }

  .modal hr {
    border: 0;
    height: 1px;
    color: #ffb700;
    background: #ffb700;
    background-image: linear-gradient(to right, #ffb700;, #333, #ffb700;);
  }

  </style>
  {"id":3677,"date":"2017-06-04T11:43:23","date_gmt":"2017-06-04T17:43:23","guid":{"rendered":"http:\/\/www.alphacomics.ca\/?page_id=3677"},"modified":"2026-01-24T10:00:16","modified_gmt":"2026-01-24T17:00:16","slug":"home","status":"publish","type":"page","link":"https:\/\/www.alphacomics.ca\/","title":{"rendered":"Home"},"content":{"rendered":"<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><script>\n            $(document).ready(function() {\n                $.modal.defaults = {\n                    fadeDuration: 500,\n                    escapeClose: false,\n                    clickClose: false,\n                }\n            });\n        <\/script><div class='shortcode'><div class=\"title\">New Series Just Added<\/div><div class=\"cscomictable-multi2\"><div class=\"cscomicbox\" id=\"solicit99464\"><div class=\"cscomicboximg\"><a href=\"#details99464\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/76156801495200111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dark Horse Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT #1<\/div><\/div><\/div><div id=\"details99464\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/76156801495200111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT<\/div><div class=\"comic-notes\">The Perfectly Monstrous Life of Adam Frankenstein special one-shot!Fan-favorite character Adam Frankenstein spins out of the GLAAD Media Award nominated The Oddly Pedestrian Life of Christopher Chaos into his very own special! In \"\"Gods & Monsters,\"\" Tate Brombal (Batgirl, Barbalien: Red Planet, House of Slaughter) and Soo Lee (Carmilla, Maleficent) reveal the origins of Adam's horrific creation under the knives of Victor Frankenstein. This epic tale thrillingly adapts Mary Shelley\u2019s Frankenstein for the Chaos Universe and finally answers readers' questions about the heartbreaking early life of Christopher Chaos's mentor. Adam Frankenstein must become a protector for all Monsterkind . . . His immortal mission begins here!This special also includes an eight-page \"\"Monsters in Love\"\" short story as a flip-book feature with a special cover illustration by Bradley Clayton!<\/div><div class=\"comic-releasedate\">Available Aug 26, 2026<\/div><div class=\"comic-key\">Key: CVR A DAVID TALASKI<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99464\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99464\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A DAVID TALASKI\" \/><div class=\"dialog-subtitle\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A DAVID TALASKI<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit100019\"><div class=\"cscomicboximg\"><a href=\"#details100019\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401348201011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">HELLRAISER #1<\/div><\/div><\/div><div id=\"details100019\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401348201011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">HELLRAISER<\/div><div class=\"comic-notes\">Go beyond the horror that began in Clive Barker's darkly malevolent films and delve into an experience beyond limits!  In this one-to-one reproduction from horror legend Clive Barker, Pinhead sets his sights on a new goal&hellip;to become human again. Sending Pinhead on a journey unlike any other in the Hellraiser mythos, this issue represents the start of a bold new era for Hellraiser! From the mind of New York Times&ndash;bestselling author Clive Barker with blockbuster writer Christopher Monfette (Star Trek: Picard, 12 Monkeys) alongside artist Leonardo Manco (Dr. Doom, Apache Skies) providing the disturbing visuals, a true collector of ancient oddities and demonic devices can&rsquo;t possibly resist a true reproduction such as this!<\/div><div class=\"comic-releasedate\">Available Aug 26, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100019\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLRAISER\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">HELLRAISER<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100019\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLRAISER\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A TIM BRADSTREET\" \/><div class=\"dialog-subtitle\">HELLRAISER #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A TIM BRADSTREET<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit100006\"><div class=\"cscomicboximg\"><a href=\"#details100006\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621613000111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">TOMB OF APOCALYPSE #1<\/div><\/div><\/div><div id=\"details100006\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621613000111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">TOMB OF APOCALYPSE<\/div><div class=\"comic-notes\">ANCIENT AND UNFATHOMABLE POWER! From his exile in space, the shadow of the mutant called APOCALYPSE looms over all life on the pale blue dot from whence he hailed. Once dedicated to ensuring the strongest and fittest mutants would inherit the Earth, now Apocalypse's attentions have turned to a new deadly undertaking - for which he will need the unique abilities of...JUBILEE and WOLVERINE!<\/div><div class=\"comic-releasedate\">Available Aug 26, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100006\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"TOMB OF APOCALYPSE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">TOMB OF APOCALYPSE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100006\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"TOMB OF APOCALYPSE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A ROD REIS\" \/><div class=\"dialog-subtitle\">TOMB OF APOCALYPSE #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A ROD REIS<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99898\"><div class=\"cscomicboximg\"><a href=\"#details99898\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621551500111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">WHAT IF...? X-MEN #1<\/div><\/div><\/div><div id=\"details99898\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621551500111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">WHAT IF...? X-MEN<\/div><div class=\"comic-notes\">WHAT IF...CASSANDRA NOVA KILLED PROFESSOR X? In a world where Cassandra Nova killed Charles Xavier in the womb, telepaths are hunted and experimented on - and what she's making from them is far worse than what she's taking. But when telepaths Jean Grey and Emma Frost escape, Cassandra Nova will stop at nothing to bring them back! Bring on Cassandra's X-Men!<\/div><div class=\"comic-releasedate\">Available Aug 26, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99898\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"WHAT IF...? X-MEN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">WHAT IF...? X-MEN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99898\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"WHAT IF...? X-MEN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A LUCAS WERNECK\" \/><div class=\"dialog-subtitle\">WHAT IF...? X-MEN #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A LUCAS WERNECK<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99939\"><div class=\"cscomicboximg\"><a href=\"#details99939\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401344401011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">STUFF OF NIGHTMARES #1<\/div><\/div><\/div><div id=\"details99939\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401344401011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">STUFF OF NIGHTMARES<\/div><div class=\"comic-notes\">From horror legend R.L. Stine (Goosebumps, Fear Street) comes a fresh, one-and-done nightmare framed by the Nightmare Keeper, with chilling visuals by comics artist Matthew Dunn. A broke dad steals a &ldquo;valuable&rdquo; stuffed black cat from his mother&rsquo;s coffin, dumps her three real black cats at the pound, and gets hunted by the kind of bad luck you can&rsquo;t outrun.Harvey Goodwin is unemployed, desperate, and convinced his late mother&rsquo;s antique stuffed cat, Lucy, is his ticket back to stability. Hazel asked for two promises: care for her three black cats and bury her with Lucy. Harvey breaks both.Pocketing Lucy during the funeral, caging the cats, and leaving them at the pound, the haunting starts. Cat cries flood his car stereo, his ears bleed, and reality begins to &ldquo;swap&rdquo; out from under him.A darkly funny morality tale about what people do when they feel cornered by money, responsibility, and loss, it taps into the evergreen horror pleasure of &ldquo;the curse that fits the crime,&rdquo; with black-cat folklore turned into a relentless, escalating punishment.<\/div><div class=\"comic-releasedate\">Available Aug 19, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99939\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STUFF OF NIGHTMARES\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">STUFF OF NIGHTMARES<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99939\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STUFF OF NIGHTMARES\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A FRANCESCO FRANCAVILLA\" \/><div class=\"dialog-subtitle\">STUFF OF NIGHTMARES #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A FRANCESCO FRANCAVILLA<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99759\"><div class=\"cscomicboximg\"><a href=\"#details99759\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/64985600901200111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Oni Press<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">EC COMICS #1<\/div><\/div><\/div><div id=\"details99759\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/64985600901200111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">EC COMICS<\/div><div class=\"comic-notes\">NEW WARS! NEW SOLDIERS! SAME OLD PRICE TO PAY . . . Kiss your rifle and swallow your fear, because EC Comics is rotating back into combat for the 21st century\u2019s first dose of two-fisted fury with staggering new tales of war and fighting men in our next giant-sized special!Meet mankind\u2019s greatest enemy of all\u2014himself\u2014as commanding writers Julio Anta (This Land Is Our Land: A Blue Beetle Story), John Arcudi (B.P.R.D.), Benito Cereno (Invincible Presents: Atom Eve), and Michael W. Conrad (Double Walker) lead a joint campaign alongside artistic bombardiers Tom Fowler (EC\u2019s Catacomb of Torment), David Lapham (Stray Bullets), Albert Monteys (Slaughterhouse-Five: The Graphic Novel), and Shawn Martinbrough (Thief of Thieves) that will always bring enemy and ally, private and general, to the same reward in the end: a flag-draped casket and glory posthumously conferred. Plus: This 56-page testament to fortitude also features another all-time EC classic, painstakingly remastered and restored!\u00a0You\u2019ve warmed yourselves by the pyres of SHIVER SUSPENSTORIES . . . You\u2019ve grabbed OUTLAW SHOWDOWN by both red-hot barrels . . . And you\u2019ve felt the poison touch of TORTURED HEARTS. But nothing can prepare you for what awaits\u2014or who you will become\u2014when you finally reach the front line. Here, there can be no peace\u2014only SHELLSHOCK!<\/div><div class=\"comic-releasedate\">Available Aug 19, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99759\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"EC COMICS\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">EC COMICS<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99759\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"EC COMICS\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A LEE BERMEJO\" \/><div class=\"dialog-subtitle\">EC COMICS #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A LEE BERMEJO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99986\"><div class=\"cscomicboximg\"><a href=\"#details99986\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621436500111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">SPIDER-MAN HULK FIRE AND BRIMSTONE #1<\/div><\/div><\/div><div id=\"details99986\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621436500111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">SPIDER-MAN HULK FIRE AND BRIMSTONE<\/div><div class=\"comic-notes\">THWIP-SMASH! Legendary writers KEVIN SMITH and ANDY McELFRESH team up with superstar artist R.B. SILVA for the newest high-octane adventure for Spider-Man and Hulk! It's nonstop action! Side-splitting quips! And...the exorcism of Bruce Banner?!<\/div><div class=\"comic-releasedate\">Available Aug 19, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99986\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SPIDER-MAN HULK FIRE AND BRIMSTONE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">SPIDER-MAN HULK FIRE AND BRIMSTONE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99986\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SPIDER-MAN HULK FIRE AND BRIMSTONE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A R.B. SILVA\" \/><div class=\"dialog-subtitle\">SPIDER-MAN HULK FIRE AND BRIMSTONE #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A R.B. SILVA<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99401\"><div class=\"cscomicboximg\"><a href=\"#details99401\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/76156801608600111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dark Horse Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">DUNGEONS AND DRAGONS REAVENLOFT #1<\/div><\/div><\/div><div id=\"details99401\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/76156801608600111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">DUNGEONS AND DRAGONS REAVENLOFT<\/div><div class=\"comic-notes\">Ravenloft is falling apart, and nobody knows why.Fortunately, monster hunter Ez D&rsquo;Avenir is on the case! She&rsquo;s searching the frozen wasteland of Lamordia for an undead creature that may hold the key to Ravenloft&rsquo;s fate. But when Darklord Viktra Mordenheim catches wind of her quest, Ez is suddenly the one being hunted! Join Bram Stoker Award-winning author Amy Chu and hit illustrator Ariela Kristantina for this genre-bending mystery that will unite Rudolph van Richten&rsquo;s proteges from across the horrifying world of Ravenloft! &bull; Return to Ravenloft&ndash;Dungeons &amp; Dragons&rsquo; premier horror setting&ndash;for a genre-bending mystery that spans the Domains of Dread! &bull; Four-issue series.<\/div><div class=\"comic-releasedate\">Available Aug 19, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99401\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"DUNGEONS AND DRAGONS REAVENLOFT\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">DUNGEONS AND DRAGONS REAVENLOFT<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99401\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"DUNGEONS AND DRAGONS REAVENLOFT\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A GUILLEM MARCH\" \/><div class=\"dialog-subtitle\">DUNGEONS AND DRAGONS REAVENLOFT #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A GUILLEM MARCH<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99674\"><div class=\"cscomicboximg\"><a href=\"#details99674\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401350501011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">HELLRAISER LEGACY #1<\/div><\/div><\/div><div id=\"details99674\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401350501011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">HELLRAISER LEGACY<\/div><div class=\"comic-notes\">Experience a prison break of epic proportions with this thrilling issue from the twisted mind of horror icon, Clive Barker!Manhattan, Lower East Side. Six strangers gather at the abandoned Bleecker Street Hotel, drawn together and hand-selected by the powerful goddess Mort&#275; Mamm&#275;. Imbued with her special gifts, they&rsquo;re tasked with a divine mission: break into Hell itself and rescue the innocent souls trapped in endless torment there! But Hell has its own guardians&hellip;Can they learn to work together fast enough for their first dive into the infernal depths? And what secrets are they harboring that could tear each other apart before the demons do it for them? Pinhead himself is determined not just to stop the Harrowers, but to keep them in his fiery menagerie.Break into a new layer of dark delights from horror writer Clive Barker with writer Malcolm Smith (Hellraiser) and legendary artist Gene Colan (Daredevil, Howard the Duck, Blade) with this faithful reproduction of the original series&rsquo; debut issue!<\/div><div class=\"comic-releasedate\">Available Aug 19, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99674\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLRAISER LEGACY\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">HELLRAISER LEGACY<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99674\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLRAISER LEGACY\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A GENE COLAN\" \/><div class=\"dialog-subtitle\">HELLRAISER LEGACY #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A GENE COLAN<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99842\"><div class=\"cscomicboximg\"><a href=\"#details99842\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401345101011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">GASTRONOMIQUE  #1<\/div><\/div><\/div><div id=\"details99842\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401345101011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">GASTRONOMIQUE <\/div><div class=\"comic-notes\">You&rsquo;ll want to take a bite out of NYT-bestselling writer Marguerite Bennett&rsquo;s all-new erotic body horror and historical thriller, with sensual and stomach-turning art from Eisner-nominated illustrator Helena Masellis!  Tarrare the cannibal may be compelled to eat, but Lady Charlotte (codename: The Python) is a cold-blooded spy compelled to hunt. A visceral game of cat-and-mouse begins as Lady Charlotte hunts down the elusive cannibal stalking the streets of France during the revolution, and she&rsquo;ll stop at nothing to pursue her prey! Lady Charlotte&rsquo;s quest for revenge is aided by her former lover Z&eacute;lie, and together they explore the seedy underbelly of Paris and each other in a hypnotic fever dream.  Prepare to swoon over industry veteran and GLAAD-nominated writer Marguerite Bennett (ODIN, Bombshells, Batwoman)&rsquo;s blood-lusty tale bursting at the seams with vengeance, unbridled sexuality, and most importantly, horror! After all, there&rsquo;s nothing scarier than a woman&rsquo;s voracious appetite.<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99842\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"GASTRONOMIQUE \" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">GASTRONOMIQUE <\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99842\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"GASTRONOMIQUE \" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A HELENA MASELLIS\" \/><div class=\"dialog-subtitle\">GASTRONOMIQUE  #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A HELENA MASELLIS<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99561\"><div class=\"cscomicboximg\"><a href=\"#details99561\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/82771403544500111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Idw Publishing<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">HELLO KITTY HELLO WORLD #1<\/div><\/div><\/div><div id=\"details99561\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/82771403544500111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">HELLO KITTY HELLO WORLD<\/div><div class=\"comic-notes\">She&rsquo;s here! Hello, world&mdash;it&rsquo;s Hello Kitty! Welcome one and all to Hello Kitty and her friends&rsquo; first major swing into the comic book world. Everything is going well in Hello Kitty&rsquo;s life: Her friends are happy, her radio show is popular, and she even has the perfect gift to give! But all of that comes to a screeching halt when My Melody bursts in to reveal that her bow has gone missing!Suddenly, the iconic symbols of our favorite characters all start disappearing, and it&rsquo;s up to Hello Kitty to solve the case! But that&rsquo;s not all&mdash;as friends start to suspect each other, our super detective must solve the mystery and keep everyone together! It&rsquo;s a mess only Hello Kitty can solve!Join comic legend and multiple Eisner Award&ndash;winning author Mariko Tamaki (This One Summer, Detective Comics) and rising artist Cody Lemieux for the groundbreaking comics launch of the world&rsquo;s sweetheart!Cover A comes polybagged with one of three exclusive collectible sticker sheets, unseal the surprise and start the chase to track down all three and complete the full set!<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99561\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLO KITTY HELLO WORLD\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">HELLO KITTY HELLO WORLD<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99561\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLO KITTY HELLO WORLD\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A PAULINA GANUCHEAU\" \/><div class=\"dialog-subtitle\">HELLO KITTY HELLO WORLD #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A PAULINA GANUCHEAU<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99754\"><div class=\"cscomicboximg\"><a href=\"#details99754\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/64985600888600111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Oni Press<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">BIKER MICE FROM MARS SCORCH #1<\/div><\/div><\/div><div id=\"details99754\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/64985600888600111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">BIKER MICE FROM MARS SCORCH<\/div><div class=\"comic-notes\">SHE RIDES HARD . . . AND HITS EVEN HARDER! Bear to witness a major comics milestone decades in the making as SCORCH\u2014the first brand-new character to enter the BIKER MICE FROM MARS pantheon\u2014steps out her upcoming appearance in the BIKER MICE animated series and toy line . . . and into history in the pages of her very own adventure, masterminded by red-hot writer Matt Hotson (Power Rangers: The Return) and turbo-charged artist V Ken Marion (Nightwing)!Enter: SCORCH\u2014a mysterious new Martian rider with a past as dangerous as it is explosive. Is she friend or foe? What sinister secret connects her to Throttle, Vinnie, and Modo . . . to the villainous Plutarkians masterminding Mars\u2019 overthrow . . . and to the fate of the Red Planet itself? The truth will be revealed HERE as the hard-charging antihero of 2026 launches into a MUST-READ solo series spanning her never-before-revealed origin . . . and a future defined by new allies, hidden histories, and a single spark with the potential to ignite an entire galaxy!<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99754\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"BIKER MICE FROM MARS SCORCH\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">BIKER MICE FROM MARS SCORCH<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99754\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"BIKER MICE FROM MARS SCORCH\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A TANGO\" \/><div class=\"dialog-subtitle\">BIKER MICE FROM MARS SCORCH #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A TANGO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99980\"><div class=\"cscomicboximg\"><a href=\"#details99980\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621060200111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">STAR WARS THE FALL OF KYLO REN #1<\/div><\/div><\/div><div id=\"details99980\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621060200111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">STAR WARS THE FALL OF KYLO REN<\/div><div class=\"comic-notes\">THE LEGACY OF VADER CREATES A NEW EMPIRE OF FEAR! KYLO REN returns from devastation, wielding total fury! As GENERALS HUX and PRYDE tear THE FIRST ORDER apart with treacherous ambition, Kylo cuts through their schemes with merciless clarity. His wrath forges unity through fear and unleashes a SUPREME LEADER neither general can escape...nor survive disappointing. A pivotal turning point for Kylo, Hux and Pryde -- essential reading for every STAR WARS fan.<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99980\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STAR WARS THE FALL OF KYLO REN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">STAR WARS THE FALL OF KYLO REN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99980\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STAR WARS THE FALL OF KYLO REN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A PHIL NOTO\" \/><div class=\"dialog-subtitle\">STAR WARS THE FALL OF KYLO REN #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A PHIL NOTO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99570\"><div class=\"cscomicboximg\"><a href=\"#details99570\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/76156801609300111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dark Horse Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">FOUNDRY #1<\/div><\/div><\/div><div id=\"details99570\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/76156801609300111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">FOUNDRY<\/div><div class=\"comic-notes\">Meet the Queen&rsquo;s own secret agency that investigates the paranormal and the mysterious! Characters from Witchfinder and The British Paranormal Society join together in this adventure series where they travel the world over seeking out supernatural-powered technologies and the stories of the civilizations that harnessed them&mdash;for good and for evil.Longtime Hellboy universe writer Chris Roberson and fan-favorite artist Christopher Mitten reunite for this series that will take readers around the world&mdash;and hopefully back again!&bull; Four-issue series.<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99570\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FOUNDRY\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">FOUNDRY<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99570\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FOUNDRY\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A CHRISTOPHER MITTEN\" \/><div class=\"dialog-subtitle\">FOUNDRY #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A CHRISTOPHER MITTEN<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99769\"><div class=\"cscomicboximg\"><a href=\"#details99769\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/81019628036601011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Ignition Press<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">CULT-DE-SAC #1<\/div><\/div><\/div><div id=\"details99769\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/81019628036601011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">CULT-DE-SAC<\/div><div class=\"comic-notes\">The Hanson family just moved into a new home, and they&rsquo;re ready to make it all their own. Or so they thought&hellip; because in this neighborhood, you don&rsquo;t want to find yourself on the HOA&rsquo;s bad side. Unexplainable and terrifying things happen to those who break the rules, and the Hanson family is about to find out what happens when evil hits close to home in Cult-de-Sac! Master of Horror, Cullen Bunn (Harrow County, Ripcord) and artist Fico Ossio (Revolution) reunite to present a chilling new vision of modern terror&hellip;the Homeowner&rsquo;s Association!<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99769\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"CULT-DE-SAC\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">CULT-DE-SAC<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99769\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"CULT-DE-SAC\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A FICO OSSIO\" \/><div class=\"dialog-subtitle\">CULT-DE-SAC #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A FICO OSSIO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99225\"><div class=\"cscomicboximg\"><a href=\"#details99225\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621462400111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">MILES MORALES SPIDER-MAN #1<\/div><\/div><\/div><div id=\"details99225\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621462400111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">MILES MORALES SPIDER-MAN<\/div><div class=\"comic-notes\">THE NEXT ERA OF MILES MORALES: SPIDER-MAN STARTS NOW! MILES MORALES is back in black (and red)! SPIDER-MAN thinks he has it allllll handled: homework, super-villains\u2026a new school crush?? No, no--Miles' is focused on what matters: helping the good folks of Brooklyn. Friendly. Neighborhood. Spider-Manning at his best! But a vengeful villain from Jeff Morales' past with SHIELD threatens to destroy not only Spider-Man--but the entire Morales family!<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99225\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MILES MORALES SPIDER-MAN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">MILES MORALES SPIDER-MAN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99225\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MILES MORALES SPIDER-MAN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A SIMONE DI MEO\" \/><div class=\"dialog-subtitle\">MILES MORALES SPIDER-MAN #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A SIMONE DI MEO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99642\"><div class=\"cscomicboximg\"><a href=\"#details99642\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621632100111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">QUEEN IN BLACK THOR #1<\/div><\/div><\/div><div id=\"details99642\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621632100111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">QUEEN IN BLACK THOR<\/div><div class=\"comic-notes\">As Beta Ray Bill battles Hela at the edge of space, he considers his role as the heir of Thor's story...  ...little dreaming that the story continues with Sigurd Jarlson...or that the Death Goddess has plans for the Mortal Thor.  Somewhere in the city, a man with a hammer is about to face the ultimate test.<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99642\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"QUEEN IN BLACK THOR\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">QUEEN IN BLACK THOR<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99642\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"QUEEN IN BLACK THOR\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A PASQUAL FERRY\" \/><div class=\"dialog-subtitle\">QUEEN IN BLACK THOR #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A PASQUAL FERRY<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99775\"><div class=\"cscomicboximg\"><a href=\"#details99775\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401340602101.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">POWER RANGERS UNLIMITED  #1<\/div><\/div><\/div><div id=\"details99775\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401340602101.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">POWER RANGERS UNLIMITED <\/div><div class=\"comic-notes\">Andros and Karone come face to face with a ghost in this harrowing new issue!  In this legendary team-up, a crew of Power Rangers investigate a haunted satellite, and a villain makes its first-ever appearance! Something sinister is happening on the strange satellite orbiting KO-35&hellip;Andros (Red Space Ranger) and Karone (Pink Lost Galaxy Ranger)&rsquo;s home planet. Once teammates start disappearing, how will the Rangers save the day against a ghostlike enemy?<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99775\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"POWER RANGERS UNLIMITED \" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">POWER RANGERS UNLIMITED <\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99775\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"POWER RANGERS UNLIMITED \" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A FEDERICO SORRESSA\" \/><div class=\"dialog-subtitle\">POWER RANGERS UNLIMITED  #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A FEDERICO SORRESSA<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99858\"><div class=\"cscomicboximg\"><a href=\"#details99858\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621536200111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">STAR WARS ROGUE ONE - CHIRRUT AND BAZE #1<\/div><\/div><\/div><div id=\"details99858\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621536200111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">STAR WARS ROGUE ONE - CHIRRUT AND BAZE<\/div><div class=\"comic-notes\">CELEBRATING TEN YEARS OF ROGUE ONE! A STRIKE AGAINST THE EMPIRE...BUT AT WHAT COST?  BAZE MALBUS and CHIRRUT \u00ceMWE attempt a covert mission to sabotage a KYBER mine that has been overtaken by IMPERIAL forces.  But when something unexpected stands between them and their objective, the mission becomes far more complicated than they expected.  To succeed, faith will be tested and an impossible choice must be made!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99858\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STAR WARS ROGUE ONE - CHIRRUT AND BAZE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">STAR WARS ROGUE ONE - CHIRRUT AND BAZE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99858\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STAR WARS ROGUE ONE - CHIRRUT AND BAZE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A DAVID MARQUEZ\" \/><div class=\"dialog-subtitle\">STAR WARS ROGUE ONE - CHIRRUT AND BAZE #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A DAVID MARQUEZ<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit100073\"><div class=\"cscomicboximg\"><a href=\"#details100073\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621698700111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">MARVEL TOKON FIRST STRIKE #1<\/div><\/div><\/div><div id=\"details100073\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621698700111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">MARVEL TOKON FIRST STRIKE<\/div><div class=\"comic-notes\">YOU'RE INVITED - TO EXPERIENCE THE MARVEL UNIVERSE LIKE NEVER BEFORE! As MARVEL T\u014cKON: FIGHTING SOULS makes its debut on gaming systems near you this Fall, don't miss out on this exciting anthology showcasing brand-new high-octane adventures from the MARVEL T\u014cKON Universe that you won't get anywhere else! From show-stopping brawls to deep abiding mysteries - this one-shot acts as a companion piece to the upcoming 4v4 tag-team fighting game! Uncover secrets and more in this action-packed special!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100073\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MARVEL TOKON FIRST STRIKE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">MARVEL TOKON FIRST STRIKE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100073\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MARVEL TOKON FIRST STRIKE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A JUAN FRIGERI\" \/><div class=\"dialog-subtitle\">MARVEL TOKON FIRST STRIKE #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A JUAN FRIGERI<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99770\"><div class=\"cscomicboximg\"><a href=\"#details99770\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/64985600905001011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Oni Press<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">FORT PSYCHO #1<\/div><\/div><\/div><div id=\"details99770\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/64985600905001011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">FORT PSYCHO<\/div><div class=\"comic-notes\">WELCOME TO FORT PSYCHO\u2014THE EXTREME ACTION COMIC THAT ONLY STOPS TO RELOAD! From New York Times bestselling writer Matt Kindt (BRZRKR, Mind MGMT) and adrenaline-racing artist Brian Hurtt (The Sixth Gun, Manor Black), enter the 40-page first chapter of a powerful new maxi-series stocked with trained killers, secret betrayals, and the long-buried truth about the mission that led them to an off-the-grid island prison with no hope of escape . . .Ten years ago, the nation of Singapore sank into the Pacific Ocean. The underground terrorist network known as the Seven Seals took credit for the largest act of terror in human history. In the aftermath, the United Nations created a strike team of highly trained covert operatives with one mission: locate, identify, and eliminate the Seven Seals\u2019 secretive leader. The team\u2019s clandestine affairs were to always remain in the shadows\u2014until their final, explosive confrontation resulted in a large-scale tragedy too bloody to cover up and too tragic to ignore.\u00a0Disgraced and disavowed by the governments that trained them, the world\u2019s most dangerous secret agents have been convicted for their crimes and sentenced to serve time side by side in the one place capable of holding them: their old island headquarters, Fort Cyclone\u2014now known in the media by the derogatory nickname \u201cFort Psycho.\u201d\u00a0And that\u2019s where the official story is about to go terribly, terribly wrong . . .<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99770\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FORT PSYCHO\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">FORT PSYCHO<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99770\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FORT PSYCHO\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A BRIAN HURTT\" \/><div class=\"dialog-subtitle\">FORT PSYCHO #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A BRIAN HURTT<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99996\"><div class=\"cscomicboximg\"><a href=\"#details99996\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621531700111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">FANTASTIC FOUR 65 YEARS OF THE WORLDS GREATEST COMIC COVERS #1<\/div><\/div><\/div><div id=\"details99996\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621531700111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">FANTASTIC FOUR 65 YEARS OF THE WORLDS GREATEST COMIC COVERS<\/div><div class=\"comic-notes\">Celebrating 65 years of the World's Greatest Comics Magazine! Mister Fantastic, the Invisible Woman, Human Torch and the Thing star alongside their closest allies and most frightful foes as every single main FANTASTIC FOUR cover is brought together in a stunning gallery across the pages of a single comic book! That's more than 700 covers illustrated by the industry's finest talents! And in honor of the momentous occasion, creators associated with the FF past and present provide commentary on their favorite covers!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99996\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FANTASTIC FOUR 65 YEARS OF THE WORLDS GREATEST COMIC COVERS\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">FANTASTIC FOUR 65 YEARS OF THE WORLDS GREATEST COMIC COVERS<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99996\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FANTASTIC FOUR 65 YEARS OF THE WORLDS GREATEST COMIC COVERS\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A MARVEL VARIOUS\" \/><div class=\"dialog-subtitle\">FANTASTIC FOUR 65 YEARS OF THE WORLDS GREATEST COMIC COVERS #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A MARVEL VARIOUS<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99520\"><div class=\"cscomicboximg\"><a href=\"#details99520\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/76156801606200111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dark Horse Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">HE-MAN AND THE MASTERS OF THE UNIVERSE GENESIS #1<\/div><\/div><\/div><div id=\"details99520\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/76156801606200111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">HE-MAN AND THE MASTERS OF THE UNIVERSE GENESIS<\/div><div class=\"comic-notes\">Discover the origins of your favorite heroes and villains with Masters of the Universe: Genesis! In issue #1 we meet Skeletor&mdash;a power-hungry demon-mage determined to seize control of Castle Grayskull, conquer Eternia, and become Master of the Universe! The first arc of Genesis is written by Rich Douek (Superman Red &amp; Blue, Edge of Spider-Verse) and illustrated by Gavin Smith (Teenage Mutant Ninja Turtles, Mighty Morphin Power Rangers: Zord Quest).&bull; Expands upon the ongoing Masters of the Universe comic series.&bull; An homage to the classic Masters of the Universe character origins, which will delight die-hard MOTU fans and will be a perfect jumping-on point for new readers.&bull; Twelve-issue series.<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99520\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HE-MAN AND THE MASTERS OF THE UNIVERSE GENESIS\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">HE-MAN AND THE MASTERS OF THE UNIVERSE GENESIS<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99520\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HE-MAN AND THE MASTERS OF THE UNIVERSE GENESIS\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A MARK BUCKINGHAM\" \/><div class=\"dialog-subtitle\">HE-MAN AND THE MASTERS OF THE UNIVERSE GENESIS #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A MARK BUCKINGHAM<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99727\"><div class=\"cscomicboximg\"><a href=\"#details99727\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621674100111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">MARY JANE FACE IT, TIGER #1<\/div><\/div><\/div><div id=\"details99727\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621674100111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">MARY JANE FACE IT, TIGER<\/div><div class=\"comic-notes\">SIXTY YEARS AGO, WE ALL HIT THE JACKPOT! Back in AMAZING SPIDER-MAN #42, we all got our first real look at MARY JANE WATSON, and sixty years later, we're all still reeling. In that time, she's been a party girl, OTP and even VENOM! To celebrate MJ's storied run, we present three stories of three different MJ eras and an epilogue that points toward the future of the inimitable MJW!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99727\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MARY JANE FACE IT, TIGER\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">MARY JANE FACE IT, TIGER<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99727\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MARY JANE FACE IT, TIGER\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A JIM CHEUNG\" \/><div class=\"dialog-subtitle\">MARY JANE FACE IT, TIGER #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A JIM CHEUNG<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit100061\"><div class=\"cscomicboximg\"><a href=\"#details100061\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621273600111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">X-MEN OF APOCALYPSE OMEGA #1<\/div><\/div><\/div><div id=\"details100061\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621273600111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">X-MEN OF APOCALYPSE OMEGA<\/div><div class=\"comic-notes\">SECRETS REVEALED! BETRAYALS. DEATHS. AND A SHOCK ENDING THAT WILL HAVE X-MEN FANS TALKING FOR YEARS!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100061\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"X-MEN OF APOCALYPSE OMEGA\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">X-MEN OF APOCALYPSE OMEGA<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100061\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"X-MEN OF APOCALYPSE OMEGA\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A SIMONE DI MEO\" \/><div class=\"dialog-subtitle\">X-MEN OF APOCALYPSE OMEGA #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A SIMONE DI MEO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99710\"><div class=\"cscomicboximg\"><a href=\"#details99710\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621469300111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">WHAT IF...? CAPTAIN AMERICA #1<\/div><\/div><\/div><div id=\"details99710\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621469300111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">WHAT IF...? CAPTAIN AMERICA<\/div><div class=\"comic-notes\">WHAT IF...CAPTAIN AMERICA WAS REVIVED IN 2099? CAPTAIN AMERICA's time during World War II ended with him frozen in ice, out of commission for decades. In the 616, he was revived and joined with fellow heroes THE AVENGERS. But what if he missed the HEROIC AGE altogether? What evils would rise without the Sentinel of Liberty? Find out in this action-packed epic from Marc Guggenheim and X-MEN 2099 legend, Ron Lim!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99710\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"WHAT IF...? CAPTAIN AMERICA\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">WHAT IF...? CAPTAIN AMERICA<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99710\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"WHAT IF...? CAPTAIN AMERICA\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A LUCAS WERNECK\" \/><div class=\"dialog-subtitle\">WHAT IF...? CAPTAIN AMERICA #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A LUCAS WERNECK<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99777\"><div class=\"cscomicboximg\"><a href=\"#details99777\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621668000111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">MIDNIGHT X-MEN #1<\/div><\/div><\/div><div id=\"details99777\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621668000111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">MIDNIGHT X-MEN<\/div><div class=\"comic-notes\">AN ALL-NEW, ALL-DISTURBING UNIVERSE BEGINS HERE! The clock strikes midnight, and it's the dark dawn of a new era. The shadows of New York City are stalked by vampires and the mutant empyres. The sword of Damocles hangs over the peace between these two species and the factions within them. An outright war is brewing and the unturned will be caught in the crossfire. Blockbuster comic book writer Jonathan Hickman returns to the X-Men with a hunger for blood as this new world of terror reimagines the heroes of the Marvel Universe! RATED PARENTAL ADVISORY.<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99777\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MIDNIGHT X-MEN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">MIDNIGHT X-MEN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99777\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"MIDNIGHT X-MEN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A DIKE RUAN\" \/><div class=\"dialog-subtitle\">MIDNIGHT X-MEN #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A DIKE RUAN<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98824\"><div class=\"cscomicboximg\"><a href=\"#details98824\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526TN1243.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Titan Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">GUN HONEY 5TH ANNIVERSARY OVERSIZED SPECIAL #1<\/div><\/div><\/div><div id=\"details98824\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526TN1243.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">GUN HONEY 5TH ANNIVERSARY OVERSIZED SPECIAL<\/div><div class=\"comic-notes\">An incredible oversized edition celebrating the 5th anniversary of the best-selling series. Featuring a glorious display of gorgeous covers plus a look back on the success of Gun Honey with creator Charles Ardai. When a gun smuggled into a high-security prison leads to the death of dozens and the escape of a brutal criminal, notorious weapons smuggler Joanna Tan is enlisted by the U.S. government: find the man she set loose and bring him down!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98824\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"GUN HONEY 5TH ANNIVERSARY OVERSIZED SPECIAL\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">GUN HONEY 5TH ANNIVERSARY OVERSIZED SPECIAL<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98824\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"GUN HONEY 5TH ANNIVERSARY OVERSIZED SPECIAL\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"5TH ANNIVERSARY OVERSIZED SPECIAL  CVR A ADAM HUGHES\" \/><div class=\"dialog-subtitle\">GUN HONEY 5TH ANNIVERSARY OVERSIZED SPECIAL #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: 5TH ANNIVERSARY OVERSIZED SPECIAL  CVR A ADAM HUGHES<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit100010\"><div class=\"cscomicboximg\"><a href=\"#details100010\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621673400111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">ORIGINS OF THE HOOD MARVEL RIVALS #1<\/div><\/div><\/div><div id=\"details100010\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621673400111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">ORIGINS OF THE HOOD MARVEL RIVALS<\/div><div class=\"comic-notes\">PARKER ROBBINS' PATH TO POWER! After watching his family and his dreams fall apart, Parker Robbins decides to take matters into his own hands by attacking Kingpin's empire head-on - only to land in prison with the childhood hero who once inspired him to keep going. As Parker confronts his hero, he realizes what he needs most...and that he'll do whatever it takes to get it. Discover the origin of Marvel Rivals the Hood here!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100010\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"ORIGINS OF THE HOOD MARVEL RIVALS\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">ORIGINS OF THE HOOD MARVEL RIVALS<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100010\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"ORIGINS OF THE HOOD MARVEL RIVALS\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A PACO DIAZ\" \/><div class=\"dialog-subtitle\">ORIGINS OF THE HOOD MARVEL RIVALS #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A PACO DIAZ<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99355\"><div class=\"cscomicboximg\"><a href=\"#details99355\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/76156801607900111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dark Horse Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">SMART DIVISION #1<\/div><\/div><\/div><div id=\"details99355\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/76156801607900111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">SMART DIVISION<\/div><div class=\"comic-notes\">A dark and modern sci-fi detective series set five minutes in the future. When a mysterious new predictive artificial intelligence program appears responsible for assisting someone in the perfect murder, a pair of unlikely investigators, a chaotic Gen-Z savant and a veteran FBI agent, must hunt down the killer by starting the FBI&rsquo;s first AI crimes division.&bull; Creator Zack Kaplan (Kill All Immortals, Masterminds, Port of Earth) and Eisner-winning artist John Pearson (In Bloom, The Infernals, The Department of Truth) reunite for the first timesince their fan-favorite sci-fi horror series, Mindset!&bull; Five-issue series.<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99355\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SMART DIVISION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">SMART DIVISION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99355\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SMART DIVISION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A JOHN J. PEARSON\" \/><div class=\"dialog-subtitle\">SMART DIVISION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A JOHN J. PEARSON<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit100028\"><div class=\"cscomicboximg\"><a href=\"#details100028\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401349901011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">HELLRAISER LEGACY #1<\/div><\/div><\/div><div id=\"details100028\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401349901011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">HELLRAISER LEGACY<\/div><div class=\"comic-notes\">Clive Barker&rsquo;s star of the silver screen leaps to the page in this action-packed issue!Experience the first appearance of Pinhead in comic book form with this ultimate collector&rsquo;s item.Something is amiss in the underbelly of Hell. A mysterious and powerful new foe forces Pinhead to take a journey through time. Best known for tearing people&rsquo;s souls apart, it won&rsquo;t be easy for Pinhead to bring down an ancient evil called the Aggregate in this stunning reproduction of the original comic!From the depraved mind of New York Times&ndash;bestselling horror maestro Clive Barker with writer D. G. Chichester (Daredevil, Terror Inc) with illustrations by bold, visionary artist Dario Carrasco (Star Wars, Tales of the Jedi) comes Pinhead&rsquo;s first-ever solo outing straight out of the cauloid frames of the original Hellraiser films.If you&rsquo;ve ever yearned to explore the inner workings of Barker&rsquo;s detailed Hellscape and how Pinhead and his Cenobites operate within it, then this is the deep dive you&rsquo;ve been waiting for!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100028\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLRAISER LEGACY\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">HELLRAISER LEGACY<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100028\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"HELLRAISER LEGACY\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A KELLEY JONES\" \/><div class=\"dialog-subtitle\">HELLRAISER LEGACY #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A KELLEY JONES<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99957\"><div class=\"cscomicboximg\"><a href=\"#details99957\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/84428401346801011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Boom Entertainment<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">POWER RANGERS GREEN  #1<\/div><\/div><\/div><div id=\"details99957\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/84428401346801011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">POWER RANGERS GREEN <\/div><div class=\"comic-notes\">He&rsquo;s the last Power Ranger on Earth&hellip;but that doesn&rsquo;t mean he&rsquo;s alone.  The world we know is long gone. Tommy Oliver has put away his morpher and settled into a quiet life with his strange little family. But one day, an unexpected visitor from his past arrives on his doorstep and challenges him to take up the hero&rsquo;s mantle once more. Can he relive the past with this unexpected ally? Will the Green Power Ranger finally return? Go on an unexpected journey with Power Rangers veteran writer Paul Allor (Teenage Mutant Ninja Turtles, G.I. Joe) and up-and-coming artist Gustaffo Vargas (ALTIPLANO, Olympos: Nullhunter), as they explore a reenvisioned future for Tommy Oliver and the fate of the world as we know it!<\/div><div class=\"comic-releasedate\">Available Aug 05, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99957\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"POWER RANGERS GREEN \" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">POWER RANGERS GREEN <\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99957\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"POWER RANGERS GREEN \" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A TONY HARRIS\" \/><div class=\"dialog-subtitle\">POWER RANGERS GREEN  #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A TONY HARRIS<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><\/div><\/div><\/div>\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><script>\n            $(document).ready(function() {\n                $.modal.defaults = {\n                    fadeDuration: 500,\n                    escapeClose: false,\n                    clickClose: false,\n                }\n            });\n        <\/script><div class='shortcode'><div class=\"title\">Interesting Upcoming Covers<\/div><div class=\"cscomictable-multi2\"><div class=\"cscomicbox\" id=\"solicit98753\"><div class=\"cscomicboximg\"><a href=\"#details98753\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526IM0300.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Image Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">FERAL #25<\/div><\/div><\/div><div id=\"details98753\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526IM0300.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">FERAL<\/div><div class=\"comic-cover\">CVR B TONE RODRIGUEZ AND ALLEN PASSALAQUA FACULTY HOMAGE VAR<\/div><div class=\"comic-notes\">END OF STORY ARC THE FERAL CATS MEET THE STRAY DOGS!  The team-up you never thought would happen is here! Both cats and dogs have been imprisoned by the CDC, but now everything is on fire and the bad kind are loose! To make matters worse, a serial killer stalks the halls and not every animal will make it out alive! Who lives? Who dies? Find out in this historic extra-length issue!<\/div><div class=\"comic-releasedate\">Available Jul 29, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98753\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FERAL\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">FERAL<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98753\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"FERAL\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"25\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR B TONE RODRIGUEZ AND ALLEN PASSALAQUA FACULTY HOMAGE VAR\" \/><div class=\"dialog-subtitle\">FERAL #25<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR B TONE RODRIGUEZ AND ALLEN PASSALAQUA FACULTY HOMAGE VAR<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99058\"><div class=\"cscomicboximg\"><a href=\"#details99058\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526IM0309.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Image Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">SOMETHING EPIC #13<\/div><\/div><\/div><div id=\"details99058\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526IM0309.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">SOMETHING EPIC<\/div><div class=\"comic-cover\">CVR C SZYMON KUDRANSKI FRIDAY THE TH HOMAGE VAR<\/div><div class=\"comic-notes\">NEW STORY ARC EPIC IS BACK!  When a mysterious tragedy shakes the Land of Horror\u2014realm of the most legendary monsters ever imagined\u2014Noa and D-Ductive are called to investigate. But in a world ruled by darkness\u2026 every monster is a suspect. From SZYMON KUDRANSKI, creator of NO MAN\u2019S LAND\u2014currently in development as a feature film with A\/vantage Pictures, comes the next chapter of the wondrous imaginative saga.<\/div><div class=\"comic-releasedate\">Available Jul 15, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99058\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SOMETHING EPIC\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">SOMETHING EPIC<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99058\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SOMETHING EPIC\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"13\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR C SZYMON KUDRANSKI FRIDAY THE TH HOMAGE VAR\" \/><div class=\"dialog-subtitle\">SOMETHING EPIC #13<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR C SZYMON KUDRANSKI FRIDAY THE TH HOMAGE VAR<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98309\"><div class=\"cscomicboximg\"><a href=\"#details98309\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0426DC0004.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">SUMMER OF SUPERGIRL SPECIAL #1<\/div><\/div><\/div><div id=\"details98309\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0426DC0004.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">SUMMER OF SUPERGIRL SPECIAL<\/div><div class=\"comic-cover\">CVR D MAHMUD ASRAR SUPERGIRL MOVIE CARD STOCK VAR<\/div><div class=\"comic-notes\">THE SUMMER BELONGS TO SUPERGIRL! The quiet town of Midvale is shaken to its core when Supergirl finds herself face-to-face with the galactic bounty hunter, Lobo. Can the Maiden of Might stand up to the Main Man? Plus, two bonus stories celebrating Supergirl as she resumes her rightful place as the Heir to El!<\/div><div class=\"comic-releasedate\">Available Jun 24, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98309\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SUMMER OF SUPERGIRL SPECIAL\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">SUMMER OF SUPERGIRL SPECIAL<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98309\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SUMMER OF SUPERGIRL SPECIAL\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR D MAHMUD ASRAR SUPERGIRL MOVIE CARD STOCK VAR\" \/><div class=\"dialog-subtitle\">SUMMER OF SUPERGIRL SPECIAL #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR D MAHMUD ASRAR SUPERGIRL MOVIE CARD STOCK VAR<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98331\"><div class=\"cscomicboximg\"><a href=\"#details98331\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0426DC0019.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">SUPERMAN #39<\/div><\/div><\/div><div id=\"details98331\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0426DC0019.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">SUPERMAN<\/div><div class=\"comic-cover\">CVR F AARON BARTLING CARD STOCK VAR<\/div><div class=\"comic-notes\">SUPERBOY-PRIME VERSUS...DC COMICS? Superboy-Prime loves comics. He's a Wednesday Warrior and has read a lot of continuity. But a classic Superman villain has banished Prime into different issues he hasn't read! Get ready for a wild ride across the DC Universe as Prime is dragged kicking and screaming across past events, lost reboots, relaunches, and restarts! If he doesn't find his way back to Metropolis, he will be lost forever!<\/div><div class=\"comic-releasedate\">Available Jun 24, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98331\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SUPERMAN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">SUPERMAN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98331\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SUPERMAN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"39\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR F AARON BARTLING CARD STOCK VAR\" \/><div class=\"dialog-subtitle\">SUPERMAN #39<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR F AARON BARTLING CARD STOCK VAR<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98169\"><div class=\"cscomicboximg\"><a href=\"#details98169\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0426DC0039.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">LOBO #4<\/div><\/div><\/div><div id=\"details98169\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0426DC0039.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">LOBO<\/div><div class=\"comic-cover\">CVR D FRANK CHO CARD STOCK VAR<\/div><div class=\"comic-notes\">A BLONDE, A BOUNTY HUNTER, AND A BIG DAWG WALK INTO A BAR... It's the crossover we planned before you could demand it! Kara Zor-El and Lobo Lo-Bo finally meet again, and this date is going to be one for the record, boo--yeah, we said date, prove us wrong! We're hearing that the solicit text for the Summer of Supergirl Special proves us wrong... Well, who are you going to believe? Right, yeah, that makes sense... But whose story is going to be more fun? The same story, told two ways? Rushamon to your local comic store, and order them both now!<\/div><div class=\"comic-releasedate\">Available Jun 17, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98169\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"LOBO\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">LOBO<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98169\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"LOBO\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"4\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR D FRANK CHO CARD STOCK VAR\" \/><div class=\"dialog-subtitle\">LOBO #4<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR D FRANK CHO CARD STOCK VAR<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit97771\"><div class=\"cscomicboximg\"><a href=\"#details97771\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0426DC0064.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">ABSOLUTE BATMAN #21<\/div><\/div><\/div><div id=\"details97771\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0426DC0064.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">ABSOLUTE BATMAN<\/div><div class=\"comic-cover\">CVR B DAVID NAKAYAMA CARD STOCK VAR<\/div><div class=\"comic-notes\">SCARECROW'S REIGN OF TERROR CONTINUES! Friends become enemies. Enemies become friends. Final forms are revealed, and Scarecrow's reign of terror threatens to upend everything.<\/div><div class=\"comic-releasedate\">Available Jun 17, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall97771\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"ABSOLUTE BATMAN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">ABSOLUTE BATMAN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle97771\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"ABSOLUTE BATMAN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"21\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR B DAVID NAKAYAMA CARD STOCK VAR\" \/><div class=\"dialog-subtitle\">ABSOLUTE BATMAN #21<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR B DAVID NAKAYAMA CARD STOCK VAR<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><\/div><\/div><\/div>\n\n\n\n<center><figure class=\"wp-block-image aligncenter size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics.png\" alt=\"\" class=\"wp-image-23873\" style=\"width:1024px\" width=\"1024\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics.png 936w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics-472x61.png 472w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics-870x112.png 870w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics-300x38.png 300w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics-768x98.png 768w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2021\/06\/Ad-Wide-768x90-We-Buy-Comics-696x89.png 696w\" sizes=\"(max-width: 936px) 100vw, 936px\" \/><\/figure><\/center>\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><script>\n            $(document).ready(function() {\n                $.modal.defaults = {\n                    fadeDuration: 500,\n                    escapeClose: false,\n                    clickClose: false,\n                }\n            });\n        <\/script><div class='shortcode'><div class=\"title\">Upcoming Facsimiles<\/div><div class=\"cscomictable-multi2\"><div class=\"cscomicbox\" id=\"solicit97163\"><div class=\"cscomicboximg\"><a href=\"#details97163\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0326FB0780.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Fantagraphics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">NAUGHY BITS 1 FACSIMILE #1<\/div><\/div><\/div><div id=\"details97163\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0326FB0780.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">NAUGHY BITS 1 FACSIMILE<\/div><div class=\"comic-notes\">Roberta Gregory launched\u00a0Naughty Bits\u00a0in 1991. It became the longest-running solo alternative comic book series by a female cartoonist, coming to an end in 2004 after an influential and pioneering 14-year, 40-issue run. The series largely focused on her signature character Bitchy Bitch (aka Midge), whose stories remain the pinnacle of a historic career, and a highwater mark in comics and graphic novels over the past 40 years, and this summer sees the release of\u00a0Bitchy!\u00a0The Exasperating Existence of Midge McCracken, a 500-page\u00a0compilation of Gregory's \"\"Bitchy Bitch\"\" stories, presenting a life from childhood into middle age, following the character through multiple decades.To celebrate its release, as well as the 50th anniversary of Fantagraphics, we are proud to release this \"\"facsimile edition\"\" of where it all began!<\/div><div class=\"comic-releasedate\">Available Sep 02, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall97163\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"NAUGHY BITS 1 FACSIMILE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">NAUGHY BITS 1 FACSIMILE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle97163\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"NAUGHY BITS 1 FACSIMILE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A ROBERTA GREGORY\" \/><div class=\"dialog-subtitle\">NAUGHY BITS 1 FACSIMILE #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A ROBERTA GREGORY<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99890\"><div class=\"cscomicboximg\"><a href=\"#details99890\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/82771403578000111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Idw Publishing<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">TMNT MIRAGE FACSIMILE  #1<\/div><\/div><\/div><div id=\"details99890\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/82771403578000111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">TMNT MIRAGE FACSIMILE <\/div><div class=\"comic-notes\">Experience the revolution from the very beginning!Witness the brutal origin of Leonardo, Donatello, Michelangelo, and Raphael. Trained by their master, Splinter, the four brothers emerge from the shadows to settle a blood feud with the deadly Foot Clan and their leader, the Shredder. Before the hit movies, the animated series, and the toy aisles filled with action figures, there was a gritty black-and-white indie comic that changed the industry forever. Now, we\u2019re inviting you to return to the sewers of New York City in this faithful facsimile edition of the legendary first issue by Kevin Eastman and Peter Laird.<\/div><div class=\"comic-releasedate\">Available Aug 26, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99890\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"TMNT MIRAGE FACSIMILE \" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">TMNT MIRAGE FACSIMILE <\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99890\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"TMNT MIRAGE FACSIMILE \" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A KEVIN EASTMAN\" \/><div class=\"dialog-subtitle\">TMNT MIRAGE FACSIMILE  #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A KEVIN EASTMAN<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99463\"><div class=\"cscomicboximg\"><a href=\"#details99463\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621620810011.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">AMAZING SPIDER-MAN 100 FACSIMILE EDITION #100<\/div><\/div><\/div><div id=\"details99463\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621620810011.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">AMAZING SPIDER-MAN 100 FACSIMILE EDITION<\/div><div class=\"comic-notes\">Peter Parker undergoes a shocking transformation in the historic 100TH issue of AMAZING SPIDER-MAN! As Peter makes a drastic bid to give up being Spider-Man and enjoy a normal life with his beloved Gwen Stacy, legendary creators Stan Lee and Gil Kane take the opportunity for a trip through Spidey history \u2013 and a reunion with his deadliest foes! But nothing could prepare Peter \u2013 or readers who experienced this issue the first time around \u2013 for the stunning ending. You've been given notice, and forewarned is extra-four-armed! It's one of the all-time great Marvel comic books, boldly re-presented in its original form, ads and all! Reprinting AMAZING SPIDER-MAN (1963) #100.<\/div><div class=\"comic-releasedate\">Available Aug 12, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99463\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN 100 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN 100 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99463\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN 100 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"100\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A JOHN ROMITA SR.\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN 100 FACSIMILE EDITION #100<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A JOHN ROMITA SR.<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98890\"><div class=\"cscomicboximg\"><a href=\"#details98890\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526DC0207.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">JUSTICE LEAGUE OF AMERICA 200 FACSIMILE EDITION #1<\/div><\/div><\/div><div id=\"details98890\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526DC0207.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">JUSTICE LEAGUE OF AMERICA 200 FACSIMILE EDITION<\/div><div class=\"comic-notes\">DON'T MISS THIS LANDMARK OVERSIZE ISSUE! Art by George Perez, Brett Breeding, Pat Broderick, Jim Aparo, Dick Giordano, Gil Kane, Carmine Infantino, Brian Bolland and Joe Kubert In this special anniversary adventure, the seven founding members of the League are pitted against the team's later additions when a sinister plan put into motion by the Justice League's very first case at last comes to fruition. An all-star cast of talent brings old and new Leaguers together in this astounding oversize epic!<\/div><div class=\"comic-releasedate\">Available Jul 22, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98890\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"JUSTICE LEAGUE OF AMERICA 200 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">JUSTICE LEAGUE OF AMERICA 200 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98890\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"JUSTICE LEAGUE OF AMERICA 200 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A GEORGE PEREZ\" \/><div class=\"dialog-subtitle\">JUSTICE LEAGUE OF AMERICA 200 FACSIMILE EDITION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A GEORGE PEREZ<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99530\"><div class=\"cscomicboximg\"><a href=\"#details99530\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621667300311.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">JLA AVENGERS FACSIMILE EDITION 3 FACSIMILE #3<\/div><\/div><\/div><div id=\"details99530\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621667300311.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">JLA AVENGERS FACSIMILE EDITION 3 FACSIMILE<\/div><div class=\"comic-notes\">Continuing the Facsimile reproduction of the most epic Marvel\/DC crossover of them all with an issue featuring every character who had ever been a member of the Avengers or the Justice League - and that's just on George P\u00e9rez's astonishing cover! Inside, a cosmic game being played between the Grandmaster and Krona wreaks havoc on the greatest heroes of two universes. They've seemingly defeated their respective foes, and now it's time to party...to celebrate their extensive shared history?! But as echoes of the past intrude on the present, something is terrifyingly wrong - and tensions flare between Captain America and Superman! It's one of the all-time great comic books, boldly re-presented in its original form! Reprinting JLA\/AVENGERS (2003) #3.<\/div><div class=\"comic-releasedate\">Available Jul 22, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99530\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"JLA AVENGERS FACSIMILE EDITION 3 FACSIMILE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">JLA AVENGERS FACSIMILE EDITION 3 FACSIMILE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99530\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"JLA AVENGERS FACSIMILE EDITION 3 FACSIMILE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"3\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A GEORGE PEREZ\" \/><div class=\"dialog-subtitle\">JLA AVENGERS FACSIMILE EDITION 3 FACSIMILE #3<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A GEORGE PEREZ<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98921\"><div class=\"cscomicboximg\"><a href=\"#details98921\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526AC0562.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Archie Comics Publications<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">LITTLE ARCHIE 1 FACSIMILE EDITION #1<\/div><\/div><\/div><div id=\"details98921\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526AC0562.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">LITTLE ARCHIE 1 FACSIMILE EDITION<\/div><div class=\"comic-notes\">We\u2019re travelling back in time 70 years ago to the first-ever appearance of Archie\u2019s younger self! This issue, from 1956, introduces the world to Little Archie and all the adventures he and his li\u2019l friends get into! Written and drawn by the legendary Bob Bolling, who\u2019s entering the Eisner Hall of Fame this year! You won\u2019t want to miss out on the piece of Archie Comics history in LITTLE ARCHIE #1, faithfully reprinted in a full-facsimile edition!<\/div><div class=\"comic-releasedate\">Available Jul 22, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98921\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"LITTLE ARCHIE 1 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">LITTLE ARCHIE 1 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98921\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"LITTLE ARCHIE 1 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"FACSIMILE CVR A BOB BOLLING\" \/><div class=\"dialog-subtitle\">LITTLE ARCHIE 1 FACSIMILE EDITION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: FACSIMILE CVR A BOB BOLLING<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99044\"><div class=\"cscomicboximg\"><a href=\"#details99044\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526DC0210.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">SHOWCASE 4 FACSIMILE EDITION #1<\/div><\/div><\/div><div id=\"details99044\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526DC0210.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">SHOWCASE 4 FACSIMILE EDITION<\/div><div class=\"comic-notes\">INTRODUCING BARRY ALLEN! Witness the birth of the Silver Age of comics! When a sudden crack of lightning bursts through his lab window, police scientist Barry Allen's life--and that of the entire DC Universe--is changed forever! Be there as Barry dons the crimson cowl of the Flash for the very first time! Thrill as he creates his signature costume ring! Marvel as he uses his incredible speed to save lives, thwart evil--even break the bonds of time itself--all in this first fast-paced appearance!<\/div><div class=\"comic-releasedate\">Available Jul 15, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99044\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SHOWCASE 4 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">SHOWCASE 4 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99044\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"SHOWCASE 4 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A CARMINE INFANTINO\" \/><div class=\"dialog-subtitle\">SHOWCASE 4 FACSIMILE EDITION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A CARMINE INFANTINO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit97622\"><div class=\"cscomicboximg\"><a href=\"#details97622\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621618512911.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">AMAZING SPIDER-MAN 129 FACSIMILE EDITION #129<\/div><\/div><\/div><div id=\"details97622\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621618512911.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">AMAZING SPIDER-MAN 129 FACSIMILE EDITION<\/div><div class=\"comic-notes\"><\/div><div class=\"comic-releasedate\">Available Jul 08, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall97622\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN 129 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN 129 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle97622\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN 129 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"129\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A GIL KANE\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN 129 FACSIMILE EDITION #129<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A GIL KANE<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98818\"><div class=\"cscomicboximg\"><a href=\"#details98818\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526DC0204.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">GREEN LANTERN 49 FACSIMILE EDITION #1<\/div><\/div><\/div><div id=\"details98818\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526DC0204.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">GREEN LANTERN 49 FACSIMILE EDITION<\/div><div class=\"comic-notes\">\"\"EMERALD TWILIGHT\"\" CONTINUES! It's the beginning of the end for Green Lantern Hal Jordan, as the smoldering crater that was once Coast City leaves him with nothing but ashes, grief...and not nearly enough power to undo such tragedy. But such power does exist, held within the Central Power Battery on Oa by the Guardians themselves and protected by a Corps made up of the finest heroes in the known universe. If they will not part with it willingly, then Hal Jordan will take it in \"\"Emerald Twilight,\"\" part 2!<\/div><div class=\"comic-releasedate\">Available Jul 08, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98818\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"GREEN LANTERN 49 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">GREEN LANTERN 49 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98818\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"GREEN LANTERN 49 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A DARRYL BANKS\" \/><div class=\"dialog-subtitle\">GREEN LANTERN 49 FACSIMILE EDITION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A DARRYL BANKS<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit97489\"><div class=\"cscomicboximg\"><a href=\"#details97489\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621619201411.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">AMAZING SPIDER-MAN 14 FACSIMILE EDITION #14<\/div><\/div><\/div><div id=\"details97489\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621619201411.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">AMAZING SPIDER-MAN 14 FACSIMILE EDITION<\/div><div class=\"comic-notes\">The classic debut of Spider-Man\u2019s arch-nemesis, the Green Goblin! A rivalry for the ages begins in wild fashion as the Goblin \u2013 on his mechanized flying broomstick \u2013 tricks Spidey into agreeing to be in a movie together! But little does the web-head know that those \u201cactors\u2019 he\u2019s supposed to fight are the actual Enforcers, and the Goblin is planning to yell \u201ccut\u201d on Peter Parker\u2019s costumed career \u2013 permanently! The production turns into a real blockbuster when Spidey runs headfirst into the Incredible Hulk! But it\u2019s the mystery surrounding the Goblin\u2019s true identity that had readers coming back for more. It\u2019s one of the all-time great Marvel comic books, boldly re-presented in its original form, ads and all! Reprinting AMAZING SPIDER-MAN (1963) #14.<\/div><div class=\"comic-releasedate\">Available Jul 08, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall97489\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN 14 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN 14 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle97489\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN 14 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"14\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A STEVE DITKO\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN 14 FACSIMILE EDITION #14<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A STEVE DITKO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98559\"><div class=\"cscomicboximg\"><a href=\"#details98559\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526DC0201.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">BATMAN 156 FACSIMILE #1<\/div><\/div><\/div><div id=\"details98559\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526DC0201.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">BATMAN 156 FACSIMILE<\/div><div class=\"comic-notes\">ROBIN DIES AT DAWN! With Batman away on a mysterious mission, Robin must defend Gotham alone-- until he meets up with an all-new costumed figure, the doll-sized dynamo who calls himself the Ant-Man! Is this tiny titan friend...or foe? Then, learn the astounding true nature of Batman's secret mission--how it has unlocked his greatest fear and how he may be powerless to stop that fear from becoming reality when \"\"Robin Dies at Dawn!\"\"<\/div><div class=\"comic-releasedate\">Available Jul 08, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98559\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"BATMAN 156 FACSIMILE\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">BATMAN 156 FACSIMILE<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98559\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"BATMAN 156 FACSIMILE\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A SHELDON MOLDOFF\" \/><div class=\"dialog-subtitle\">BATMAN 156 FACSIMILE #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A SHELDON MOLDOFF<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit97830\"><div class=\"cscomicboximg\"><a href=\"#details97830\" rel=\"modal:open\"><img decoding=\"async\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/plugins\/comicsub\/img\/no-cover-med-user.jpeg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">AVENGERS\/JLA 2 FACSIMILE EDITION #2<\/div><\/div><\/div><div id=\"details97830\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/plugins\/comicsub\/img\/no-cover-med-user.jpeg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">AVENGERS\/JLA 2 FACSIMILE EDITION<\/div><div class=\"comic-notes\">THE EPIC CROSSOVER CONTINUES! The Justice League and the Avengers battle one another across two Earths for possession of the 12 weapons that will determine the fate of both universes! While their teammates put everything they've got toward winning this most desperate game, Batman and Captain America join forces to investigate those who've set up the board...and determine if there isn't yet another game in play.<\/div><div class=\"comic-releasedate\">Available Jul 01, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall97830\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AVENGERS\/JLA 2 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">AVENGERS\/JLA 2 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle97830\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AVENGERS\/JLA 2 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"2\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A GEORGE PEREZ\" \/><div class=\"dialog-subtitle\">AVENGERS\/JLA 2 FACSIMILE EDITION #2<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A GEORGE PEREZ<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98556\"><div class=\"cscomicboximg\"><a href=\"#details98556\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526DC0198.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">BATMAN 127 FACSIMILE EDITION #1<\/div><\/div><\/div><div id=\"details98556\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526DC0198.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">BATMAN 127 FACSIMILE EDITION<\/div><div class=\"comic-notes\">THE CAPED CRUSADER RUMBLES WITH THE GOD OF THUNDER! Have Batman and Robin found themselves battling the mythical Thor? It sure looks that way, and when this God of Thunder tries to put the hammer down on the Dynamic Duo, he may prove more than a match for the mighty masked marvels! Not enough excitement for you? How about a look at how Bruce Wayne's life might have been in a world where crime didn't claim the lives of his parents--and the astounding adventure of Batman and Robin's newest super-powered ally, Alfred Pennyworth, the Eagle!<\/div><div class=\"comic-releasedate\">Available Jul 01, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98556\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"BATMAN 127 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">BATMAN 127 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98556\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"BATMAN 127 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A CURT SWAN\" \/><div class=\"dialog-subtitle\">BATMAN 127 FACSIMILE EDITION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A CURT SWAN<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98154\"><div class=\"cscomicboximg\"><a href=\"#details98154\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0426AC0514.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Archie Comics Publications<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">LIFE WITH ARCHIE 42 FACSIMILE EDITION #1<\/div><\/div><\/div><div id=\"details98154\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0426AC0514.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">LIFE WITH ARCHIE 42 FACSIMILE EDITION<\/div><div class=\"comic-notes\">It\u2019s Archie\u2019s 85th Anniversary, and we\u2019re continuing to roll out milestone issues throughout Archie\u2019s history, and this one is SUPER! This issue, from 1965, introduces the world to Archie Andrews\u2019 superhero alter-ego PUREHEART THE POWERFUL!  You won\u2019t want to miss out on a minute of the action in the highly-sought LIFE WITH ARCHIE #42, faithfully reprinted in a full-facsimile edition!<\/div><div class=\"comic-releasedate\">Available Jun 24, 2026<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98154\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"LIFE WITH ARCHIE 42 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">LIFE WITH ARCHIE 42 FACSIMILE EDITION<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98154\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"LIFE WITH ARCHIE 42 FACSIMILE EDITION\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A BOB WHITE\" \/><div class=\"dialog-subtitle\">LIFE WITH ARCHIE 42 FACSIMILE EDITION #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A BOB WHITE<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><\/div><\/div><\/div>\n\n\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"><script>\n            $(document).ready(function() {\n                $.modal.defaults = {\n                    fadeDuration: 500,\n                    escapeClose: false,\n                    clickClose: false,\n                }\n            });\n        <\/script><div class='shortcode'><div class=\"title\">Upcoming Keys (Books with an expected big event or introduction)<\/div><div class=\"cscomictable-multi2\"><div class=\"cscomicbox\" id=\"solicit100003\"><div class=\"cscomicboximg\"><a href=\"#details100003\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621001503611.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">AMAZING SPIDER-MAN #36<\/div><\/div><\/div><div id=\"details100003\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621001503611.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">AMAZING SPIDER-MAN<\/div><div class=\"comic-notes\">THE BIGGEST ISSUE IN AMAZING SPIDER-HISTORY! Spider-Man faces his greatest fear and his most frightening new villain in decades...RAVAGE! Plus, some of the greatest creative minds on Earth honor one thousand issues of THE AMAZING SPIDER-MAN! NOAH HAWLEY (Alien: Earth, Fargo, LEGION) makes his comic book debut, Frank Miller and Peach Momoko collaborate for the first time, Stuart Immonen and Brian Michael Bendis return to Spider-Man together, and some of the best ASM creators return to the title! Don't miss September's PREVIEWS for more art and talent reveals!<\/div><div class=\"comic-releasedate\">Available Sep 16, 2026<\/div><div class=\"comic-key\">Key: 1000th Issue<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall100003\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle100003\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AMAZING SPIDER-MAN\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"36\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A JOHN ROMITA JR.\" \/><div class=\"dialog-subtitle\">AMAZING SPIDER-MAN #36<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A JOHN ROMITA JR.<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99886\"><div class=\"cscomicboximg\"><a href=\"#details99886\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/82771403577300111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Idw Publishing<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">STAR TREK 60TH ANNIVERSARY SPECIAL #1<\/div><\/div><\/div><div id=\"details99886\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/82771403577300111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">STAR TREK 60TH ANNIVERSARY SPECIAL<\/div><div class=\"comic-notes\">Celebrate 60 years of Star Trek with an anthology collecting all-new stories from a star-studded list of creators, including Brian Michael Bendis, Christopher Cantwell, David Walker, Ryan North, Meghan Camarena, Mike McMahan, Derek Charm, Michael Allred, Laura Allred, and more!On September 8, 1966, Star Trek debuted on television and changed the landscape of science fiction forever, bringing us not only characters who were inspiring and smart but storytelling that shaped the way people thought about the world. Since then, every Trek show, movie, and comic has endeavored to do the same. In this seven-story collection, IDW thrills, delights, and contextualizes lore with tales from the original series Star Trek, Lower Decks, The Animated Series, Picard, and Starfleet Academy\u2026plus a preview of the all-new Star Trek flagship title launching in 2026. Join us as we make history!<\/div><div class=\"comic-releasedate\">Available Sep 02, 2026<\/div><div class=\"comic-key\">Key: COVER A CHO<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99886\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STAR TREK 60TH ANNIVERSARY SPECIAL\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">STAR TREK 60TH ANNIVERSARY SPECIAL<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99886\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STAR TREK 60TH ANNIVERSARY SPECIAL\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A MICHAEL CHO\" \/><div class=\"dialog-subtitle\">STAR TREK 60TH ANNIVERSARY SPECIAL #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A MICHAEL CHO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99464\"><div class=\"cscomicboximg\"><a href=\"#details99464\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/76156801495200111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dark Horse Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT #1<\/div><\/div><\/div><div id=\"details99464\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/76156801495200111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT<\/div><div class=\"comic-notes\">The Perfectly Monstrous Life of Adam Frankenstein special one-shot!Fan-favorite character Adam Frankenstein spins out of the GLAAD Media Award nominated The Oddly Pedestrian Life of Christopher Chaos into his very own special! In \"\"Gods & Monsters,\"\" Tate Brombal (Batgirl, Barbalien: Red Planet, House of Slaughter) and Soo Lee (Carmilla, Maleficent) reveal the origins of Adam's horrific creation under the knives of Victor Frankenstein. This epic tale thrillingly adapts Mary Shelley\u2019s Frankenstein for the Chaos Universe and finally answers readers' questions about the heartbreaking early life of Christopher Chaos's mentor. Adam Frankenstein must become a protector for all Monsterkind . . . His immortal mission begins here!This special also includes an eight-page \"\"Monsters in Love\"\" short story as a flip-book feature with a special cover illustration by Bradley Clayton!<\/div><div class=\"comic-releasedate\">Available Aug 26, 2026<\/div><div class=\"comic-key\">Key: CVR A DAVID TALASKI<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99464\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99464\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A DAVID TALASKI\" \/><div class=\"dialog-subtitle\">PERFECTLY MONSTROUS LIFE OF ADAM FRANKENSTEIN ONE-SHOT #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A DAVID TALASKI<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99506\"><div class=\"cscomicboximg\"><a href=\"#details99506\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/73238818694500111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Idw Publishing<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">STREET FIGHTER VS. THE VALIANT UNIVERSE SPECIAL #1<\/div><\/div><\/div><div id=\"details99506\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/73238818694500111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">STREET FIGHTER VS. THE VALIANT UNIVERSE SPECIAL<\/div><div class=\"comic-notes\">TWO ICONIC ENTERTAINMENT FRANCHISES FROM THE 90s UNITE FOR THE MOST UNEXPECTED COMICS CROSSOVER OF 2026!CAMMY from CAPCOM\u2019s best-selling fighting game franchise STREET FIGHTER collides with the nanite-enfused super soldier BLOODSHOT from VALIANT COMICS in this special crossover one-shot!Cammy and Bloodshot share dark pasts where they were used as living weapons against their will. Now free from their controllers, these two professional butt-kickers will come face-to-face as they raid a Shadaloo outpost deep in the heart of Africa!Writer Tim Seeley (Inglorious X-Force) and artist Alfredo Cardona bring you the main event in this special issue full of action and excitement!Brought to you by Alien Books, Valiant Comics, UDON Studios and CAPCOM!<\/div><div class=\"comic-releasedate\">Available Jul 29, 2026<\/div><div class=\"comic-key\">Key: COVER A CURZI<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99506\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STREET FIGHTER VS. THE VALIANT UNIVERSE SPECIAL\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">STREET FIGHTER VS. THE VALIANT UNIVERSE SPECIAL<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99506\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"STREET FIGHTER VS. THE VALIANT UNIVERSE SPECIAL\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A FILIPPO CURZI\" \/><div class=\"dialog-subtitle\">STREET FIGHTER VS. THE VALIANT UNIVERSE SPECIAL #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A FILIPPO CURZI<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit98886\"><div class=\"cscomicboximg\"><a href=\"#details98886\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/0526DC0012.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Dc Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">JUSTICE LEAGUE KNIGHT VISION SPECIAL #1<\/div><\/div><\/div><div id=\"details98886\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/0526DC0012.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">JUSTICE LEAGUE KNIGHT VISION SPECIAL<\/div><div class=\"comic-notes\">A NEW DANGER TO THE DCU FORCES A BATMAN & LEX LUTHOR TEAM-UP! The Justice League has offered a number of villains amnesty, allowing them to prove they're on the side of the angels. But what they didn't see coming was the void that would leave in the world of super-villains! Batman and Lex Luthor must work together to investigate a Justice League villain who wants to fill that void, capitalizing on shifting priorities and the visions of the future that the DC Universe's champions saw at the end of DC K.O. to create a dangerous new weapon! Can Batman and Lex set aside their differences to stop them? This crucial issue in the All In Saga sets up new threats for the Justice League's heroes and villains!<\/div><div class=\"comic-releasedate\">Available Jul 29, 2026<\/div><div class=\"comic-key\">Key: 1st appearance of a new Justice League villain<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall98886\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"JUSTICE LEAGUE KNIGHT VISION SPECIAL\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">JUSTICE LEAGUE KNIGHT VISION SPECIAL<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle98886\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"JUSTICE LEAGUE KNIGHT VISION SPECIAL\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"CVR A CARMINE DI GIANDOMENICO\" \/><div class=\"dialog-subtitle\">JUSTICE LEAGUE KNIGHT VISION SPECIAL #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: CVR A CARMINE DI GIANDOMENICO<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99547\"><div class=\"cscomicboximg\"><a href=\"#details99547\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621563800211.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">AVENGERS ARMAGEDDON #2<\/div><\/div><\/div><div id=\"details99547\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621563800211.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">AVENGERS ARMAGEDDON<\/div><div class=\"comic-notes\">THE FINAL RECKONING THAT LEADS TO A MAJOR SHAKEUP FOR THE AVENGERS! YOU'RE GOING DOWN, THUNDERBOLT ROSS! Red Hulk's tirade across the globe must be stopped! Until a mysterious new hero as powerful as the Sentry appears to level Red Hulk and the Avengers...<\/div><div class=\"comic-releasedate\">Available Jul 15, 2026<\/div><div class=\"comic-key\">Key: 1st appearance of a new mystery hero with unrivalled powers.<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99547\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AVENGERS ARMAGEDDON\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">AVENGERS ARMAGEDDON<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99547\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"AVENGERS ARMAGEDDON\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"2\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A DIKE RUAN\" \/><div class=\"dialog-subtitle\">AVENGERS ARMAGEDDON #2<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A DIKE RUAN<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99510\"><div class=\"cscomicboximg\"><a href=\"#details99510\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/82771403551300111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Idw Publishing<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">TMNT THE LAST RONIN--TRAINING DAY #1<\/div><\/div><\/div><div id=\"details99510\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/82771403551300111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">TMNT THE LAST RONIN--TRAINING DAY<\/div><div class=\"comic-notes\">The training mission you didn\u2019t see!Michelangelo only has a short time to get young Casey Marie Jones prepared for battle against Oroku Hiroto. How can the Last Ronin distill a lifetime\u2019s worth of training and knowledge into one day? Read the epic tale of action and legacy too big to fit into the pages of the original book, written and drawn by the original Last Ronin team!<\/div><div class=\"comic-releasedate\">Available Jul 15, 2026<\/div><div class=\"comic-key\">Key: COVER A ESCORZA\u00a0BROTHERS<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99510\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"TMNT THE LAST RONIN--TRAINING DAY\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">TMNT THE LAST RONIN--TRAINING DAY<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99510\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"TMNT THE LAST RONIN--TRAINING DAY\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A ESCORZA BROTHERS\" \/><div class=\"dialog-subtitle\">TMNT THE LAST RONIN--TRAINING DAY #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A ESCORZA BROTHERS<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><div class=\"cscomicbox\" id=\"solicit99227\"><div class=\"cscomicboximg\"><a href=\"#details99227\" rel=\"modal:open\"><img decoding=\"async\" src=\"\/wp-content\/uploads\/covers\/75960621589800111.jpg\"><\/a><\/div><div class=\"cspubbox\"><div class=\"cspubtitle\">Marvel Comics<\/div><\/div><div class=\"cscomictitlebox\"><div class=\"cscomictitle\">QUEEN IN BLACK DEFENDERS OF LIGHT AND DARK #1<\/div><\/div><\/div><div id=\"details99227\" class=\"modal\"><div class=\"comicdetails\"><div class=\"comic-image\"><img decoding=\"async\" class=\"comic-image\" src=\"\/wp-content\/uploads\/covers\/75960621589800111.jpg\"><\/div><div class=\"comic-text\"><div class=\"comic-title\">QUEEN IN BLACK DEFENDERS OF LIGHT AND DARK<\/div><div class=\"comic-notes\">UNLEASH THE HEROES! Beta Ray Bill is the only hero in Midgard who remembers Hela, the Goddess of Death...but does that mean he and his team can counter a Queen In Black? Meanwhile, Tony Stark's all-new Black Metal Armor is the ultimate weapon against Knull, God of the Void...but does he have command of his own defense squad? This all leads to the mission that'll decide the outcome of the Queen In Black saga!<\/div><div class=\"comic-releasedate\">Available Jul 08, 2026<\/div><div class=\"comic-key\">Key: Debut of Iron Mans new Black Metal Armor<\/div><div class=\"closebutton\"><a href=\"#\" rel=\"modal:close\"><\/a><\/div><\/div><\/div><\/div><div id=\"addall99227\" class=\"modal\"><div class=\"dialog-title\">Add Series To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"ALL\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"QUEEN IN BLACK DEFENDERS OF LIGHT AND DARK\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><div class=\"dialog-subtitle\">QUEEN IN BLACK DEFENDERS OF LIGHT AND DARK<\/div><br \/>Cover\/Variant: <select name=\"modcover\" class=\"dialoginput\"><option value=\"REGULAR\" selected>Regular<\/option><option value=\"ALL COVERS\">All Available Covers<\/option><\/select><br \/><font size=-2>If you are looking for a specific cover, please contact the store and we can add it for you.<\/font><br \/><br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><br \/><button class=\"addpulllist\">Add Series<\/button><\/form><\/div><div id=\"addsingle99227\" class=\"modal\"><div class=\"dialog-title\">Add Single Issue To Pull List<\/div><form action=\"\" method=\"post\"><input type=\"hidden\" name=\"source\" value=\"addfromshortcode\" \/><input type=\"hidden\" name=\"source_url\" value=\"\" \/><input type=\"hidden\" name=\"custid\" value=\"0\" \/><input type=\"hidden\" name=\"mod_comicname\" value=\"QUEEN IN BLACK DEFENDERS OF LIGHT AND DARK\" \/><input type=\"hidden\" name=\"mod_issue\" value=\"1\" \/><input type=\"hidden\" name=\"filterletter\" value=\"\" \/><input type=\"hidden\" name=\"filterpub\" value=\"\" \/><input type=\"hidden\" name=\"showvariants\" value=\"\" \/><input type=\"hidden\" name=\"searchtext\" value=\"\" \/><input type=\"hidden\" name=\"modcover\" value=\"COVER A DAVID MARQUEZ\" \/><div class=\"dialog-subtitle\">QUEEN IN BLACK DEFENDERS OF LIGHT AND DARK #1<\/div><br \/>Note: If you are already subscribed to this book, you will get the originally subscribed issue AND this one.<br \/>Cover\/Variant: COVER A DAVID MARQUEZ<br \/># of Copies: <input type=\"number\" name=\"modqty\" class=\"dialoginput\" value=\"1\" min=\"1\" style=\"width: 50px;\"\/><br \/><input type=\"hidden\" name=\"mod_reqtype\" value=\"a\" \/><br \/><button class=\"addpulllist\">Add Issue<\/button><\/form><\/div><\/div><\/div><\/div>\n\n\n\n<figure class=\"wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"870\" height=\"660\" data-id=\"24250\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alpha-collection-870x660.jpg\" alt=\"\" class=\"wp-image-24250\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alpha-collection-870x660.jpg 870w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alpha-collection-472x358.jpg 472w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alpha-collection-300x228.jpg 300w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alpha-collection-768x583.jpg 768w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alpha-collection.jpg 1000w\" sizes=\"auto, (max-width: 870px) 100vw, 870px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"870\" height=\"799\" data-id=\"24252\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/highvaluecomics-870x799.jpg\" alt=\"\" class=\"wp-image-24252\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/highvaluecomics-870x799.jpg 870w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/highvaluecomics-472x433.jpg 472w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/highvaluecomics-300x275.jpg 300w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/highvaluecomics-768x705.jpg 768w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/highvaluecomics.jpg 1000w\" sizes=\"auto, (max-width: 870px) 100vw, 870px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"870\" height=\"732\" data-id=\"24253\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/cgcbooks-870x732.jpg\" alt=\"\" class=\"wp-image-24253\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/cgcbooks-870x732.jpg 870w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/cgcbooks-472x397.jpg 472w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/cgcbooks-300x252.jpg 300w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/cgcbooks-768x646.jpg 768w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/cgcbooks.jpg 1000w\" sizes=\"auto, (max-width: 870px) 100vw, 870px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"619\" height=\"870\" data-id=\"24254\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alphakids-rack-619x870.jpg\" alt=\"\" class=\"wp-image-24254\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alphakids-rack-619x870.jpg 619w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alphakids-rack-336x472.jpg 336w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alphakids-rack-284x400.jpg 284w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/alphakids-rack.jpg 711w\" sizes=\"auto, (max-width: 619px) 100vw, 619px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"854\" height=\"870\" data-id=\"24255\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/left-side-boxes-854x870.jpg\" alt=\"\" class=\"wp-image-24255\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/left-side-boxes-854x870.jpg 854w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/left-side-boxes-463x472.jpg 463w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/left-side-boxes-300x306.jpg 300w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/left-side-boxes-768x783.jpg 768w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/left-side-boxes.jpg 1000w\" sizes=\"auto, (max-width: 854px) 100vw, 854px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"870\" height=\"632\" data-id=\"24256\" src=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/right-side-boxes-870x632.jpg\" alt=\"\" class=\"wp-image-24256\" srcset=\"https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/right-side-boxes-870x632.jpg 870w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/right-side-boxes-472x343.jpg 472w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/right-side-boxes-300x218.jpg 300w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/right-side-boxes-768x558.jpg 768w, https:\/\/www.alphacomics.ca\/wp-content\/uploads\/2023\/04\/right-side-boxes.jpg 1000w\" sizes=\"auto, (max-width: 870px) 100vw, 870px\" \/><\/figure>\n<\/figure>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-3677","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=\/wp\/v2\/pages\/3677","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=3677"}],"version-history":[{"count":52,"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=\/wp\/v2\/pages\/3677\/revisions"}],"predecessor-version":[{"id":25200,"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=\/wp\/v2\/pages\/3677\/revisions\/25200"}],"wp:attachment":[{"href":"https:\/\/www.alphacomics.ca\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=3677"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}