* {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ol, ul, li {
  list-style: none;
}

button, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

a {
  outline: none;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

h1 {
  display: none;
}

.mainTitleBox {
  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;
}
.mainTitleBox figure {
  width: 20%;
  max-width: 250px;
}
.mainTitleBox h2 {
  font-size: 18px;
  color: #ffdea2;
  text-transform: uppercase;
  display: inline-block;
  text-shadow: 0 5px 5px rgba(0, 0, 0, 0.7);
}
@media (min-width: 768px) {
  .mainTitleBox h2 {
    font-size: 22px;
  }
}
@media (min-width: 996px) {
  .mainTitleBox h2 {
    font-size: 35px;
    max-width: 40%;
  }
}

html {
  scroll-behavior: smooth;
}

.project {
  position: relative;
  overflow: hidden;
  background: #000;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project .kv {
  position: relative;
  width: 100%;
}
.project .kv__content {
  z-index: 10;
  position: relative;
}
.project .kv__pd {
  position: relative;
  z-index: 50;
}
.project .kv__pd img {
  display: block;
}
.project .kv__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.project .kv__stage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.project .kv__stage::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8%;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(80%, transparent));
  background: linear-gradient(to top, #000, transparent 80%);
}
.project .kv__bgLight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.project .kv__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.project .kv__ribbon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.project .kv__intel {
  display: none;
}
@media (min-width: 996px) {
  .project .kv__intel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 36px;
    right: 36px;
    font-size: 24px;
    text-align: right;
    z-index: 20;
    color: #454543;
  }
}
.project .kv__intel img {
  width: 75px;
  margin-left: auto;
  display: block;
}
.project .kv__intel-textbox {
  font-size: 12px;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
@media (min-width: 996px) {
  .project .kv__intel-textbox {
    font-size: 11px;
    margin-right: 20px;
  }
}
.project .bgWrapper {
  position: relative;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/holiday-sales-2025/images/bg.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
}
.project .bgWrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6%;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(transparent));
  background: linear-gradient(to bottom, #000, transparent);
}
.project .bestOffer {
  padding: 50px 0 0;
}
@media (min-width: 996px) {
  .project .bestOffer {
    padding: 100px 0;
  }
}
.project .bestOffer__wrapper {
  text-align: center;
}
.project .bestOffer__wrapper-content {
  padding: 50px 0 25px;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content {
    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;
    padding: 50px 0;
  }
}
.project .bestOffer__wrapper-content .item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 50px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item {
    width: calc(33% - 40px);
    margin: 0 20px;
  }
}
.project .bestOffer__wrapper-content .item:hover {
  cursor: pointer;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.project .bestOffer__wrapper-content .item:hover img {
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
}
.project .bestOffer__wrapper-content .item__pdImg {
  position: relative;
  width: 70%;
  margin: 0 auto 10px;
}
.project .bestOffer__wrapper-content .item__pdImg img {
  width: 100%;
  height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdImg {
    margin: 0 auto 20px;
  }
}
.project .bestOffer__wrapper-content .item__pdImg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/holiday-sales-2025/images/bestOffer-pd-dec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
.project .bestOffer__wrapper-content .item__pdName {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdName {
    font-size: 24px;
  }
}
.project .bestOffer__wrapper-content .item__pdDetail {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdDetail {
    font-size: 24px;
  }
}
.project .bestOffer__wrapper-content .item__pdPrice-delPrice {
  font-size: 16px;
  color: #c4c4c4;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdPrice-delPrice {
    font-size: 20px;
  }
}
.project .bestOffer__wrapper-content .item__pdPrice-nowPrice {
  font-size: 35px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #56cfd0), color-stop(50%, #b9f6f6), to(#8345f0));
  background: linear-gradient(to bottom, #56cfd0 30%, #b9f6f6 50%, #8345f0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #0044ff;
  margin: 5px 0;
}
@media (min-width: 996px) {
  .project .bestOffer__wrapper-content .item__pdPrice-nowPrice {
    font-size: 45px;
    margin: 10px 0;
  }
}
.project .des {
  padding: 0 0 100px;
}
.project .des__wrapper {
  position: relative;
  text-align: center;
  max-width: 800px;
  width: 90%;
}
.project .des__wrapper::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  border-radius: 20px;
  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;
}
.project .des__wrapper-content {
  position: relative;
  font-size: 20px;
  color: #eec572;
  font-weight: 600;
  padding: 20px 10px;
  overflow: hidden;
}
.project .des__wrapper-content::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/des-decTop.png);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  z-index: 10;
}
.project .des__wrapper-content span {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ea0a15), to(#3d060a));
  background: linear-gradient(#ea0a15, #3d060a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  -webkit-text-stroke: 1px #fff;
}
@media (min-width: 996px) {
  .project .des__wrapper-content {
    font-size: 26px;
    padding: 30px 25px;
  }
  .project .des__wrapper-content::before {
    top: -1%;
  }
  .project .des__wrapper-content span {
    font-size: 35px;
  }
  .project .des__wrapper-content::after {
    bottom: -1%;
  }
}
.project .buyNow-section {
  position: relative;
  text-align: center;
}
.project .buyNow-section .main-title {
  position: relative;
  z-index: 20;
  margin-top: 50px;
}
.project .buyNow-section .buyNow {
  padding-bottom: 10px;
  z-index: 50;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow {
    padding-bottom: 10px;
  }
}
.project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
  position: absolute;
  top: -15%;
  right: 10%;
  width: 18%;
  display: none;
  z-index: 10;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
    display: block;
    width: 17%;
    top: -12.5%;
    right: 0%;
  }
}
@media (min-width: 1600px) {
  .project .buyNow-section .buyNow .tab__flex .lucky-dec01 {
    top: -15%;
    right: 10%;
  }
}
.project .buyNow-section .buyNow .lucky-dec02 {
  position: absolute;
  top: 70%;
  right: 0;
  width: 10%;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .lucky-dec02 {
    width: 7%;
    max-width: 135px;
  }
}
.project .buyNow-section .buyNow .tab__flexBoxInside {
  position: relative;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
.project .buyNow-section .buyNow .tab__flexBoxInside::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(https://storage-asset.msi.com/event/2025/NB/holiday-sales-2025/images/buyNow-tab-dec.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10;
  display: none;
}
.project .buyNow-section .buyNow .tab__flexBoxInside:hover::before {
  -webkit-filter: drop-shadow(0 0 5px #54baf1);
          filter: drop-shadow(0 0 5px #54baf1);
}
.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
  position: absolute;
  top: 0;
  font-size: 11px;
  font-weight: 700;
  width: 85%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 60%, 50% 100%, 0% 60%);
  padding: 2px 0 10px;
  background: linear-gradient(45deg, #56cfd0 30%, #8345f0);
  line-height: 1.2;
}
@media (min-width: 996px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    width: 70%;
    font-size: 16px;
    padding: 5px 5px 25px;
  }
}
@media (min-width: 1300px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label {
    font-size: 20px;
  }
}
.project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
  display: block;
}
@media (min-width: 768px) {
  .project .buyNow-section .buyNow .tab__flexBoxInside .tab__label span {
    display: inline-block;
  }
}
.project .disclaimer {
  padding: 0 0 100px;
}
.project .disclaimer__wrapper {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  width: 90%;
  max-width: 1000px;
}
@media (min-width: 996px) {
  .project__wrapper {
    font-size: 15px;
  }
}
.project .promotion {
  padding: 0 0 40px;
}
@media (min-width: 996px) {
  .project .promotion {
    padding: 50px 0 50px;
  }
}
.project .promotion .btns {
  padding: 2% 0 0;
  position: relative;
  z-index: 50;
}
.project .promotion .btns .note {
  padding-bottom: 30px;
}
.project .promotion .btns__wrapper {
  text-align: center;
}
@media (min-width: 996px) {
  .project .promotion .btns__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.project .promotion .btns__wrapper .btnSty {
  color: #eec572;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 10px;
  width: 30%;
  background-image: url(https://storage-asset.msi.com/event/2025/NB/black-friday-laptop-sale-2025/images/redeemBtn-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  opacity: 0.5;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  margin: 10px auto;
  min-width: 290px;
  min-height: 60px;
  padding: 0 20px;
  line-height: 1;
}
@media (min-width: 996px) {
  .project .promotion .btns__wrapper .btnSty {
    font-size: 20px;
    margin: 10px 10px;
    width: 20%;
  }
}
.project .promotion .btns__wrapper .btnSty:hover {
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
}
.project .promotion .btns__wrapper .btnSty.active {
  -webkit-filter: brightness(1);
          filter: brightness(1);
  opacity: 1;
  -webkit-filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
          filter: drop-shadow(0 0 6px #f1c654) brightness(1.2);
}/*# sourceMappingURL=main.css.map */