.buyNowBtn {
  display: block;
  width: 100%;
  padding: 10px 25px 10px;
  color: #fff;
  background: #527fd3;
  border: 2px solid #916c42;
  font-size: 16px;
  /* background: url(https://storage-asset.msi.com/event/2024/CND/like-a-dragon-infinite-wealth/images/btn-bg02.png) center center no-repeat;
  background-size: contain; */
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.buyNowBtn:hover {
  /* background: url(https://storage-asset.msi.com/event/2024/CND/like-a-dragon-infinite-wealth/images/btn-bg01.png) center center no-repeat;
  background-size: contain; */
  background: #fff;
  color: #527fd3;
  cursor: pointer;
}

@media (min-width: 1300px) {
  .buyNowBtn {
    width: auto;
  }
}

@media (min-width: 996px) {
    .buyNowBtn {
        font-size: 20px;
    }
  }

.pdHatch {
    position: relative;
  padding: 0 0 50px;
  background: url(https://storage-asset.msi.com/event/2024/CND/flintlock-the-siege-of-dawn/images/eligible-model-bg.webp) center top no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(22.92%, #0e1e2b), color-stop(47.4%, #09151f));
  background: url(https://storage-asset.msi.com/event/2024/CND/flintlock-the-siege-of-dawn/images/eligible-model-bg.webp) center top no-repeat, linear-gradient(180deg, #0e1e2b 22.92%, #09151f 47.4%);
  background-size: cover;
}

.pdHatch:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .7);
    z-index: 0;
}

@media (min-width: 996px) {
  .pdHatch {
    padding: 0 0 50px;
  }
}

.pdHatch__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
  display: grid;
  row-gap: 10px;
}

.pdHatch__nav-btn {
  width: 100%;
  text-align: center;
  padding: 10px 25px 10px;
  font-size: 16px;
  color: #916c42;
  background: #fff;
  border: 2px solid #916c42;
  /* margin: 0 20px; */
  /* background: url(https://storage-asset.msi.com/event/2024/CND/like-a-dragon-infinite-wealth/images/btn-bg02.png) center center no-repeat;
  background-size: contain; */
}

.pdHatch__nav-btn:hover {
  /* background: url(https://storage-asset.msi.com/event/2024/CND/like-a-dragon-infinite-wealth/images/btn-bg01.png) center center no-repeat;
  background-size: contain; */
  background: #527fd3;
  color: #fff;
  cursor: pointer;
}

.pdHatch__nav-btn--active {
  /* background: url(https://storage-asset.msi.com/event/2024/CND/like-a-dragon-infinite-wealth/images/btn-bg01.png) center center no-repeat;
  background-size: contain; */
  background: #527fd3;
  color: #fff;
}

@media (min-width: 996px) {
  .pdHatch__nav {
    display: grid;
    column-gap: 20px;
    grid-template-columns: auto auto auto;
    row-gap: 20px;
  }
  
  .pdHatch__nav-btn {
    /* width: calc( 100% / 3); */
    /* padding: 20px 20px; */
    /* margin: 10px; */
    font-size: 20px;
  }
}

@media (min-width: 996px) {
  .pdHatch__wrapper-block .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pdHatch__wrapper-block .item__imgBox {
  width: 80%;
  margin: 0 auto 20px;
}

@media (min-width: 996px) {
  .pdHatch__wrapper-block .item__imgBox {
    width: 30%;
    margin: 0 auto;
    /* margin-right: 5%; */
  }
}

.pdHatch__wrapper-block .item__txtBox {
  position: relative;
  color: #000;
  background: linear-gradient(3deg, #b2b2b2, #f9f9f9);
  padding: 30px 45px;
  border: 2px solid #916c42;
}

.pdHatch__wrapper-block .item__txtBox:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 104%;
  height: 102%;
  border: 5px solid #527fd3;
}

.pdHatch__wrapper-block .item__txtBox:after {
  content: "";
  position: absolute;
  top: -1.5%;
  left: 50%;
  transform: translateX(-50%);
  width: 10%;
  height: 20px;
  background: #527fd3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.pdHatch__wrapper {
    position: relative;
    z-index: 50;
}
@media (min-width: 996px) {
  .pdHatch__wrapper-block .item__txtBox {
    width: 60%;
  }
  .pdHatch__wrapper-block .item__txtBox:before {
    width: 103%;
    height: 105%;
  }
  .pdHatch__wrapper-block .item__txtBox:after {
    top: -3%;
    left: 50%;
    width: 6%;
    height: 30px;
  }
}

.pdHatch__wrapper-block .item__txtBox-name {
  font-size: 18px;
}

@media (min-width: 996px) {
  .pdHatch__wrapper-block .item__txtBox-name {
    font-size: 26px;
  }
}

.pdHatch__wrapper-block .item__txtBox-list {
  margin: 20px 0;
  padding-left: 10px;
}

.pdHatch__wrapper-block .item__txtBox-list li {
  list-style: disc;
  margin-bottom: 10px;
  font-size: 14px;
}

@media (min-width: 996px) {
  .pdHatch__wrapper-block .item__txtBox-list li {
    font-size: 16px;
  }
}

.pdHatch__wrapper-block .item__txtBox-price .newPrice {
  font-size: 22px;
}

.pdHatch__wrapper-block .item__txtBox hr {
  width: 100%;
  background: #6c6c6c;
  height: 1px;
  margin: 20px 0;
}

.pdHatch__wrapper-block .item__txtBox button {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 50;
  font-family: var(--Titlefont);
    font-weight: normal;
}

.pdHatch__wrapper-block .item__txtBox button span {
  padding: 15px 25px;
}

.popout {
  background: #0000009c;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.popout__block {
  max-width: 760px;
  background: #000;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid #527fd3;
}

.popout__block::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 10;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    background-image: -webkit-gradient(linear, left top, right top, from(#f7a8e8), to(#8bddff));
    background-image: linear-gradient(to right, #f7a8e8, #8bddff);
    background-origin: border-box;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    -webkit-mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, left top, left bottom, from(white), to(white));
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    -webkit-mask-composite: xor, source-over;
    mask-composite: exclude, add;
    -webkit-mask-clip: padding-box, border-box;
    mask-clip: padding-box, border-box;
}

.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  vertical-align: middle;
  z-index: 30;
}

.popout__block-close::after {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -13px;
  left: 0px;
  content: "\00D7";
  font-size: 36px;
  font-weight: bold;
  color: #527fd3;
}

.popout__block-close:hover::after {
  opacity: 0.8;
}

.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 10px 20px 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 20;
}

.popout__dm a {
  width: calc(100% / 2 - 10px);
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}

.popout__dm a img {
  height: 50px;
}
