.tab__checkBox-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  align-items: center;
  margin-right: 10px;
}
.tab__checkBox-filter img {
  width: 9% !important;
  margin-left: 10px;
}
.tab__checkBox-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
}
.tab__checkBox-second span {
  color: #fff;
}
@media (min-width: 996px) {
  .tab__subTitleBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
  }
}
.tab__checkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.tab__checkBox-first,
.tab__checkBox-second {
  width: 100%;
}
.buyNow .tab__checkBox-first-select,
.buyNow .tab__checkBox-second-select {
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}
.buyNow .tab__checkBox-first {
  position: relative;
}
.buyNow .tab__checkBox-second {
  position: relative;
}
.buyNow .tab__checkBox-first-trigger {
  width: 100%;
}
.buyNow .tab__checkBox-second-trigger {
  width: 100%;
}
.tab__checkBox-filter {
  width: 50%;
}

@media (min-width: 996px) {
  .tab__checkBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 45%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tab__checkBox-first,
  .tab__checkBox-second {
    width: auto;
  }
  .buyNow .tab__checkBox-first-select,
  .buyNow .tab__checkBox-second-select {
    width: auto;
    min-width: 0;
    box-sizing: border-box;
  }
  .tab__checkBox-filter {
    /* width: auto; */
  }
}
.tab__titleBox .mainTitleBox {
  margin-top: 15%;
  text-align: center;
}
.tab__titleBox .mainTitleBox h2 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8c75ff),
    to(#ffffff)
  );
  background: linear-gradient(to right, #8c75ff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 26px;
  text-align: center;
}
@media (min-width: 996px) {
  .tab__titleBox .mainTitleBox {
    margin-top: 5%;
  }
  .tab__titleBox .mainTitleBox h2 {
    font-size: 36px;
  }
}
@media (min-width: 1930px) {
  .tab__titleBox .mainTitleBox h2 {
    font-size: 50px;
  }
}
.tab__subTitle {
  text-align: center;
}
.tab__subTitle h2 {
  font-weight: normal;
  line-height: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#8c75ff),
    to(#ffffff)
  );
  background: linear-gradient(to right, #8c75ff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
  font-size: 26px;
  text-align: center;
}
@media (min-width: 996px) {
  .tab__subTitle {
    text-align: left;
  }
  .tab__subTitle h2 {
    font-size: 36px;
    text-align: left;
  }
}
@media (min-width: 1930px) {
  .tab__subTitle h2 {
    font-size: 50px;
  }
}
.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;
  margin-bottom: 5%;
}
.buyNow .sec3 h3 {
  font-weight: normal;
  color: #fff;
}
.tab__checkBox-first {
  margin: 5% 0;
}
.buyNow .tab__checkBox-first-select,
.buyNow .tab__checkBox-second-select {
  min-width: 180px;
  padding: 10px 32px 10px 12px;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 6px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  filter: grayscale(1);
  border-radius: 30px;
}
.buyNow .tab__checkBox-first-trigger {
  min-width: 180px;
  padding: 10px 32px 10px 12px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-shadow: none;
  position: relative;
  z-index: 0;
  overflow: visible;
  isolation: isolate;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.buyNow .tab__checkBox-second-trigger {
  min-width: 180px;
  padding: 10px 32px 10px 12px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  text-align: left;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  box-shadow: none;
  position: relative;
  z-index: 0;
  overflow: visible;
  isolation: isolate;
  transition:
    background-color 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}
.buyNow .tab__checkBox-first-trigger:hover {
  background: rgba(0, 0, 0, 0.5);
}
.buyNow .tab__checkBox-second-trigger:hover {
  background: rgba(0, 0, 0, 0.5);
}
.buyNow .tab__checkBox-first-trigger::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  pointer-events: none;
  z-index: -1;
  opacity: 0.68;
  background: radial-gradient(
    circle at center,
    rgba(158, 126, 255, 0.28) 0%,
    rgba(124, 90, 255, 0.18) 42%,
    rgba(111, 86, 246, 0) 72%
  );
  box-shadow:
    0 0 26px rgba(158, 126, 255, 0.5),
    0 0 52px rgba(111, 86, 246, 0.34),
    0 0 88px rgba(111, 86, 246, 0.18);
  animation: tabPurpleGlow 2.6s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.buyNow .tab__checkBox-first-trigger[aria-expanded="true"] {
  background: linear-gradient(135deg, #8c75ff, #6a51f1);
  border: 0;
  box-shadow: 0 16px 36px rgba(111, 86, 246, 0.42);
  filter: none;
}
.buyNow .tab__checkBox-second-trigger[aria-expanded="true"] {
  background: linear-gradient(135deg, #8c75ff, #6a51f1);
  border: 0;
  box-shadow: 0 16px 36px rgba(111, 86, 246, 0.42);
  filter: none;
}
.buyNow .tab__checkBox-first-trigger[aria-expanded="true"]::after,
.buyNow .tab__checkBox-second-trigger[aria-expanded="true"]::after {
  opacity: 1;
  animation-duration: 2s;
}
.buyNow .tab__checkBox-first-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 220px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0 18px 40px rgba(44, 32, 116, 0.22);
}
.buyNow .tab__checkBox-second-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 10;
  width: 100%;
  min-width: 220px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.96);
  border: 0;
  border-radius: 14px;
  box-sizing: border-box;
  box-shadow: 0 18px 40px rgba(44, 32, 116, 0.22);
}
.buyNow .tab__checkBox-first-clear {
  width: 100%;
  margin-bottom: 10px;
  padding: 9px 12px;
  color: #fff;
  background: linear-gradient(135deg, #8c75ff, #6f56f6);
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 10px 20px rgba(111, 86, 246, 0.24);
}
.buyNow .tab__checkBox-first-clear:hover {
  background: linear-gradient(135deg, #9582ff, #785fff);
}
.buyNow .tab__checkBox-first-options {
  display: flex;
  flex-direction: column;
  gap: 6px;
  max-height: 240px;
  overflow-y: auto;
  padding-right: 4px;
}
.buyNow .tab__checkBox-first-option {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2a2a2a;
  font-size: 14px;
  cursor: pointer;
  padding: 9px 10px;
  border-radius: 10px;
  background: #ffffff;
  border: 0;
  transition: all 0.2s ease;
  box-shadow: 0 4px 12px rgba(36, 26, 97, 0.06);
}
.buyNow .tab__checkBox-first-option:hover {
  background: #f6f3ff;
  box-shadow: 0 8px 16px rgba(111, 86, 246, 0.12);
}
.buyNow .tab__checkBox-first-option input {
  margin: 0;
  width: 15px;
  height: 15px;
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  flex: 0 0 auto;
  cursor: pointer;
}
.buyNow .tab__checkBox-first-option input:checked {
  background: #7a60ff;
  border-color: #7a60ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2.5 6.3 4.8 8.6 9.5 3.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.buyNow .tab__checkBox-first-option span {
  line-height: 1.4;
}
.buyNow .tab__checkBox-first-options::-webkit-scrollbar {
  width: 6px;
}
.buyNow .tab__checkBox-first-options::-webkit-scrollbar-thumb {
  background: rgba(122, 96, 255, 0.28);
  border-radius: 999px;
}
.buyNow .tab__checkBox-second-option {
  display: block;
  width: 100%;
  margin-bottom: 6px;
  padding: 9px 10px;
  color: #2a2a2a;
  text-align: left;
  font-size: 14px;
  background: #ffffff;
  border: 0;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(36, 26, 97, 0.06);
  transition: all 0.2s ease;
}
.buyNow .tab__checkBox-second-option:last-child {
  margin-bottom: 0;
}
.buyNow .tab__checkBox-second-option:hover {
  background: #f6f3ff;
  box-shadow: 0 8px 16px rgba(111, 86, 246, 0.12);
}
.buyNow .tab__checkBox-second-option.is-active {
  color: #fff;
  background: linear-gradient(135deg, #8c75ff, #6f56f6);
  box-shadow: 0 10px 20px rgba(111, 86, 246, 0.24);
}
.buyNow .tab__checkBox-first-select:focus,
.buyNow .tab__checkBox-second-select:focus,
.buyNow .tab__checkBox-first-trigger:focus,
.buyNow .tab__checkBox-second-trigger:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(140, 117, 255, 0.22);
}
.buyNow .tab__checkBox-first-select option,
.buyNow .tab__checkBox-second-select option {
  background: #1a1a1a;
  color: #fff;
}

.buyNow .hatch__slider {
  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%;
  /* background: #f7f7f3; */
  margin: 20px 0;
  padding: 10px;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__slider .hatch__box {
    width: calc(50% - 10px);
  }
  .tab__checkBox-first {
    margin: 0;
    margin-right: 5%;
  }
  .buyNow .tab__checkBox-first-dropdown {
    width: 260px;
  }
}
@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 {
  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%;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo {
    position: relative;
  }
}
.buyNow .hatch__flexBoxPic-toplogo img {
  width: 35px;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxPic-toplogo img {
    width: 50px;
  }
}
.buyNow .hatch__flexBoxPic-bottomlogo {
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
  margin: 5px 0;
  text-align: center;
}
.buyNow .hatch__flexBoxPic-bottomlogo img {
  max-width: 350px;
  margin: 0 auto;
  width: 100%;
}
.buyNow .hatch__flexBoxTxt {
  width: 100%;
  color: #fff;
  text-align: left;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt {
    width: 60%;
  }
}
.buyNow .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 18px;
}
.buyNow .hatch__flexBoxTxt ul {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
.buyNow .hatch__flexBoxTxt ul li {
  font-size: 14px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}
.buyNow .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  display: inline-block;
}
.buyNow .hatch__flexBoxTxt-price {
  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: start;
  margin: 10px 0;
}
.buyNow .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  margin-right: 10px;
  font-weight: normal;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price del {
    font-size: 15px;
    margin-right: 5px;
  }
}
.buyNow .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 28px;
  font-style: italic;
  background: linear-gradient(#ea0a15, #3d060a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-stroke: 1px #f3f3f3;
  /* filter: drop-shadow(0 0 1px #fff) drop-shadow(0 0 1px #fff); */
  font-weight: 900;
  width: 70%;
}
@media (min-width: 996px) {
  .buyNow .hatch__flexBoxTxt-price span {
    font-size: 30px;
  }
}
.buyNow .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
.buyNow .hatch__buyNowBtn-buynow {
  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;
  font-size: 16px;
  font-weight: bolder;
  padding: 10px 10px;
  cursor: pointer;
  margin: 0 7px;
  border-radius: 50px;
  cursor: pointer;
  background: linear-gradient(to bottom, #5b1cd8, #3d16b0, #9c71e0);
  margin: 0 7px;
  color: #fffbfb;
  /* text-shadow: 0 0 10px #000; */
  /* box-shadow: inset 0 0 2px #fff; */
  filter: drop-shadow(0 2px 2px #000000);
  border: 1px solid #9c71e0;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image:
    linear-gradient(to bottom, #5b1cd8, #3d16b0, #9c71e0),
    linear-gradient(45deg, #bf98ff, #bf98ff, #000000, #bf98ff);
}
/* .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,
    #9c71e0,
    #ffffff,
    #9c71e0,
    #9c71e0
  );
  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;
  border: 2px solid #9c71e0;
}
.buyNow .hatch__buyNowBtn-buynow:hover span {
  color: #9c71e0;
}
.buyNow .hatch__buyNowBtn-buynow:hover .btnArrow {
  background: #9c71e0;
}
.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__titleBox {
  text-align: center;
  position: relative;
  padding-top: 0px;
}
.buyNow .tab__flex {
  margin-bottom: 5%;
  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__flexBox {
  position: relative;
  margin: 0 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 5%;
}
/* .buyNow .tab__flexBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/buyNow-tab-dec.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
.buyNow .tab__flexBox.select:after {
  content: "";
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  width: 12%;
  height: 6%;
  background: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/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::before {
  -webkit-filter: drop-shadow(0 0 5px #f1c654);
          filter: drop-shadow(0 0 5px #f1c654);
}
.buyNow .tab__flexBox:hover::before {
  -webkit-filter: drop-shadow(0 0 5px #f1c654);
          filter: drop-shadow(0 0 5px #f1c654);
} */
@media (min-width: 996px) {
  .buyNow .tab__flexBox {
    position: relative;
    margin: 0 10px;
    padding: 0;
  }
}
@media (min-width: 1600px) {
  .buyNow .tab__flexBox {
  }
}
@media (min-width: 1930px) {
  .buyNow .tab__flexBox {
  }
}
.buyNow .tab__flexBox.select {
  /* -webkit-filter: drop-shadow(0 8px 1px #c5bfb4);
  filter: drop-shadow(0 8px 1px #c5bfb4); */
}
.buyNow .tab__flexBox.select {
  position: relative;
  cursor: default;
}

.buyNow .tab__flexBox.select .tab__flexBoxInside:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover {
  cursor: default;
}
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover.hoverG,
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover.hoverB,
.buyNow .tab__flexBox.select .tab__flexBoxInside:hover.hoverC {
  background: #f7f7f3;
}
.buyNow .tab__flexBoxInside {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  z-index: 8;
  /* border-radius: 10px; */
  /* background: #f7f7f3; */
  color: #000;
  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-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.hoverB {
  background: #1e54ab;
}
.buyNow .tab__flexMobileBox.hoverG {
  background: #ea492b;
}
.buyNow .tab__flexMobileBox.hoverC {
  background: #f2bb28;
}
.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.hoverB::after {
  border-top: 16px solid #1e54ab;
}
.buyNow .tab__flexMobileBox.select.hoverG::after {
  border-top: 16px solid #ea492b;
}
.buyNow .tab__flexMobileBox.select.hoverC::after {
  border-top: 16px solid #f2bb28;
}
.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__label {
  padding: 5px 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  /* min-height: 80px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: left;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 0 10px;
  line-height: 1.2;
  filter: brightness(0.6);
  max-width: 160px;
}
.buyNow .tab__label:hover {
  filter: brightness(1);
}
@media (min-width: 996px) {
  .buyNow .tab__label {
    padding: 10px 20px 15px;
    width: 95%;
    bottom: 0;
    /* min-height: 130px; */
  }
}
.buyNow .tab__flexBox.select .tab__label {
  /* filter: drop-shadow(0 0 6px #f1c654) brightness(1.2); */
  filter: brightness(1.2);
}
.tab__label-flag {
  width: 30px;
}
@media (min-width: 996px) {
  .tab__label-flag {
    width: 50px;
  }
}
.buyNow .tab__label p {
  font-size: 14px;
  display: block;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  /* filter: brightness(0.2); */
}
.buyNow .tab__flexBox.select .tab__label p {
  filter: brightness(1);
}
@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: var(--title-lg);
  }
}
@media (min-width: 1930px) {
  .buyNow .tab__label p {
    font-size: var(--title-xl);
  }
}
.buyNow .tab__label p span {
  font-size: 14px;
  display: none;
}
.buyNow .tab__label small {
  margin-top: 5px;
}
@media (min-width: 996px) {
  .buyNow .tab__label small {
    font-size: var(--text-lg);
  }
}
.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;
}

@-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);
  }
}

