.buyNow {
  position: relative;
  background-position: center top;
  background-repeat: repeat;
  z-index: 8;
  color: #fff;
}
.buyNow img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyNow .sec3 {
  position: relative;
}
.buyNow .sec3__title {
  display: none;
  padding-bottom: 2vw;
  text-align: center;
}
.buyNow .sec3__title.select {
  display: block;
}
.buyNow .sec3__title--active {
  display: block;
}
.buyNow .sec3 h3 {
  font-weight: normal;
  color: #fff;
}
.buyNow .hatch__slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.buyNow .hatch__slider .hatch__box {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(#a56af8), to(#3e56ec)) border-box;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(to right, #a56af8, #3e56ec) border-box;
  border: 1px solid transparent;
  border-radius: 16px;
}
@media (min-width: 996px) {
  .buyNow .hatch__slider .hatch__box {
    width: calc(50% - 10px);
  }
}
@media (min-width: 996px) {
  .buyNow .hatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.buyNow .hatch__flexBoxPic {
  margin: 0 auto;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic {
    width: 52%;
  }
}
.buyNow .hatch__flexBoxPic-product {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  margin: 15px 0;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-product {
    width: 100%;
    max-width: 250px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.buyNow .hatch__flexBoxPic-toplogo {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo {
    position: relative;
    text-align: left;
  }
}
.buyNow .hatch__flexBoxPic-toplogo img {
  width: 30%;
}
.buyNow .hatch__flexBoxPic-bottomlogo {
  text-align: center;
  width: 100%;
}
.buyNow .hatch__flexBoxTxt {
  width: 100%;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt {
    width: 48%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }
}
.buyNow .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 24px;
  margin-bottom: 10px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin-left: 15px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul li {
  font-size: 12px;
  list-style: disc;
  margin: 8px 0;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt ul li {
    font-size: 14px;
  }
}
.buyNow .hatch__flexBoxTxt .bottomBox {
  margin-top: 10px;
  width: 100%;
}
.buyNow .hatch__flexBoxTxt-discount {
  display: inline-block;
  padding: 5px;
  border: 1px solid #53658a;
  border-radius: 10px;
  color: #fff;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 5px;
  width: 100%;
  margin: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.buyNow .hatch__flexBoxTxt-price .hatch__flexBoxTxt-priceLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0px;
  min-width: 0;
  font-size: 18px;
}
.buyNow .hatch__flexBoxTxt-price .hatch__flexBoxTxt-priceRight {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.buyNow .hatch__flexBoxTxt-price del {
  display: block;
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: line-through;
}
.buyNow .hatch__flexBoxTxt-price .nowPriceBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.buyNow .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 32px;
  color: #fff;
  line-height: 1;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price span {
    font-size: 44px;
  }
}
.buyNow .hatch__flexBoxTxt .hatch__buyNowBtn {
  margin-top: 10px;
  width: 100%;
}
.buyNow .hatch__flexBoxTxt .hatch__buyNowBtn .hatch__buyNowBtn-buynow {
  margin-left: 0;
  margin-right: 0;
}
.buyNow .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
.buyNow .hatch__buyNowBtn-buynow {
  position: relative;
  display: inline-block;
  font-size: 24px;
  font-weight: bolder;
  padding: 6px 30px;
  border-radius: 10px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, right top, from(#a56af8), to(#3e56ec));
  background: linear-gradient(to right, #a56af8, #3e56ec);
  margin: 0 7px;
  color: #fffbfb;
}
@media (min-width: 996px) {
  .buyNow .hatch__buyNowBtn-buynow {
    padding: 10px 50px;
  }
}
.buyNow .hatch__buyNowBtn-buynow:hover {
  -webkit-filter: drop-shadow(0 0 10px #a56af8);
          filter: drop-shadow(0 0 10px #a56af8);
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}
.buyNow .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}
.buyNow .hatch__buyNowBtn-buynow span::before {
  width: 2px;
  height: 0%;
}
.buyNow .hatch__buyNowBtn-buynow span::after {
  width: 0%;
  height: 2px;
}
.buyNow .hatch__buyNowBtn-buynow span::before, .buyNow .hatch__buyNowBtn-buynow span::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buyNow .hatch__buyNowBtn-buynow--nb14th, .buyNow .hatch__buyNowBtn-buynow--content {
  background: #9e9aab;
}
.buyNow .hatch__buyNowBtn-buynow--nb14th::before, .buyNow .hatch__buyNowBtn-buynow--nb14th::after, .buyNow .hatch__buyNowBtn-buynow--content::before, .buyNow .hatch__buyNowBtn-buynow--content::after {
  background: #9e9aab;
}
.buyNow .hatch__buyNowBtn-buynow--nb14th:hover span, .buyNow .hatch__buyNowBtn-buynow--content:hover span {
  color: #9e9aab;
}
.buyNow .hatch__buyNowBtn-buynow--nb14th:hover span::before, .buyNow .hatch__buyNowBtn-buynow--nb14th:hover span::after, .buyNow .hatch__buyNowBtn-buynow--content:hover span::before, .buyNow .hatch__buyNowBtn-buynow--content:hover span::after {
  background: #9e9aab;
}
.buyNow .hatch__buyNowBtn-buynow--RTX40 {
  background: #4f7b00;
}
.buyNow .hatch__buyNowBtn-buynow--RTX40::before, .buyNow .hatch__buyNowBtn-buynow--RTX40::after {
  background: #4f7b00;
}
.buyNow .hatch__buyNowBtn-buynow--RTX40:hover span {
  color: #4f7b00;
}
.buyNow .hatch__buyNowBtn-buynow--RTX40:hover span::before, .buyNow .hatch__buyNowBtn-buynow--RTX40:hover span::after {
  background: #4f7b00;
}
.buyNow .hatch__icon-link {
  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;
  height: 70px;
  width: calc(50% - 20px);
  margin: 10px;
  background: rgba(255, 255, 255, 0.541176);
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media (min-width: 996px) {
  .buyNow .sec2__wrapper {
    width: 100%;
    margin: 0 auto;
  }
}
.buyNow .tab {
  background-color: transparent;
  padding: 10px 0 10px;
  position: relative;
  background-size: 100%, 100%;
}
.buyNow .tab .select .tab__flexBox-icon {
  opacity: 1;
}
.buyNow .tab__titleBox {
  text-align: center;
  position: relative;
  padding-top: 0px;
}
.buyNow .tab__flex {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  padding: 10px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media (min-width: 996px) {
  .buyNow .tab__flex {
    padding: 30px 0px;
  }
}
.buyNow .tab__flex--active {
  display: none;
}
.buyNow .tab__flex--active .tab__flexBox {
  margin: 0;
  width: 33.3333333333%;
}
.buyNow .tab__flex--active .tab__flexBoxInside-pic,
.buyNow .tab__flex--active .tab__flexBox-icon {
  display: none;
}
.buyNow .tab__flexBox {
  position: relative;
  width: 33%;
  margin: 0 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox {
    position: relative;
    margin: 0 10px;
  }
}
@media (min-width: 1600px) {
  .buyNow .tab__flexBox {
    width: 26%;
  }
}
@media (min-width: 1930px) {
  .buyNow .tab__flexBox {
    width: 33%;
  }
}
.buyNow .tab__flexBox.select {
  cursor: default;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside {
  -webkit-filter: drop-shadow(0 0 6px #ffd2bc) brightness(1.2);
          filter: drop-shadow(0 0 6px #ffd2bc) brightness(1.2);
  opacity: 1;
}
.buyNow .tab__flexBox.select:before {
  content: "";
  position: absolute;
  bottom: -5.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12%;
  height: 6%;
  background: url(https://storage-asset.msi.com/event/2026/th/lunar-new-year-2026/images/pdTab-tri.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 0 5px #54ccf1);
          filter: drop-shadow(0 0 5px #54ccf1);
  z-index: 10;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside::before {
  display: block;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover {
  cursor: pointer;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover .tab__flexBoxInside-pic::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 1px solid #000;
}
.buyNow .tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -10px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 8;
  width: 35px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
@media (min-width: 768px) {
  .buyNow .tab__flexBox-icon {
    width: 55px;
    bottom: -20px;
  }
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox-icon {
    width: 100px;
    bottom: -39px;
  }
}
.buyNow .tab__flexBox-icon2 {
  display: none;
}
.buyNow .tab__flexBoxInside {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in, 0.2s all;
  transition: 0.1s all ease-in, 0.2s all;
  z-index: 8;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buyNow .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
  -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
}
.buyNow .tab__flexBoxInside-pic::after {
  width: 80%;
  height: 23vw;
  max-width: 320px;
  content: "";
  border-radius: 800px;
  z-index: -1;
  border: 1px solid #000;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  position: absolute;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBoxInside-pic::after {
    width: 16rem;
    height: 16rem;
  }
}
@media (min-width: 1300px) {
  .buyNow .tab__flexBoxInside-pic::after {
    width: 20rem;
    height: 20rem;
  }
}
@media (min-width: 1600px) {
  .buyNow .tab__flexBoxInside-pic::after {
    width: 300px;
    height: 300px;
  }
}
.buyNow .tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}
.buyNow .tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.buyNow .tab__flexMobile--active {
  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;
  width: 100%;
}
@media (min-width: 768px) {
  .buyNow .tab__flexMobile--active {
    display: none;
  }
}
.buyNow .tab__flexMobileBox {
  margin: 0;
  width: 33.3333333333%;
  background: #eee;
  color: #fff;
  border-left: 2px solid #ffffff;
}
.buyNow .tab__flexMobileBox:nth-child(1) {
  border-left: none;
}
.buyNow .tab__flexMobileBox.select {
  position: relative;
  -webkit-filter: drop-shadow(0 8px 5px #c5bfb4);
          filter: drop-shadow(0 8px 5px #c5bfb4);
}
.buyNow .tab__flexMobileBox.select::after {
  position: absolute;
  bottom: -9px;
  content: "";
  width: 0;
  height: 0;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.buyNow .tab__flexBoxPic {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBoxPic {
    width: 40%;
  }
}
.buyNow .tab__flexBoxPic-product {
  max-width: 100%;
}
.buyNow .tab__flexBoxPic-toplogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  height: auto;
}
.buyNow .tab__flexBoxTxt {
  padding-left: 39px;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBoxTxt {
    width: 60%;
  }
}
.buyNow .tab__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 21px;
}
.buyNow .tab__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
.buyNow .tab__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.amenu {
  height: 100px !important;
  width: 100px !important;
}
.amenu .amenu-item {
  background: #eeeeee;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  margin-left: -40px;
  position: absolute;
  color: #ffffff;
  text-align: center;
  line-height: 80px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms;
}
.amenu .amenu-item div {
  width: 57px;
  height: 57px;
  background: #000000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  z-index: 8;
}
.amenu .amenu-item div img {
  width: 60%;
}
.amenu .amenu-item.nb14th {
  background: #9e9aab;
}
.amenu .amenu-item.nb14th p {
  background: #9e9aab;
}
.amenu .amenu-item.content {
  background: #f2bb28;
}
.amenu .amenu-item.content p {
  background: #f2bb28;
}
.amenu .amenu-item.RTX40 {
  background: #4f7b00;
}
.amenu .amenu-item.RTX40 p {
  background: #4f7b00;
}
.amenu .amenu-item.business {
  background: #5471a5;
}
.amenu .amenu-item.business p {
  background: #5471a5;
}
.amenu .amenu-item.gaming {
  background: #ea492b;
}
.amenu .amenu-item.gaming p {
  background: #ea492b;
}

@-webkit-keyframes btnAni {
  from {
    -webkit-filter: drop-shadow(0 0 10px #ffdfa9);
            filter: drop-shadow(0 0 10px #ffdfa9);
  }
}

@keyframes btnAni {
  from {
    -webkit-filter: drop-shadow(0 0 10px #ffdfa9);
            filter: drop-shadow(0 0 10px #ffdfa9);
  }
}
.popout {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  background: url(https://storage-asset.msi.com/event/2026/th/lunar-new-year-2026/images/popout-bg.jpg);
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
  border: 2px solid #506185;
}
.popout__block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 50;
}
.popout__block-close:hover {
  opacity: 0.8;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 5px;
}
.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
  z-index: 50;
}
.popout__dm a img {
  height: 50px;
}/*# sourceMappingURL=buynow.css.map */