:root {
  --themeB: #000;
  --themeW: #fff;
  --theme: #000;
  --buyBtn: #000;
}

.buyNow {
  position: relative;
  background-position: center top;
  background-repeat: repeat;
  z-index: 8;
  color: #000;
}
.buyNow .sec3 {
  position: relative;
}
.buyNow .sec3 h3 {
  font-weight: normal;
  color: #fff;
}
.buyNow .sec3__title {
  display: none;
  text-align: center;
  color: #000;
  padding: 5px 0 30px;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.buyNow .sec3__title.select, .buyNow .sec3__title--active {
  display: block;
}
.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;
  border-radius: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: bolder;
  width: 46%;
  border: 2px solid transparent;
  background: var(--themeB);
  padding: 5px 15px;
  color: #fff;
  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;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
@media (min-width: 996px) {
  .buyNow .selectarea__filter-item {
    width: 14.2857142857%;
    margin: 10px 5px;
  }
}
.buyNow .selectarea__filter-item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.buyNow .selectarea__filter-item--active {
  background: var(--themeW);
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  color: #000;
}
.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__box {
  padding: 30px 25px;
  position: relative;
  border: none;
  background: var(--themeW);
  margin: 20px 0;
  border-radius: 10px;
}
@media (min-width: 996px) {
  .buyNow .hatch__box {
    width: calc(50% - 10px);
  }
}
@media (min-width: 996px) {
  .buyNow .hatch__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
.buyNow .hatch__flexBoxPic {
  padding: 10px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
@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-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%;
}
@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;
  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: 15px;
  margin-right: 10px;
}
.buyNow .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
}
.buyNow .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
}
@media (min-width: 996px) {
  .buyNow .hatch__buyNowBtn {
    text-align: left;
  }
}
.buyNow .hatch__buyNowBtn-buynow {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bolder;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
  background: var(--buyBtn);
  margin: 0 7px;
  color: #fff;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.buyNow .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}
.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.54);
  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__flexBox.select .tab__flexBox-icon {
  opacity: 1;
}
.buyNow .tab__titleBox {
  text-align: center;
  position: relative;
  padding-top: 0px;
}
.buyNow .tab__flex {
  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 {
    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 {
  background: var(--theme);
  border: 4px solid transparent;
  border-radius: 30px;
  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__label-arrow {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.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__flexBox.select .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.buyNow .tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -10px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 8;
  width: 35px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}
@media (min-width: 768px) {
  .buyNow .tab__flexBox-icon {
    width: 55px;
    bottom: -20px;
  }
}
@media (min-width: 996px) {
  .buyNow .tab__flexBox-icon {
    width: 100px;
    bottom: -39px;
  }
}
.buyNow .tab__flexBox-icon2 {
  display: none;
}
.buyNow .tab__flexBoxInside {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in, 0.2s all;
  transition: 0.1s all ease-in, 0.2s all;
  z-index: 8;
  border-radius: 30px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: var(--themeB);
}
.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:hover .tab__flexBoxInside-pic::after {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-transform: scale(3);
          transform: scale(3);
  border: 0px;
}
.buyNow .tab__flexBoxInside--active {
  border-radius: 0;
  color: #fff;
}
.buyNow .tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  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;
}
.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__label {
  padding: 5px 5px;
  width: 100%;
  position: relative;
  bottom: 0;
  min-height: 80px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: center;
  background: #fff;
  color: #000;
}
.buyNow .tab__label-txt img {
  width: 170px;
}
.buyNow .tab__label-arrow {
  width: 40px;
  display: block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.buyNow .tab__label p {
  font-size: 14px;
  display: block;
  font-weight: bold;
}
@media (min-width: 996px) {
  .buyNow .tab__label p {
    font-size: var(--title-md);
  }
}
.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;
  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;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  z-index: 8;
}
.amenu-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: 30px;
}
.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.84);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  opacity: 0;
}
.popout__block {
  position: absolute;
  max-width: 760px;
  background: #7e7e7e;
  background-size: 100% 100%;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
.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;
  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;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45%;
          flex: 0 0 45%;
}
.popout__dm a img {
  height: 80px;
}/*# sourceMappingURL=buynow.css.map */