@keyframes tabPurpleGlow {
  0%,
  100% {
    opacity: 0.52;
    box-shadow:
      0 0 12px rgba(180, 149, 255, 0.38),
      0 0 24px rgba(111, 86, 246, 0.28),
      0 0 48px rgba(111, 86, 246, 0.18);
  }
  25%,
  75% {
    opacity: 0.64;
    box-shadow:
      0 0 16px rgba(180, 149, 255, 0.5),
      0 0 32px rgba(111, 86, 246, 0.38),
      0 0 60px rgba(111, 86, 246, 0.22);
  }
  50% {
    opacity: 0.72;
    box-shadow:
      0 0 20px rgba(180, 149, 255, 0.6),
      0 0 40px rgba(111, 86, 246, 0.42),
      0 0 70px rgba(111, 86, 246, 0.24);
  }
}

@media (prefers-reduced-motion: reduce) {
  .buyNow .tab__checkBox-first-trigger::after {
    animation: none;
    opacity: 0.55;
  }
}

.popout {
  background: rgba(54, 49, 41, 0.8392156863);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  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;
}
.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,
    #6a51f1,
    #9c71e0,
    #8c75ff,
    #bf98ff
  );
  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__dm {
  position: relative;
  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;
  z-index: 30;
}
.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;
}
.popout__dm a img {
  height: 50px;
  width: auto;
}

