:root {
  --theme-textL: clamp(20px, 2.6vw, 26px);
  --theme-textM: clamp(18px, 2.2vw, 22px);
  --theme-textS: clamp(16px, 2.4vw, 20px);
  --theme-textXS: clamp(12px, 2vw, 16px);
}

.buyNow {
  position: relative;
  z-index: 8;
  color: #000;
}
.buyNow img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyNow__title {
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
@media (min-width: 996px) {
  .buyNow__title {
    font-size: var(--title-lg);
  }
}
.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;
  gap: 10px;
  margin: 0 0 10px;
}
.buyNow .selectarea__filter-box .color-name-def {
  display: none;
}
.buyNow .selectarea__filter-box:last-child {
  margin-top: 0.8em;
}
.buyNow .selectarea__filter-item {
  font-size: clamp(18px, 2.6vw, 26px);
  color: #fff;
  max-width: 300px;
  padding: 6px 30px;
  text-align: center;
  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;
  background: -webkit-gradient(linear, left top, left bottom, from(#4564c1), to(#4564c1)) padding-box, -webkit-gradient(linear, left top, right top, from(#666), color-stop(#999), to(#666)) border-box;
  background: linear-gradient(#4564c1, #4564c1) padding-box, linear-gradient(-270deg, #666, #999, #666) border-box;
  -webkit-box-shadow: inset 1px 2px 2px rgba(45, 71, 149, 0.5), inset 0 -1px 1px #fff, inset 0px 0px 10px #b1c6ff, inset 0px 0px 10px #b1c6ff, inset 0px 0px 10px #b1c6ff, inset 0px 0px 10px #b1c6ff;
          box-shadow: inset 1px 2px 2px rgba(45, 71, 149, 0.5), inset 0 -1px 1px #fff, inset 0px 0px 10px #b1c6ff, inset 0px 0px 10px #b1c6ff, inset 0px 0px 10px #b1c6ff, inset 0px 0px 10px #b1c6ff;
  border-radius: 28px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  position: relative;
  overflow: hidden;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
}
.buyNow .selectarea__filter-item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='2.5' numOctaves='5' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.2'/%3E%3C/svg%3E");
  opacity: 1;
  pointer-events: none;
  mix-blend-mode: hard-light;
}
.buyNow .selectarea__filter-item:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  cursor: pointer;
}
.buyNow .selectarea__filter-item:hover::before {
  opacity: 1;
  mix-blend-mode: soft-light;
}
@media (min-width: 576px) {
  .buyNow .selectarea__filter-item {
    margin: 10px 10px;
    font-size: 14px;
  }
}
@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    font-size: 20px;
  }
}
.buyNow .selectarea__filter-item--active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: default;
}
.buyNow .selectarea__filter-item--active:hover {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  cursor: default;
}
.buyNow .selectarea__filter-item--color {
  width: auto;
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  -webkit-filter: none;
          filter: none;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 5px;
  gap: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.buyNow .selectarea__filter-item--color.selectarea__filter-item--active .color-dot {
  border: 1px solid #666;
}
.buyNow .selectarea__filter-item--color .color-dot {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #dde3ff;
  background: transparent;
  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;
}
.buyNow .selectarea__filter-item--color .color-dot::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: transparent;
}
.buyNow .selectarea__filter-item--color .color-dot.color-dot--gold::before {
  background: #d4c5a9 !important;
  -webkit-filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff);
          filter: drop-shadow(0px 0px 2px #fff) drop-shadow(0px 0px 2px #fff);
}
.buyNow .selectarea__filter-item--color .color-dot.color-dot--gray::before {
  background: #9e9e9e !important;
}
.buyNow .selectarea__filter-item--color .color-label {
  font-size: var(--text-sm);
  color: #666;
  display: inline-block;
  white-space: nowrap;
  margin-left: 8px;
}
.buyNow .hatch .bottomBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .buyNow .hatch .bottomBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.buyNow .hatch__box {
  position: relative;
  padding: 3% 0;
  border-radius: 35px;
  background: linear-gradient(60deg, #e2eeff, #ecf2ff, #d7e1f3);
  -webkit-box-shadow: inset -4px -1px 4px #d5ebff, inset -4px -1px 12px #b4c4da, inset 4px 4px 4px #fff, inset 4px 4px 8px rgba(255, 255, 255, 0.2), inset -4px -4px 8px rgba(255, 255, 255, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset -4px -1px 4px #d5ebff, inset -4px -1px 12px #b4c4da, inset 4px 4px 4px #fff, inset 4px 4px 8px rgba(255, 255, 255, 0.2), inset -4px -4px 8px rgba(255, 255, 255, 0.9), 0 0 0 1px rgba(255, 255, 255, 0.5);
  height: auto;
}
.buyNow .hatch__txt {
  width: 90%;
  margin: 0 auto;
}
.buyNow .hatch__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@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 {
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.buyNow .hatch__flexBoxPic-product {
  position: relative;
  width: 60%;
  margin-bottom: 20px;
  max-width: 400px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-product {
    width: 80%;
  }
}
.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;
  }
}
.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;
}
@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: var(--theme-textL);
  margin-bottom: 5px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt-subtitle {
  font-weight: bolder;
  font-size: var(--theme-textM);
  margin-bottom: 5px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul {
  list-style: disc;
  margin: 10px 0 3px 10px;
  text-align: left;
}
.buyNow .hatch__flexBoxTxt ul li {
  list-style: disc;
  margin: 3px 0 5px 10px;
  font-size: var(--theme-textXS);
  font-weight: 500;
}
.buyNow .hatch__flexBoxTxt-note-wrapper {
  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-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.buyNow .hatch__flexBoxTxt-note {
  position: relative;
  color: #fff;
  padding: 5px 10px;
  font-size: var(--theme-textS);
  font-weight: bold;
  background: -webkit-gradient(linear, left top, right top, from(#49509c), to(#888fee));
  background: linear-gradient(to right, #49509c, #888fee);
  width: 100%;
  height: auto !important;
  word-wrap: break-word;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-note {
    padding: 0px 20px;
  }
}
.buyNow .hatch__flexBoxTxt-note-small {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  text-align: left;
  padding: 0;
  background: transparent;
  width: 100%;
  margin-left: 15px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-note-small {
    font-size: 12px;
  }
}
.buyNow .hatch__flexBoxTxt-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  margin: 10px 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -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-starting {
  margin-bottom: 5px;
  margin-right: 0;
  text-align: right;
  width: 100%;
  font-size: var(--theme-textXS);
  color: #000;
  font-weight: bold;
}
.buyNow .hatch__flexBoxTxt-price .price-row {
  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;
  width: 100%;
}
.buyNow .hatch__flexBoxTxt-price del {
  display: none;
  font-size: 13px;
  color: #222;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price del {
    font-size: 17px;
  }
}
.buyNow .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-style: italic;
  color: #6871e5;
  font-size: clamp(24px, 7vw, 60px);
  line-height: 1;
}
.buyNow .hatch__whereToBuy {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.buyNow .hatch__whereToBuy-title {
  font-size: var(--theme-textL);
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}
.buyNow .hatch__whereToBuy-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#000), to(transparent));
  background: linear-gradient(to right, transparent, #000, transparent);
}
.buyNow .hatch__whereToBuy-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media (min-width: 576px) {
  .buyNow .hatch__whereToBuy-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 996px) {
  .buyNow .hatch__whereToBuy-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.buyNow .hatch__whereToBuy-list a {
  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;
  min-height: 70px;
  padding: 15px 10px;
  border: 1px solid #98abe0;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
}
.buyNow .hatch__whereToBuy-list a:hover {
  background: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.buyNow .hatch__whereToBuy-list a img {
  max-width: 100%;
  max-height: 40px;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyNow .hatch__whereToBuy-list a p {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 996px) {
  .buyNow .hatch__whereToBuy-list a p {
    font-size: 13px;
  }
}
.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: 50px;
  cursor: pointer;
  background: -webkit-gradient(linear, left top, left bottom, from(#e64011), color-stop(#ae1f0d), to(#ed9774));
  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%;
  -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: 50px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f1c654), color-stop(#ffee96), color-stop(#a2621e), to(#eea54c));
  background-image: linear-gradient(to right, #f1c654, #ffee96, #a2621e, #eea54c);
  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 .slick-next {
  right: -15px;
}
@media (min-width: 996px) {
  .buyNow .hatch .slick-next {
    right: -20px;
  }
}
.buyNow .hatch .slick-next::before {
  background: url(https://storage-asset.msi.com/event/2026/nb/prestige-family-gtm/images/slick-next.png) no-repeat center center;
  background-size: cover;
}
.buyNow .hatch .slick-prev {
  left: -15px;
}
@media (min-width: 996px) {
  .buyNow .hatch .slick-prev {
    left: -20px;
  }
}
.buyNow .hatch .slick-prev::before {
  background: url(https://storage-asset.msi.com/event/2026/nb/prestige-family-gtm/images/slick-next.png) no-repeat center center;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  background-size: cover;
}
.buyNow .hatch .slick-prev, .buyNow .hatch .slick-next {
  z-index: 10;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  background: #9197eb;
}
@media (min-width: 996px) {
  .buyNow .hatch .slick-prev, .buyNow .hatch .slick-next {
    width: 40px;
    height: 40px;
  }
}
.buyNow .hatch .slick-prev::before, .buyNow .hatch .slick-next::before {
  opacity: 1;
  width: 40%;
  height: 40%;
  content: "";
}
.buyNow .hatch .slick-prev:hover::after, .buyNow .hatch .slick-prev:hover::before, .buyNow .hatch .slick-next:hover::after, .buyNow .hatch .slick-next:hover::before {
  -webkit-filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
          filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 8px rgba(0, 0, 0, 0.8));
}
.buyNow .hatch .slick-prev.slick-disabled, .buyNow .hatch .slick-next.slick-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
@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__flex {
  position: relative;
  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;
  background-color: transparent;
  margin: 5em 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  gap: 3em;
}
@media (min-width: 996px) {
  .buyNow .tab__flex {
    padding: 30px 0px;
  }
}
.buyNow .tab__flexBox {
  position: relative;
  margin: 0 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  opacity: 0.4;
  max-width: 500px;
  width: 100%;
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox {
    position: relative;
    margin: 0 10px;
    width: 25%;
  }
}
.buyNow .tab__flexBox-circleBg {
  position: absolute;
  left: 0;
  width: 90%;
  top: -3em;
  right: 0;
  margin: 0 auto;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.buyNow .tab__flexBox-circleBg img {
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.buyNow .tab__flexBox.select {
  cursor: default;
  opacity: 1;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside {
  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:hover .tab__flexBoxInside-pic::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  border: 1px solid #000;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside p {
  font-weight: bold;
  font-size: var(--theme-textL);
}
.buyNow .tab__flexBox.select .tab__flexBox-circleBg {
  -webkit-animation: rotateCircle 6s linear infinite;
          animation: rotateCircle 6s linear infinite;
}
.buyNow .tab__flexBox.select .tab__flexBox-circleBg img {
  opacity: 0;
}
.buyNow .tab__flexBox.select .tab__flexBox-circleBg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2026/nb/prestige-family-gtm/images/buynow-nav-bg-hover.png) no-repeat center center;
  background-size: 100%;
  z-index: 1;
}
.buyNow .tab__flexBox.select::before {
  content: "";
  position: absolute;
  bottom: -4%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12%;
  height: 6%;
  background: url(https://storage-asset.msi.com/event/2026/nb/prestige-family-gtm/images/pdTab-tri.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-filter: drop-shadow(0 0 5px #f1c654);
          filter: drop-shadow(0 0 5px #f1c654);
  z-index: 10;
}
.buyNow .tab__flexBox__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__flexBox-icon {
    width: 55px;
    bottom: -20px;
  }
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox__flexBox-icon {
    width: 100px;
    bottom: -39px;
  }
}
.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;
  font-size: 2.4vw;
  margin: 0;
}
.buyNow .tab__flexBoxInside p {
  font-size: var(--theme-textM);
}
.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;
}

.amenu {
  margin: auto;
  position: fixed;
  bottom: 15%;
  right: 10%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 26px;
  z-index: 99;
}
.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;
  cursor: pointer;
}
.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: 22;
}
.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: 240px;
  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: 60px;
  border-radius: 150px 0 0 150px;
}
.amenu-item.business {
  background: #5471a5;
}
.amenu-item.business p {
  background: #5471a5;
}
.amenu-item.gaming {
  background: #ea492b;
}
.amenu-item.gaming p {
  background: #ea492b;
}
.amenu-open {
  display: none;
}
.amenu-open:checked + .amenu-open-button {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms;
  -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0);
          transform: scale(0.8, 0.8) translate3d(0, 0, 0);
}
.amenu-open:checked + .amenu-open-button .aline-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
          transform: translate3d(0, 0, 0) rotate(45deg);
}
.amenu-open:checked + .amenu-open-button .aline-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
          transform: translate3d(0, 0, 0) scale(0.1, 1);
}
.amenu-open:checked + .amenu-open-button .aline-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
          transform: translate3d(0, 0, 0) rotate(-45deg);
}
.amenu-open:checked ~ .amenu-item {
  -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
          transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33);
}
.amenu-open:checked ~ .amenu-item p {
  opacity: 1;
  font-weight: bold;
}
.amenu-open:checked ~ .amenu-item:nth-child(3) {
  -webkit-transition-duration: 180ms;
          transition-duration: 180ms;
  -webkit-transform: translate3d(0.08361px, -64px, 0);
          transform: translate3d(0.08361px, -64px, 0);
}
.amenu-open:checked ~ .amenu-item:nth-child(4) {
  -webkit-transition-duration: 280ms;
          transition-duration: 280ms;
  -webkit-transform: translate3d(0.08361px, -128px, 0);
          transform: translate3d(0.08361px, -128px, 0);
}
.amenu-open:checked ~ .amenu-item:nth-child(5) {
  -webkit-transition-duration: 380ms;
          transition-duration: 380ms;
  -webkit-transform: translate3d(0.08361px, -192px, 0);
          transform: translate3d(0.08361px, -192px, 0);
}
.amenu-open:checked ~ .amenu-item:nth-child(6) {
  -webkit-transition-duration: 480ms;
          transition-duration: 480ms;
  -webkit-transform: translate3d(0.08361px, -256px, 0);
          transform: translate3d(0.08361px, -256px, 0);
}
.amenu-open:checked ~ .amenu-item:nth-child(7) {
  -webkit-transition-duration: 580ms;
          transition-duration: 580ms;
  -webkit-transform: translate3d(-90.86291px, 52.62064px, 0);
          transform: translate3d(-90.86291px, 52.62064px, 0);
}
.amenu-open:checked ~ .amenu-item:nth-child(8) {
  -webkit-transition-duration: 680ms;
          transition-duration: 680ms;
  -webkit-transform: translate3d(-91.03006px, -52.33095px, 0);
          transform: translate3d(-91.03006px, -52.33095px, 0);
}
.amenu-open:checked ~ .amenu-item:nth-child(9) {
  -webkit-transition-duration: 780ms;
          transition-duration: 780ms;
  -webkit-transform: translate3d(-0.25084px, -104.9997px, 0);
          transform: translate3d(-0.25084px, -104.9997px, 0);
}
.amenu-open-button {
  position: relative;
  background: #a9b6ed;
  border-radius: 25px;
  border: 1px solid #fff;
  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;
  z-index: 2;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
          transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer;
}
.amenu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
          transform: scale(1.2, 1.2) translate3d(0, 0, 0);
}
.amenu .alines {
  width: 25px;
  height: 3px;
  background: #596778;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -1.5px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
}
.amenu .alines.aline-1 {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}
.amenu .alines.aline-2 {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.amenu .alines.aline-3 {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0);
}
.amenu .blue {
  background: -webkit-gradient(linear, left top, right top, from(#7e787a), to(#ebd2c6));
  background: linear-gradient(to right, #7e787a, #ebd2c6);
  background: -webkit-gradient(linear, left top, left bottom, from(#f7a8a7), to(#ef414a));
  background: linear-gradient(#f7a8a7, #ef414a);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.amenu .blue p {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7a8a7), to(#ef414a));
  background: linear-gradient(#f7a8a7, #ef414a);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
}
.amenu .blue:hover {
  color: #fff;
}
.amenu .blue:hover p {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.amenu .green {
  background: -webkit-gradient(linear, left top, right top, from(#c10c57), to(#e06919));
  background: linear-gradient(to right, #c10c57, #e06919);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.amenu .green p {
  background: -webkit-gradient(linear, left top, right top, from(#c10c57), to(#e06919));
  background: linear-gradient(to right, #c10c57, #e06919);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.amenu .green:hover {
  color: #70CC72;
  text-shadow: none;
}
.amenu .red {
  background: -webkit-gradient(linear, left top, left bottom, from(#fee297), to(#c79b31));
  background: linear-gradient(#fee297, #c79b31);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.amenu .red p {
  background: -webkit-gradient(linear, left top, left bottom, from(#fee297), to(#c79b31));
  background: linear-gradient(#fee297, #c79b31);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.amenu .red:hover {
  color: #fff;
}
.amenu .red:hover p {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.amenu .purple {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6c988), to(#f4814a));
  background: linear-gradient(#f6c988, #f4814a);
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.amenu .purple p {
  background: -webkit-gradient(linear, left top, left bottom, from(#f6c988), to(#f4814a));
  background: linear-gradient(#f6c988, #f4814a);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.amenu .purple:hover {
  color: #fff;
}
.amenu .purple:hover p {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.amenu .orange {
  background: #e4a500;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.amenu .orange p {
  background: #e4a500;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.amenu .orange:hover {
  color: #fff;
}
.amenu .orange:hover p {
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}
.amenu .lightblue {
  background-color: #62C2E4;
  -webkit-box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
          box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}
.amenu .lightblue:hover {
  color: #62C2E4;
  text-shadow: none;
}
.amenu .credit {
  margin: 24px 20px 120px 0;
  text-align: right;
  color: #EEEEEE;
}
.amenu .credit a {
  padding: 8px 0;
  color: #C49CDE;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.amenu .credit a:hover {
  text-decoration: underline;
}
@-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);
  }
}
@-webkit-keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateCircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.amenu .popout {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
.amenu .popout__block {
  position: relative;
  max-width: 760px;
  background: url(https://storage-asset.msi.com/event/2026/nb/prestige-family-gtm/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;
}
.amenu .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);
}
.amenu .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
  -webkit-filter: invert(1);
          filter: invert(1);
  z-index: 50;
}
.amenu .popout__block-close:hover {
  opacity: 0.8;
}
.amenu .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;
}
.amenu .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;
}
.amenu .popout__dm a img {
  height: 50px;
}/*# sourceMappingURL=buynow-base.css.map */