.buyNow {
  position: relative;
  background-position: center top;
  background-repeat: repeat;
  z-index: 8;
  color: #000;
  padding-bottom: 100px;
}
.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 .selectarea__filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .buyNow .selectarea__filter-box {
    margin: 0 0 20px;
  }
}
.buyNow .selectarea__filter-item {
  color: #b5cc2f;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 4px 6px;
  position: relative;
  overflow: visible;
  text-align: center;
  cursor: pointer;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 5px;
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  isolation: isolate;
  min-width: 150px;
}
.buyNow .selectarea__filter-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(#bfe000), color-stop(40%, #a0ff80), to(#00fff0));
  background: linear-gradient(to right, #bfe000 0%, #a0ff80 40%, #00fff0 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%, 0 75%);
  z-index: -1;
}
.buyNow .selectarea__filter-item::after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #2B383C;
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 7% 100%, 0 75%);
  z-index: -1;
}
@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    padding: 10px 20px;
  }
}
.buyNow .selectarea__filter-item:hover {
  -webkit-filter: grayscale(0%) drop-shadow(0 0 3px rgba(241, 253, 173, 0.3));
          filter: grayscale(0%) drop-shadow(0 0 3px rgba(241, 253, 173, 0.3));
  opacity: 1;
}
.buyNow .selectarea__filter-item--active {
  -webkit-filter: drop-shadow(0 0 10px #f1fdad) brightness(1.2) grayscale(0%);
          filter: drop-shadow(0 0 10px #f1fdad) brightness(1.2) grayscale(0%);
  opacity: 1;
}
.buyNow .selectarea__filter-item--active:hover {
  cursor: default;
  -webkit-filter: drop-shadow(0 0 10px #f1fdad) brightness(1.2);
          filter: drop-shadow(0 0 10px #f1fdad) brightness(1.2);
}
.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__box {
  position: relative;
  width: 100%;
  margin: 20px 0;
  padding: 30px 20px;
  border-radius: 0px;
}
.buyNow .hatch__box:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0px;
  background-image: linear-gradient(135deg, #00C9E0 0%, #4DD4B0 38%, #8BCF5A 72%, #B5CC2F 100%);
  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;
}
.buyNow .hatch__box:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: rgba(13, 20, 25, 0.92);
  z-index: -1;
  border-radius: 0px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 996px) {
  .buyNow .hatch__box {
    width: calc(50% - 10px);
  }
}
@media (min-width: 996px) {
  .buyNow .hatch__flex {
    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;
    gap: 20px;
  }
}
.buyNow .hatch__flexBoxPic {
  padding: 10px;
  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: 40%;
  }
}
.buyNow .hatch__flexBoxPic-product {
  position: relative;
  max-width: 200px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@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-product:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/pd-imgStage.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.buyNow .hatch__flexBoxPic-toplogo {
  -webkit-box-flex: 100%;
      -ms-flex: 100%;
          flex: 100%;
  text-align: left;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo {
    position: relative;
    text-align: left;
  }
}
.buyNow .hatch__flexBoxPic-toplogo img {
  height: 50px;
}
.buyNow .hatch__flexBoxPic-bottomlogo {
  margin: 5px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-bottomlogo {
    width: 30%;
  }
}
.buyNow .hatch__flexBoxPic-bottomlogo img {
  max-width: 250px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-bottomlogo img {
    max-width: 300px;
  }
}
.buyNow .hatch__flexBoxTxt {
  width: 100%;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt {
    width: 60%;
  }
}
.buyNow .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 17px;
  margin-bottom: 20px;
  color: #fff;
  text-align: left;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-title {
    font-size: 20px;
  }
}
.buyNow .hatch__flexBoxTxt ul {
  font-size: 14px;
  color: #fff;
  list-style: disc;
  margin: 3px 0 3px 10px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul li {
  font-size: 12px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt ul li {
    font-size: 14px;
  }
}
.buyNow .hatch__flexBoxTxt-note {
  position: relative;
  min-height: 25px;
  color: #000;
  padding: 5px 10px;
  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;
  font-size: 12px;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 97% 50%, 100% 100%, 0 100%, 3% 50%);
  background: linear-gradient(45deg, #7c5d1c, #ebd181, #ac8127, #d8d29d, #c49635);
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-note {
    font-size: 15px;
    padding: 0px 20px;
  }
}
.buyNow .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  margin: 10px 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price {
    margin: 0;
  }
}
.buyNow .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price del {
    font-size: 17px;
  }
}
.buyNow .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 38px;
  font-style: italic;
  background: -webkit-gradient(linear, left top, left bottom, from(#00C9E0), color-stop(45%, #4DD4B0), to(#B5CC2F));
  background: linear-gradient(to bottom, #00C9E0 0%, #4DD4B0 45%, #B5CC2F 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  text-stroke: 1px #3A9BA8;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price span {
    font-size: 50px;
  }
}
.buyNow .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
.buyNow .hatch__buyNowBtn-buynow {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  padding: 6px 30px;
  border-radius: 5px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#00B8D4), color-stop(50%, #3AAF96), to(#2B383C));
  background: linear-gradient(to bottom, #00B8D4 0%, #3AAF96 50%, #2B383C 100%);
  margin: 0 7px;
  color: #fffbfb;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 996px) {
  .buyNow .hatch__buyNowBtn-buynow {
    padding: 10px 50px;
  }
}
.buyNow .hatch__buyNowBtn-buynow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 99%;
  height: 99%;
  z-index: 10;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00C9E0), color-stop(50%, #4DD4B0), to(#B5CC2F));
  background-image: linear-gradient(to right, #00C9E0 0%, #4DD4B0 50%, #B5CC2F 100%);
  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;
}
.buyNow .hatch__buyNowBtn-buynow:hover {
  background: none;
}
.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__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;
  gap: 10px;
}
@media (min-width: 996px) {
  .buyNow .tab__flex {
    padding: 30px 0px;
  }
}
@media (min-width: 996px) {
  .buyNow .tab__flex--active {
    display: none;
  }
  .buyNow .tab__flex--active .tab__flexBox {
    margin: 0;
    width: 33.3333333333%;
  }
  .buyNow .tab__flex--active .tab__flexBox-icon,
  .buyNow .tab__flex--active .tab__flexBoxInside-pic {
    display: none;
  }
}
.buyNow .tab__flexBox {
  position: relative;
  width: 33%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox {
    position: relative;
  }
}
.buyNow .tab__flexBox.select {
  cursor: default;
}
.buyNow .tab__flexBox.select:before {
  display: none;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside {
  -webkit-filter: drop-shadow(0 0 10px #f1fdad) brightness(1.2);
          filter: drop-shadow(0 0 10px #f1fdad) brightness(1.2);
  opacity: 1;
}
.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 svg {
  opacity: 1;
}
.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;
  transition: 0.1s all ease-in;
  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 img {
  vertical-align: bottom;
}
.buyNow .tab__flexBoxInside:hover .tab__flexBoxInside-pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.buyNow .tab__flexBoxInside svg {
  opacity: 0.2;
}
.buyNow .tab__flexBoxInside-pic {
  position: relative;
  display: block;
  margin: 0;
  overflow: visible;
}
.buyNow .tab__flexBoxInside-pic-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  overflow: visible;
  -webkit-filter: drop-shadow(0 0 2px rgba(0, 201, 224, 0.9)) drop-shadow(0 0 8px rgba(0, 201, 224, 0.45)) drop-shadow(0 0 14px rgba(181, 204, 47, 0.22));
          filter: drop-shadow(0 0 2px rgba(0, 201, 224, 0.9)) drop-shadow(0 0 8px rgba(0, 201, 224, 0.45)) drop-shadow(0 0 14px rgba(181, 204, 47, 0.22));
}
.buyNow .tab__flexBoxInside-pic-border path {
  stroke-width: 3.5;
}
.buyNow .tab__flexBoxInside-pic picture {
  position: relative;
  z-index: 1;
  display: block;
  clip-path: url(#SVG-Cyborg15-gallery-card);
  overflow: hidden;
}
.buyNow .tab__flexBoxInside-pic img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.buyNow .tab__flexBoxInside .tab__label {
  color: #b5cc2f;
  -webkit-filter: drop-shadow(0 0 5px rgb(0, 0, 0));
          filter: drop-shadow(0 0 5px rgb(0, 0, 0));
  bottom: 20px;
  font-weight: 500;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBoxInside .tab__label {
    font-size: var(--title-md);
    margin-left: 18%;
  }
}
.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;
}
@media (min-width: 996px) {
  .buyNow .tab__flexMobile {
    display: none !important;
  }
}
@media (max-width: 995px) {
  .buyNow .tab__flexMobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 0;
    background-color: rgba(13, 20, 25, 0.95);
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
@media (max-width: 995px) {
  .buyNow .tab__flexMobile--active {
    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;
    width: 100%;
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 995px) {
  .buyNow .tab__flexMobileBox {
    margin: 0;
    width: 33.3333333333%;
    background: #2B383C;
    color: #fff;
    border-left: 1px solid #000;
    cursor: pointer;
  }
  .buyNow .tab__flexMobileBox:nth-child(1) {
    border-left: none;
  }
  .buyNow .tab__flexMobileBox.select {
    position: relative;
    color: #b5cc2f;
  }
  .buyNow .tab__flexMobileBox .tab__label {
    margin: 0;
    min-height: 52px;
    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;
  }
  .buyNow .tab__flexMobileBox .tab__label p {
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 8px 4px;
  }
}

body.buyNow-mobileTab-sticky .buyNow .sec3 {
  padding-top: 52px;
}
@media (min-width: 996px) {
  body.buyNow-mobileTab-sticky .buyNow .sec3 {
    padding-top: 0;
  }
}

.btnArrow {
  width: 10px;
  height: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 10px;
  z-index: 10;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #fff;
}

.amenu {
  height: 100px !important;
  width: 100px !important;
}
.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-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;
  text-stroke: 1px #fff;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  z-index: 8;
}
.amenu-item div img {
  width: 60%;
}
.amenu-item.nb14th {
  background: #9e9aab;
}
.amenu-item.nb14th p {
  background: #9e9aab;
}
.amenu-item.content {
  background: #f2bb28;
}
.amenu-item.content p {
  background: #f2bb28;
}
.amenu-item.RTX40 {
  background: #4f7b00;
}
.amenu-item.RTX40 p {
  background: #4f7b00;
}
.amenu-item.business {
  background: #5471a5;
}
.amenu-item.business p {
  background: #5471a5;
}
.amenu-item.gaming {
  background: #ea492b;
}
.amenu-item.gaming p {
  background: #ea492b;
}

.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: absolute;
  max-width: 760px;
  background: url(https://storage-asset.msi.com/event/2025/NB/holiday-sales-2025/images/popout-bg.jpg);
  background-size: 100% 100%;
  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 #f1c654;
}
.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;
  object-fit: contain;
}

.bottomBox {
  margin: 20px 0 0;
}
@media (min-width: 996px) {
  .bottomBox {
    margin: 10px 0;
  }
}
@media (min-width: 1300px) {
  .bottomBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px;
  }
}/*# sourceMappingURL=buynow.css.map */