.buyNow .hatch__slider .hatch__box {
  padding: 30px 25px;
  position: relative;
}

.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; */
  /* background: url(https://storage-asset.msi.com/event/2026/se/msi-laptop/images/pd-bg.png)
    no-repeat top center;
  background-size: cover; */
  background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.2),
    rgba(0, 0, 0, 0.1),
    rgba(0, 0, 0, 0.1)
  );
  border-radius: 20px;
  filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.6));
  box-shadow: 0 0 10px rgba(111, 121, 255, 0.6);
}

.buyNow .hatch__slider .hatch__box::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  border-radius: 20px;
  box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.6);
}

.buyNow .tab__flexBox {
  /* -webkit-filter: grayscale(50%);
  filter: grayscale(50%); */
}

.buyNow .tab__flexBox.select {
  /* -webkit-filter: drop-shadow(0 8px 1px #560a0a);
  filter: drop-shadow(0 8px 1px #560a0a);
   -webkit-filter: grayscale(0%);
  filter: grayscale(0%); */
}
.buyNow .tab__flexBox:hover {
  transform: scale(1.1);
}
.buyNow .tab__label {
  color: #000;
}

.buyNow .tab__label p {
  font-size: 12px;
}

@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: 18px;
  }
}

.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;
}
/*# sourceMappingURL=buynow.css.map */
