.buyNow {
    position: relative;
    background-position: center top;
    background-repeat: repeat;
    z-index: 8;
    color: #000;
  }
  .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 {
    margin: 5px;
    color: #eec572;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 20px 20px;
    background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/pdFilter-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    filter: brightness(0.5);
    opacity: 0.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
  }
  @media (min-width: 576px) {
    .buyNow .selectarea__filter-item {
      width: 25%;
      margin: 10px 10px;
      font-size: 14px;
    }
  }
  @media (min-width: 996px) {
    .buyNow .selectarea__filter-item {
      width: 15%;
      font-size: 20px;
    }
  }
  .buyNow .selectarea__filter-item:hover {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    opacity: 1;
    filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
  }
  .buyNow .selectarea__filter-item--active {
    filter: brightness(01);
    opacity: 1;
    filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
  }
  /* .buyNow .selectarea__filter-item--active {
    color: #fff;
    -webkit-box-shadow: inset 0 0 30px rgba(200, 42, 191, 0.7), 0 0 8px #c82abf;
            box-shadow: inset 0 0 30px rgba(200, 42, 191, 0.7), 0 0 8px #c82abf;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
    background-image: linear-gradient(to bottom, #251b60, #0a0b30), linear-gradient(to bottom, #c82abf, #a321a0);
  }
  .buyNow .selectarea__filter-item--active:hover {
    cursor: default;
    border: 2px solid transparent;
    border-radius: 10px;
    background-clip: padding-box, border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#251b60), to(#0a0b30)), -webkit-gradient(linear, left top, left bottom, from(#c82abf), to(#a321a0));
    background-image: linear-gradient(to bottom, #251b60, #0a0b30), linear-gradient(to bottom, #c82abf, #a321a0);
  } */
  .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: 30px 20px;
    border-radius: 10px;


  }

  .buyNow .hatch__slider .hatch__box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    
    z-index: -1;

    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    background-image: linear-gradient(to right, #f1c654, #ffee96, #a2621e, #eea54c);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-composite: exclude, add;
    mask-clip: padding-box, border-box;

    

    /* border: 4px solid transparent;
    border-radius: 20px;
    background: 
    linear-gradient(to right, rgb(19, 19, 18), rgb(19, 19, 18)), linear-gradient(130deg, #f1c654, #ffee96, #a2621e,#eea54c);
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box; */

  }

  .buyNow .hatch__slider .hatch__box:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: #1313129c;
    z-index: -1;
    border-radius: 5px;
    transform: translate(-50%, -50%);
  }

  @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: 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;
    padding: 10px;
    -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%;
    position: relative;
  }
  @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%;
    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;
    /* background: #fff;
    padding: 5px 10px; */
  }
  @media (min-width: 996px) {
    .buyNow .hatch__flexBoxPic-toplogo {
      position: relative;
    }
  }
  .buyNow .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
  /* 
  @media (min-width: 996px) {
    .buyNow .hatch__flexBoxPic-toplogo img {
      width: 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;
    /* width: 100%; */
  }
  @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: flex;
    align-items: 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: flex;
    text-align: right;
    margin: 10px 0;
    align-items: baseline;
    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: linear-gradient(#ea0a15, #3d060a);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #c0c0c0;
  }
  @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: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
    font-size: 16px;
    font-weight: bolder;
    padding: 6px 30px;
    border-radius: 50px;
    cursor: pointer;
    background: linear-gradient( #e64011, #ae1f0d, #ed9774);
    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%;
    transform: translate(-50%, -50%);
    width: 99%;
    height: 99%;
    z-index: 10;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-radius: 50px;
    background-image: linear-gradient(to right, #f1c654, #ffee96, #a2621e, #eea54c);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-composite: exclude, add;
    mask-clip: padding-box, border-box;
  }
  .buyNow .hatch__buyNowBtn-buynow:hover  {
    background: none;
  }
  .buyNow .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
  }

 .btnArrow {
    width: 10px;
    height: 10px;
    display: inline-flex;
    margin-left: 10px;
    z-index: 10;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #fff;
  }
  /* .buyNow .hatch__buyNowBtn-buynow:hover {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .buyNow .hatch__buyNowBtn-buynow:hover::before {
    height: 100%;
  }
  .buyNow .hatch__buyNowBtn-buynow:hover::after {
    width: 100%;
  }
  .buyNow .hatch__buyNowBtn-buynow:hover span::before {
    height: 100%;
  }
  .buyNow .hatch__buyNowBtn-buynow:hover span::after {
    width: 100%;
  } */
  .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__buyNowBtn-buynow--gaming {
    background: #f1594c;
  }
  .buyNow .hatch__buyNowBtn-buynow--gaming::before, .buyNow .hatch__buyNowBtn-buynow--gaming::after {
    background: #f1594c;
  }
  .buyNow .hatch__buyNowBtn-buynow--gaming:hover span {
    color: #f1594c;
  }
  .buyNow .hatch__buyNowBtn-buynow--gaming:hover span::before, .buyNow .hatch__buyNowBtn-buynow--gaming:hover span::after {
    background: #f1594c;
  }
  .buyNow .hatch__buyNowBtn-buynow--business {
    background: #ceab6b;
  }
  .buyNow .hatch__buyNowBtn-buynow--business::before, .buyNow .hatch__buyNowBtn-buynow--business::after {
    background: #ceab6b;
  }
  .buyNow .hatch__buyNowBtn-buynow--business:hover span {
    color: #ceab6b;
  }
  .buyNow .hatch__buyNowBtn-buynow--business:hover span::before, .buyNow .hatch__buyNowBtn-buynow--business:hover span::after {
    background: #ceab6b;
  }
  .buyNow .hatch__buyNowBtn-buynow--claw {
    background: #3db97b;
  }
  .buyNow .hatch__buyNowBtn-buynow--claw::before, .buyNow .hatch__buyNowBtn-buynow--claw::after {
    background: #3db97b;
  }
  .buyNow .hatch__buyNowBtn-buynow--claw:hover span {
    color: #3db97b;
  }
  .buyNow .hatch__buyNowBtn-buynow--claw:hover span::before, .buyNow .hatch__buyNowBtn-buynow--claw:hover span::after {
    background: #3db97b;
  }
  .buyNow .hatch__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-height: 280px;
    overflow-y: auto;
    margin-bottom: 10px;
  } */
  .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 .tab__flexBoxInside{
    filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
  }
  .buyNow .tab__flexBox.select:before {
    content: "";
    position: absolute;
    bottom: -4%;
    left: 50%;
    transform: translateX(-50%);
    width: 12%;
    height: 6%;
    background: url(../images/pdTab-tri.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 5px #f1c654);
    z-index: 10;
  }
  .buyNow .tab__flexBox.select .tab__flexBoxInside::before {
    display: block;
  }
  .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__flexBox.select {
    cursor: default;
  }
  .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.select .tab__flexBoxInside:hover {
    cursor: pointer;
  }
  .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;
    position: relative;
    -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;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

  .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-pic img {
    /* border-radius: 10px 10px 0px 0px; */
  }
  .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-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;
    -webkit-text-stroke: 1px #fff;
    font-weight: 500;
    font-size: 40px;
    color: #000000;
    z-index: 8;
  }
  .amenu-item div img {
    width: 60%;
  }
  /* .amenu-item p {
    position: absolute;
    text-align: end;
    right: 50%;
    font-size: 16px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 210px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 40px;
    padding-left: 10px;
    border-radius: 150px 0 0 150px;
  } */
  .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;
  }
  /* .amenu-open-button {
    background: url(https://storage-asset.msi.com/event/2024/NB/laptops-20th-anniversary/images/buy-btn.png) no-repeat !important;
    background-size: cover !important;
    border-radius: 100%;
    height: 100px !important;
    width: 100px !important;
    margin-left: 0px !important;
    position: absolute;
    color: #000 !important;
    text-align: center;
    line-height: 1.2 !important;
    -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;
    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: var(--text-lg);
    right: 10%;
    -webkit-filter: drop-shadow(0 0 5px #ffdfa9);
            filter: drop-shadow(0 0 5px #ffdfa9);
    padding: 2vw;
    font-weight: bold;
    -webkit-animation: btnAni 1s ease-in-out infinite alternate;
            animation: btnAni 1s ease-in-out infinite alternate;
  }
  .amenu-open-button:hover {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  } */
  @-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(54, 49, 41, 0.8392156863); */
    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: #7e7e7e; */
    background: url(../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 #f1c654;
  }
  /* .popout__block::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 99%;
    height: 99%;
    z-index: 10;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-radius: 10px;
    background-image: linear-gradient(to right, #f1c654, #ffee96, #a2621e, #eea54c);
    background-origin: border-box;
    mask-image: linear-gradient(white, white), linear-gradient(white, white);
    mask-composite: exclude, add;
    mask-clip: padding-box, border-box;
  } */
  .popout__block::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 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;
    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 */
  

.bottomBox {
    margin: 20px 0 0;
}
@media (min-width: 996px) {
  .bottomBox {
    margin: 10px 0;
}
}

@media (min-width: 1336px) {
    .bottomBox {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0 0 10px;
    }    
  }

/* 當父元素被選中時，改變內部元素的透明度 */
.buyNow .tab__flexBox.select .tab__flexBoxInside {
  opacity: 1;
}
