@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes kvLight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}
.XMAS2025PH {
  overflow: hidden;
  position: relative;
  background: linear-gradient(145deg, #07ab39 10%, #78e24e 50%, #74e04c 100%);
  background-position: top;
  background-image: radial-gradient(
    circle farthest-corner at 10% 20%,
    rgba(14, 174, 87, 1) 0%,
    rgba(12, 116, 117, 1) 90%
  );
}
.XMAS2025PH h2 {
  font-family: "report", sans-serif;
  text-transform: uppercase;
  position: relative;
  margin: 0 auto 5%;
}
.XMAS2025PH h2::before {
  content: "";
  display: block;
  width: 83px;
  height: 63px;
  margin: 15px auto 0;
  background: url("https://storage-asset.msi.com/event/2024/CND/xmas-deals-2024/images/icon1.png")
    center center no-repeat;
  background-size: cover;
}

.commonTitleBox {
  color: #ffffff;
  font-size: 18px;
  position: relative;
  margin: 0 auto;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 900;
  font-style: normal;
}
@media (min-width: 996px) {
  .commonTitleBox {
    font-size: 25px;
    margin: 0 0 20px;
  }
}
.commonTitleBox-icon {
  max-width: 45px;
  display: inline-block;
  margin-left: 5px;
}
.commonSubTitle {
  color: #fefefe;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto;
  font-weight: normal;
  font-weight: bold;
}

.commonTxt {
  color: #fefefe;
  font-size: 17px;
  line-height: 1.6;
  padding: 1% 0;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.amenu {
  margin: auto;
  position: fixed;
  bottom: 5%;
  right: 2%;
  width: 80px;
  height: 80px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  z-index: 199;
  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;
}
.amenu .amenu-title {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  text-shadow: 0 0 10px #000;
}
.amenu .amenu-open-button {
  position: relative;
  width: 60px;
  height: 60px;
  transition: 0.2s;
}
.amenu .amenu-open-button:hover {
  cursor: pointer;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.amenu .amenu-open-button img {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* -webkit-filter: invert(1);
          filter: invert(1); */
}
@-webkit-keyframes float-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes float-up {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}

.kv {
  position: relative;
}
.kv__pdBox {
  position: absolute;
  top: 45.5%;
  left: 18%;
  width: 70vw;
}
@media (min-width: 996px) {
  .kv__pdBox {
    position: absolute;
    top: 11.8%;
    left: 13%;
    width: 34vw;
  }
}

.kv__pdBox-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/PH/your-christmas-2025/images/kv-pd.png)
    no-repeat;
  mask: url(https://storage-asset.msi.com/event/2025/PH/your-christmas-2025/images/kv-pd.png)
    no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.kv__pdBox-mask::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(255, 255, 255, 0)),
    color-stop(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0))
  );
  background: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0)
  );
  width: 30%;
  height: 100%;
  -webkit-animation: 4s kvLight infinite linear;
  animation: 4s kvLight infinite linear;
}
.kv__item {
  position: absolute;
  z-index: 3;
}
.kv__item-left {
  width: 21vw;
  top: 58.5%;
  left: 0;
  animation: leftItemFloat 8s infinite cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 996px) {
  .kv__item-left {
    width: 10vw;
    top: 32.5%;
    left: 5%;
  }
}
/* 左侧元素动画关键帧 */
@keyframes leftItemFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.05);
  }
}

@-webkit-keyframes leftItemFloat {
  0%,
  100% {
    transform: translateY(0px) scale(1);
  }
  50% {
    transform: translateY(-15px) scale(1.05);
  }
}

.kv__txtBox {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 6.5vw;
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: "report", sans-serif;
  font-weight: 600;
  width: 90%;
}

.kv-pattern {
  width: 20vw;
  margin: 0 auto 3%;
  animation: swing 8s ease-in-out infinite;
  transform-origin: center top;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4)) brightness(1.1)
    saturate(1.4);
}

.kv-pattern img {
  transform: rotate(23deg);
}
.kv__item-right {
  display: none;
}
@media (min-width: 996px) {
  .kv__item-right {
    display: block;
    width: 10vw;
    bottom: 0;
    right: 1%;
  }
  .kv__txtBox {
    position: absolute;
    top: 40%;
    right: 4%;
    left: auto;
    transform: translate(0, -50%);
    font-size: 3.5vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: "report", sans-serif;
    font-weight: 600;
    width: auto;
  }
  .kv-pattern {
    width: 9vw;
    margin: 0 auto 3%;
    animation: swing 8s ease-in-out infinite;
    transform-origin: center top;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4)) brightness(1.1)
      saturate(1.4);
  }
}
@media (min-width: 1366px) {
  .kv__txtBox {
    position: absolute;
    top: 40%;
    right: 8%;
    left: auto;
    transform: translate(0, -50%);
    font-size: 2vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: "report", sans-serif;
    font-weight: 600;
    width: auto;
    z-index: 5;
  }
}

@keyframes swing {
  0% {
    transform: rotate(-3deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(3deg);
  }
  100% {
    transform: rotate(-3deg);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(-3deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(-3deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(-3deg);
  }
}

.kv__txtBox h1 {
  animation: h1ColorChange 8s infinite ease-in-out;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3), 4px 4px 0px rgba(0, 0, 0, 0.2),
    6px 6px 0px rgba(0, 0, 0, 0.1);
}

.kv__txtBox h1 span {
  animation: spanColorChange 6s infinite ease-in-out;
  animation-delay: 1s;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4), 4px 4px 0px rgba(0, 0, 0, 0.3),
    6px 6px 0px rgba(0, 0, 0, 0.2);
}

@keyframes h1ColorChange {
  0% {
    color: #ffffff;
  }
  25% {
    color: #fffb3e;
  }
  50% {
    color: #78e24e;
  }
  75% {
    color: #ffa64a;
  }
  100% {
    color: #ffffff;
  }
}

@-webkit-keyframes h1ColorChange {
  0% {
    color: #ffffff;
  }
  25% {
    color: #fffb3e;
  }
  50% {
    color: #78e24e;
  }
  75% {
    color: #ffa64a;
  }
  100% {
    color: #ffffff;
  }
}

@keyframes spanColorChange {
  0% {
    color: #ffa64a;
  }
  25% {
    color: #78e24e;
  }
  50% {
    color: #fffb3e;
  }
  75% {
    color: #ffffff;
  }
  100% {
    color: #ffa64a;
  }
}

@-webkit-keyframes spanColorChange {
  0% {
    color: #ffa64a;
  }
  25% {
    color: #78e24e;
  }
  50% {
    color: #fffb3e;
  }
  75% {
    color: #ffffff;
  }
  100% {
    color: #ffa64a;
  }
}
.kv__intel {
  display: block;
  text-align: right;
}
.kv__intel-imgBox {
  position: absolute;
  top: 36px;
  right: 36px;
  z-index: 20;
}
.kv__intel-imgBox img {
  width: 75px;
  margin-left: auto;
  display: block;
}
.kv__intel-textbox {
  position: absolute;
  bottom: 36px;
  right: 36px;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  text-shadow: 0 0 10px #000;
  line-height: 1;
  z-index: 20;
}
@media (min-width: 996px) {
  .kv__intel-textbox {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .kv__intel-textbox {
    font-size: 16px;
  }
}
.kv__intel-textbox span {
  display: inline-block;
  margin-top: 6px;
}
.kv__pd,
.kv__slogan,
.kv__deals {
  position: absolute;
  top: 0;
  left: 0;
}
.kv__pd {
  width: 100%;
}
.kv__deals {
  -webkit-animation: bump 0.4s infinite alternate ease-in-out;
  animation: bump 0.4s infinite alternate ease-in-out;
}

@-webkit-keyframes bump {
  0% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bump {
  0% {
    -webkit-transform: scale(0.99);
    transform: scale(0.99);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.intro {
  position: relative;
  color: #fff;
  padding: 30px 0 30px;
  text-align: center;
}
.intro img {
  width: auto;
}
.intro__icon {
  position: absolute;
  z-index: 1;
}
.intro__icon-1 {
  left: 8%;
  top: 0;
  width: 10%;
  -webkit-transform: rotate(345deg);
  transform: rotate(345deg);
}
@media (min-width: 996px) {
  .intro {
    padding: 50px 0 80px;
  }
  .intro__icon-1 {
    left: 10%;
    top: 30%;
    width: 6%;
  }
}
.intro__icon-2 {
  right: 9%;
  top: 46%;
  width: 15%;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
}
@media (min-width: 996px) {
  .intro__icon-2 {
    width: 8%;
  }
}
.intro__icon-3 {
  left: -10%;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 26%;
}
.intro__wrapper-title {
  color: #fffb3e;
  font-size: 24px;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .intro__wrapper-title {
    font-size: 30px;
  }
}

.intro__wrapper-title span {
  color: #ffa64a;
}

.intro__wrapper-promoDate {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}
@media (min-width: 996px) {
  .intro__wrapper-promoDate {
    font-size: 22px;
  }
}

.intro__wrapper-desBox {
  font-size: 15px;
  margin-top: 10px;
}
@media (min-width: 996px) {
  .intro__wrapper-desBox {
    font-size: 17px;
    margin-top: 20px;
  }
}

@-webkit-keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px #6f2de9);
    filter: drop-shadow(0px 0px 10px #6f2de9);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
    filter: drop-shadow(0px 0px 10px #ffffff);
  }
}

@keyframes glow {
  0% {
    -webkit-filter: drop-shadow(0px 0px 10px #6f2de9);
    filter: drop-shadow(0px 0px 10px #6f2de9);
  }
  100% {
    -webkit-filter: drop-shadow(0px 0px 10px #ffffff);
    filter: drop-shadow(0px 0px 10px #ffffff);
  }
}

.identity {
  padding: 0 0 50px;
}
@media (min-width: 996px) {
  .identity {
    padding: 0 0 5%;
  }
}
.identity__wrapper {
  max-width: 1280px;
}
.identity__wrapper-intro {
  color: #fff;
  font-size: 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .identity__wrapper-intro {
    font-size: 26px;
  }
}
.identity__wrapper-block .cardItem {
  position: relative;
  margin: 20px 0;
  background: linear-gradient(45deg, #28337c, #7955a1 80%);
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 30px 0;
  }
}
.identity__wrapper-block .cardItem:hover {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}
.identity__wrapper-block .cardItem:hover h6 {
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(transparent),
    color-stop(#0f2d5b),
    color-stop(#3a44c1),
    to(transparent)
  );
  background: linear-gradient(
    to left,
    transparent,
    #0f2d5b,
    #3a44c1,
    transparent
  );
}
.identity__wrapper-block .cardItem__leftBox {
  position: relative;
  display: inline-block;
  padding: 20px 0 10px;
  z-index: 20;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60%;
    padding: 0;
  }
}
.identity__wrapper-block .cardItem__leftBox-logo {
  width: 50%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-logo {
    width: 40%;
    margin: 0;
  }
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-logo img {
    width: 80%;
    margin: 0 auto;
  }
}
.identity__wrapper-block .cardItem__leftBox-content {
  color: #fff;
  text-align: center;
  margin: 10px 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-content {
    width: 58%;
  }
}
.identity__wrapper-block .cardItem__leftBox-content h4 {
  font-size: 24px;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-content h4 {
    font-size: 32px;
  }
}
.identity__wrapper-block .cardItem__leftBox-content h6 {
  font-size: 17px;
  font-style: italic;
  margin: 10px 0 0;
  display: inline-block;
  padding: 2px 20px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(transparent),
    color-stop(#0f2d5b),
    color-stop(#3a44c1),
    to(transparent)
  );
  background: linear-gradient(
    to right,
    transparent,
    #0f2d5b,
    #3a44c1,
    transparent
  );
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__leftBox-content h6 {
    font-size: 20px;
    padding: 2px 40px;
  }
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem__rightBox {
    width: 40%;
  }
}
.identity__wrapper-block .cardItem__rightBox .videobox-wrapper {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .identity__wrapper-block .cardItem__rightBox .videobox-wrapper {
    width: 100%;
  }
}
.identity__wrapper-block .cardItem__rightBox .videobox-wrapper__box {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.identity__wrapper-block .cardItem__rightBox .videobox-wrapper__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.identity__wrapper-block .cardItem:nth-child(1) {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/mag-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(1) {
    background-size: contain;
  }
}
.identity__wrapper-block .cardItem:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(1)::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.identity__wrapper-block .cardItem:nth-child(1) h6 {
  color: #e7cfa1;
}
.identity__wrapper-block .cardItem:nth-child(2) {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/mpg-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(2) {
    background-size: contain;
  }
}
.identity__wrapper-block .cardItem:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(2)::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.identity__wrapper-block .cardItem:nth-child(2) h6 {
  color: #ff6fad;
}
.identity__wrapper-block .cardItem:nth-child(3) {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/meg-bg.jpg);
  background-position: left;
  background-size: cover;
  background-repeat: repeat;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(3) {
    background-size: contain;
  }
}
.identity__wrapper-block .cardItem:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}
@media (min-width: 996px) {
  .identity__wrapper-block .cardItem:nth-child(3)::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
.identity__wrapper-block .cardItem:nth-child(3) h6 {
  color: #d3e736;
}

.wtb {
  padding: 5% 0;
}
@media (min-width: 1930px) {
  .wtb {
    padding: 0 0 5%;
  }
}
.wtb .wtbw_selectors label {
  color: #fff;
}

.tabBox__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 3% auto;
}
.tabBox__item {
  width: calc(33.3333333333% - 10px);
}
.tabBox p {
  color: #ffffff;
  font-size: 22px;
  line-height: 1.6;
  background: #000000;
  padding: 5px 15px;
  text-align: center;
}

.redeem .msi__container {
  text-align: center;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.2);
}
.redeem__deco {
  display: none;
}
.redeem-cont {
  width: 100%;
  padding: 5% 2%;
  position: relative;
  z-index: 2;
}
.redeem-border {
  display: none;
}
@media (min-width: 1280px) {
  .redeem .msi__container {
    text-align: center;
    position: relative;
    border-radius: 4%;
    width: 100%;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.2);
  }
  .redeem__deco {
    display: block;
  }
  .redeem-cont {
    padding: 3% 2%;
  }
  .redeem-border {
    display: block;
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%) scaleY(1.06);
    width: 100%;
    height: 100%;
    z-index: 2;
  }
}
.redeem__note {
  color: #422c01;
  font-size: 22px;
  font-style: italic;
  margin-bottom: 10px;
  background: #feeedeb9;
  width: auto;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 50px;
  width: 90%;
}
.redeem__date {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20px;
}

.redeem__prizeImgBox {
  display: flex;
  justify-content: center;
  width: 85%;
  margin: 0 auto 7%;
  flex-wrap: wrap;
  align-items: end;
}
.redeem__prizeImgBox figure {
  line-height: normal;
}
.redeem__promotePic {
  max-width: 250px;
  margin: 0 0 50px;
  margin: 0 1%;
  width: calc(100% / 2 - 10px);
}
.redeem__promotePic:nth-last-of-type(1) img {
  padding-bottom: 13%;
}
@media (min-width: 996px) {
  .redeem__prizeImgBox {
    flex-wrap: nowrap;
  }
  .redeem__promotePic {
    width: auto;
  }
}
.redeem__flex {
  margin: 0 0 50px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}

.redeem__flexBox {
  width: calc(100 / 3);
  max-width: 300px;
  color: #ffffff;
}

.redeem__flexBox-icon {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 15px;
  padding: 14%;
  position: relative;
}
.redeem__flexBox-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 79%;
  height: 79%;
  margin: auto;
  background-image: linear-gradient(to top, #fddb92 0%, #d1fdff 100%);
  border-radius: 100%;
}
.redeem__flexBox-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  margin: auto;
  background: url(https://storage-asset.msi.com/event/2021/cnd/christmas-deals/images/step-bg.png)
    no-repeat;
  background-size: cover;
  filter: brightness(1.1) saturate(1.4);
}
.redeem__flexBox-icon img {
  position: relative;
  z-index: 1;
}
.redeem__flexBox h4 {
  font-size: 22px;
}

.redeem__btnArea {
  max-width: 1000px;
  margin: 0 auto;
}

.redeem__btn {
  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 20px;
  border-radius: 8px;
  cursor: pointer;
  background: #fdf945;
  margin: 0 7px;
  color: #228c0d;
  border: 2px solid #fdf945;
  transition: 0.2s;
  /* max-width: 300px; */
  width: calc(100% - 20px);
  margin: 10px;
}

.redeem__btn a {
  color: #228c0d;
  display: inline-block;
}

.redeem__btn:hover {
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ffffff;
  color: #228c0d;
}

@media (min-width: 996px) {
  .redeem {
    margin-top: 0px;
  }
  .redeem__btn {
    width: calc((100% / 3) - 20px);
  }
  .redeem__note {
    font-size: 27px;
  }
}

.XMAS2025PH .subtab__itembox-flexfive {
  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;
  width: 100%;
}
.XMAS2025PH .subtab__itembox-flexfive .fiveTab__item {
  background: #ffffff;
  position: relative;
  margin: 1%;
  color: #555555;
  padding: 10px 10px;
  text-align: center;
  width: auto;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.2s;
}
.XMAS2025PH .subtab__itembox-flexfive .fiveTab__item.active {
  background: #929292;
  color: #fff;
}

.XMAS2025PH .subtab__itembox-flexfive .fiveTab__item:hover {
  background: #929292;
  color: #fff;
}

.hideElement {
  display: none;
}

.content-wrapper {
  position: relative;
}

.dec-top-right {
  width: 14%;
  position: absolute;
  right: 0;
  top: 0;
}

.dec-top-left {
  width: 14%;
  position: absolute;
  left: 0;
  top: 5%;
}

.dec-bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* new table */
.custom-table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto 0;
  border-radius: 20px;
  overflow: hidden;
  background: #5ba153;
  box-shadow: 0 0 0 5px #5ba153; /* 外框陰影讓圓角更明顯 */
}

@media (min-width: 996px) {
  .custom-table {
    margin: 20px 0px 20px 30px;
  }
}

.custom-table-row {
  display: flex;
  align-items: stretch;
}

.custom-table-header {
  background: #386a3c;
}

.custom-table-header .custom-table-cell {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
  letter-spacing: 1px;
  border-bottom: 8px solid #6dc06d;
}

/* @media (min-width: 996px) {
  .custom-table-header .custom-table-cell {
    font-size: 16px;
  }
} */

.custom-table-row:not(.custom-table-header) {
  background: #287a1e;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-bottom: 4px solid #6dc06d;
}

.custom-table-row:last-child {
  border-bottom: none;
}

.custom-table-cell {
  flex: 1;
  text-align: center;
  padding: 15px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
  background: transparent;
}

/* 圓角只給最外層 */
.custom-table {
  border-radius: 20px;
}

/* 讓內容不會貼邊 */
.custom-table-cell {
  box-sizing: border-box;
}

/* 只有資料列有右邊綠線，表頭沒有 */
.custom-table-row:not(.custom-table-header)
  .custom-table-cell:not(:last-child) {
  border-right: 4px solid #6dc06d;
}
.custom-table-cell a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
  transition: color 0.2s;
}
.custom-table-cell a:hover {
  color: #ffa64a;
}

.redeem-pattern {
  position: absolute;
  opacity: 0;
  transform: scale(0);
}

.redeem-pattern--1 {
  top: 10%;
  left: -2%;
}

.redeem-pattern--2 {
  top: 20%;
  right: -10%;
}

.redeem-pattern--3 {
  top: 37%;
  left: -3%;
}

.redeem-pattern--4 {
  top: 44%;
  right: -11%;
}

.redeem-pattern--5 {
  top: 28%;
  left: -17%;
}
.redeem-pattern--6 {
  top: 28%;
  right: -10%;
}
.redeem-pattern--7 {
  top: 64%;
  left: -10%;
}
.redeem-pattern--8 {
  top: 64%;
  right: -10%;
}
.ifnodata {
  padding: 5% 0;
}
.subtab__text {
  display: none;
}
@charset "UTF-8";
@import url("https://use.typekit.net/jrk3exg.css");

@-webkit-keyframes shine {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@keyframes shine {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.6;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
}

@keyframes AniFloat {
  0% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }

  50% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }

  100% {
    -webkit-transform: translateY(3.5%);
    transform: translateY(3.5%);
  }
}

@-webkit-keyframes bouncy {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }

  25% {
    -webkit-transform: scaleY(0.5) translateY(20px);
    transform: scaleY(0.5) translateY(20px);
  }

  50% {
    -webkit-transform: scaleY(1.2) translateY(-20px);
    transform: scaleY(1.2) translateY(-20px);
  }

  75% {
    -webkit-transform: scaleY(0.8) translateY(10px);
    transform: scaleY(0.8) translateY(10px);
  }

  100% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
}

@keyframes bouncy {
  0% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }

  25% {
    -webkit-transform: scaleY(0.5) translateY(20px);
    transform: scaleY(0.5) translateY(20px);
  }

  50% {
    -webkit-transform: scaleY(1.2) translateY(-20px);
    transform: scaleY(1.2) translateY(-20px);
  }

  75% {
    -webkit-transform: scaleY(0.8) translateY(10px);
    transform: scaleY(0.8) translateY(10px);
  }

  100% {
    -webkit-transform: scaleY(1) translateY(0px);
    transform: scaleY(1) translateY(0px);
  }
}

img {
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

figure {
  line-height: 0;
}

.XMAS2025PH {
  overflow: hidden;
}

.XMAS2025PH .tab {
  font-family: arboria, sans-serif;
  position: relative;
}

.XMAS2025PH .tab .msi__container {
  padding: 0 0px;
}

.XMAS2025PH .tab__lucky {
  display: none;
}

.XMAS2025PH .tab__gift {
  display: none;
}

.XMAS2025PH .tab__title {
  color: #000000;
  z-index: 20;
  font-size: var(--mainTxt);
  padding: 10px 0px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  text-align: center;
  position: relative;
  margin-top: 5%;
}

.XMAS2025PH .tab__title::before {
  content: "[";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2vw;
}

.XMAS2025PH .tab__title::after {
  content: "]";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 2vw;
}

.XMAS2025PH .tab__subtitle {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 15px;
  border: 2px solid #e5e5e5;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5);
  width: 80%;
  margin: 3% auto;
  font-size: var(--mainTxt);
}

.XMAS2025PH .tab__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;
  background-color: transparent;
  padding: 30px 0px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.XMAS2025PH .tab__flex--active {
  display: none;
}

.XMAS2025PH .tab__flex--active .tab__flexBox {
  margin: 0;
  width: calc(100% / 3);
}

.XMAS2025PH .tab__flex--active .tab__flexBoxInside-pic {
  display: none;
  cursor: pointer;
}

.XMAS2025PH .tab__flex--active .tab__flexBox-icon {
  display: none;
}

.XMAS2025PH .tab__flexMobile {
  display: none;
  position: fixed;
  top: 0;
  z-index: 100;
  padding: 0;
  background-color: transparent;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.XMAS2025PH .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;
}

.XMAS2025PH .tab__flexMobileBox {
  margin: 0;
  width: calc(100% / 2);
  background-color: #272727;
  border-left: 2px solid #ffffff;
}

.XMAS2025PH .tab__flexMobileBox--color {
  background-color: #7f7979;
}

.XMAS2025PH .tab__flexBox {
  position: relative;
  width: 48%;
  margin: 0 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.XMAS2025PH .tab__flexBox-icon {
  position: absolute;
  top: unset;
  bottom: -20px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 55px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

.XMAS2025PH .tab__flexBox-icon2 {
  position: absolute;
  top: unset;
  bottom: -98px;
  left: 50%;
  right: unset;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  width: 100px;
  opacity: 0;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
}

.XMAS2025PH .tab .select .tab__flexBox-icon2 {
  opacity: 0;
}

.XMAS2025PH .tab .select .tab__flexBox-icon {
  opacity: 1;
}

.XMAS2025PH .tab .select .tab__flexBox {
  -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
  filter: drop-shadow(0 0 10px #5a5a5a);
}

.XMAS2025PH .tab__flexBoxInside {
  background-color: #fff;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  z-index: 50;
}

.XMAS2025PH .tab__flexBoxInside-pic {
  -webkit-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  cursor: pointer;
}

.XMAS2025PH .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
  -webkit-transform: scale(1);
  transform: scale(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);
}

.XMAS2025PH .tab__flexBoxInside:hover .tab__label {
  /* background-color: transparent; */
}

.XMAS2025PH .tab__flexBoxInside--active {
  border-radius: 0;
  background-color: #272727;
  color: #fff;
}

.XMAS2025PH .tab__flexBoxInside-mobile {
  border-radius: 0;
  color: #fff;
}

.XMAS2025PH .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-transition: 0.1s all ease-in;
  transition: 0.1s all ease-in;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.XMAS2025PH .tab__label p {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 5px;
  display: block;
  text-align: center;
}

.XMAS2025PH .tab__label p span {
  font-size: 14px;
  display: none;
}

@media (min-width: 996px) {
  .XMAS2025PH .kv__text {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    margin: auto;
    text-align: center;
  }

  .XMAS2025PH .kv__textbox {
    position: relative;
  }

  .XMAS2025PH .kv__textbox-a01 {
    animation: kv-a01 0.5s ease-in-out 1;
  }

  .XMAS2025PH .kv__textbox-a02 {
    margin-left: 24%;
    width: 26vw;
    animation: kv-a02 0.5s ease-in-out 1 0.05s;
  }

  .XMAS2025PH .kv__textbox-a03 {
    width: 3.5vw;
    margin-top: -56%;
    margin-left: 96%;
    animation: kv-a03 0.8s ease-in-out 1;
  }

  .XMAS2025PH .kv__textbox-a04 {
    width: 4.5vw;
    margin-top: 17%;
    margin-left: 2%;
    animation: kv-a04 0.8s ease-in-out 1;
  }

  .XMAS2025PH .kv__textbox-a05 {
    width: 6vw;
    margin-top: 12%;
    margin-left: 61%;
    animation: kv-a05 0.8s ease-in-out 1;
  }

  .XMAS2025PH .kv__text {
    position: absolute;
    top: 55%;
    left: 69%;
    transform: translate(-50%, -50%);
    width: 24%;
  }

  .XMAS2025PH .tab {
    font-family: arboria, sans-serif;
    /* background-color: #eeedec; */
    position: relative;
  }

  .XMAS2025PH .tab .msi__container {
    padding: 0 0px;
  }

  .XMAS2025PH .tab__lucky {
    display: block;
    position: absolute;
    top: -15%;
    right: 0;
    z-index: 60;
  }

  .XMAS2025PH .tab__lucky img {
    width: 170px;
  }

  .XMAS2025PH .tab__gift {
    display: block;
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 60;
  }

  .XMAS2025PH .tab__gift img {
    width: 150px;
  }

  .XMAS2025PH .tab__title {
    /* position: absolute;
    left: 50%;
    top: -22px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); */
    /* background-color: #e3676c; */
    color: #000000;
    z-index: 20;
    font-size: 24px;
    padding: 15px 25px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 5%;
    /* left: calc(50% - 250px);
    transform: skewX(-15deg) */
  }

  .XMAS2025PH .tab__subtitle {
    color: #ffffff;
    background: #bdbdbd;
    text-align: center;
    padding: 15px;
    border: 2px solid #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.5);
    width: 80%;
    margin: 3% auto;
    font-size: 24px;
  }

  /* .XMAS2025PH .tab__title span {
    transform: skewX(15deg);
  } */
  .XMAS2025PH .tab__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;
    /* background-color: #d8cfbe; */
    padding: 60px 100px;
  }

  .XMAS2025PH .tab__flexBox {
    position: relative;
    width: 48%;
    margin: 0 20px;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.3));
  }

  .XMAS2025PH .tab__flexBox:hover {
    cursor: pointer;
  }

  .XMAS2025PH .tab__flexBox-icon {
    position: absolute;
    top: unset;
    bottom: -39px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }

  .XMAS2025PH .tab__flexBox:hover .tab__flexBox-icon {
    opacity: 1;
  }

  .XMAS2025PH .tab__flexBox:hover .tab__flexBox-icon {
    /* opacity: 0.5; */
  }

  .XMAS2025PH .tab__flexBox-icon2 {
    position: absolute;
    top: unset;
    bottom: -98px;
    left: 50%;
    right: unset;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 10;
    width: 100px;
    opacity: 0;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }

  .XMAS2025PH .tab__flexBox:hover .tab__flexBox-icon2 {
    opacity: 1;
  }

  .XMAS2025PH .tab .select .tab__flexBox-icon2 {
    opacity: 1;
  }

  .XMAS2025PH .tab .select .tab__flexBox-icon {
    opacity: 1;
  }

  .XMAS2025PH .tab .select .tab__flexBox {
    -webkit-filter: drop-shadow(0 0 10px #5a5a5a);
    filter: drop-shadow(0 0 10px #5a5a5a);
  }

  .XMAS2025PH .tab__flexBoxInside {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    z-index: 50;
  }

  .XMAS2025PH .tab__flexBoxInside-pic {
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
  }

  .XMAS2025PH .tab__flexBoxInside:hover .tab__flexBoxInside-pic {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    /* opacity: 0.3; */
    -webkit-transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
    transition: 0.1s cubic-bezier(0, 0.71, 1, 0.93);
  }

  .XMAS2025PH .tab__flexBoxInside:hover .tab__label {
    /* background-color: transparent; */
  }

  .XMAS2025PH .tab__label {
    background-color: #fff;
    padding: 10px 20px 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    min-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.1s all ease-in;
    transition: 0.1s all ease-in;
    /* text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; */
  }

  .XMAS2025PH .tab__label p {
    font-size: 20px;
    font-weight: bolder;
    padding-bottom: 8px;
    display: block;
  }

  .XMAS2025PH .tab__label p span {
    font-size: 14px;
    display: block;
  }
}

@media (min-width: 1300px) {
  .XMAS2025PH .tab__lucky {
    top: -35%;
  }

  .XMAS2025PH .tab__lucky img {
    width: 240px;
  }

  .XMAS2025PH .tab__gift {
    top: -10%;
  }

  .XMAS2025PH .tab__gift img {
    width: 150px;
  }
}

@media (min-width: 1600px) {
  .XMAS2025PH .tab__lucky {
    top: -44%;
  }

  .XMAS2025PH .tab__lucky img {
    width: 260px;
  }

  .XMAS2025PH .tab__gift {
    top: -20%;
  }

  .XMAS2025PH .tab__gift img {
    width: 200px;
  }
}

.XMAS2025PH .sec3__title {
  display: none;
  color: #000;
  font-weight: 700;
  max-width: 1000px;
  margin: auto;
  padding-bottom: 30px;
}

.XMAS2025PH .sec3__title--active {
  display: block;
  text-align: center;
}

.XMAS2025PH .sec3__intro {
  display: none;
}

.XMAS2025PH .sec3__intro--active {
  display: block;
  text-align: center;
}

/* .XMAS2025PH .hatch {
    padding-bottom: 40px;
} */

.XMAS2025PH .hatch__container {
  max-width: 1600px;
  width: 95%;
  margin: 0 auto;
  padding: 0 25px;
}

.XMAS2025PH .hatch__slider {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.XMAS2025PH .sec3 .hatch__box {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2024/CND/black-friday-deals/images/pd-bg.jpg);
  background-size: contain;
  z-index: 20;
}

@media (min-width: 960px) {
  .XMAS2025PH .sec3 .hatch__box {
    background-size: cover;
  }
  /* .XMAS2025PH .hatch {
        padding-bottom: 40px;
    } */
}

.XMAS2025PH .sec3 .hatch__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff, transparent);
  z-index: -1;
}

@media (min-width: 960px) {
  .XMAS2025PH .sec3 .hatch__box {
    background: linear-gradient(to left, #fff, transparent);
  }
}

.XMAS2025PH .hatch__box {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin: 20px 0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px,
    rgba(0, 0, 0, 0.1) 0px 2px 4px 0px,
    rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.XMAS2025PH .sec4 .hatch__box {
  position: relative;
  width: 100%;
  background-color: transparent;
  margin: 20px 0;
  padding: 10px;
  box-shadow: none;
}

.XMAS2025PH .hatch__flexBoxPic {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.XMAS2025PH .hatch__flexBoxPic-product {
  text-align: center;
}

.XMAS2025PH .sec4 .hatch__flexBoxPic {
  margin: 10px 4px;
}

.XMAS2025PH .sec4 .hatch__flexBoxPic-product {
  margin-bottom: 0%;
}

.XMAS2025PH .hatch__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: 50px;
}

.XMAS2025PH .hatch__flexBoxPic-toplogo img {
  height: 50px;
  margin: 0 5px;
}

.XMAS2025PH .hatch__flexBoxPic-bottomlogo {
  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-top: 10px;
}

.XMAS2025PH .hatch__flexBoxPic-bottomlogo img {
  height: 60px;
}

.XMAS2025PH .hatch__flexBoxTxt {
  width: 100%;
}

.XMAS2025PH .hatch__flexBoxTxt-title {
  font-weight: bolder;
  font-size: 23px;
}

.XMAS2025PH .sec4 .hatch__flexBoxTxt-title {
  text-align: center;
  color: #000000;
}
.XMAS2025PH .hatch__flexBoxTxt-prize {
  color: #f9a300;
  text-align: center;
}
.XMAS2025PH .hatch__flexBoxTxt ul,
.XMAS2025PH .hatch__flexBoxTxt li {
  font-size: 18px;
  list-style: disc;
  margin: 3px 0 3px 10px;
}

.XMAS2025PH .hatch__flexBoxTxt-note {
  border: 1px solid #4f4f4f;
  padding: 3px 5px;
  margin: 5px 0 0;
  /* display: inline-block; */
  display: none;
}

.XMAS2025PH .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: 20px 0;
}

.XMAS2025PH .hatch__flexBoxTxt-price del {
  display: block;
  font-size: 15px;
  margin-right: 10px;
}

.XMAS2025PH .hatch__flexBoxTxt-price span {
  font-weight: bolder;
  font-size: 25px;
  line-height: 1;
}

.XMAS2025PH .hatch__buyNowBtn {
  text-align: center;
  cursor: pointer;
  margin-top: 10%;
}
.XMAS2025PH .hatch__buyNowBtn a {
  color: #005932;
  background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
  padding: 2% 25px;
  border-radius: 8px;
}
.XMAS2025PH .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;
  border-radius: 8px;
  cursor: pointer;
  background: #ffd48a;
  margin: 0 7px;
  color: #502c45;
}

.XMAS2025PH .hatch__buyNowBtn-buynow img {
  width: 25px;
  margin-left: 10px;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:before,
.XMAS2025PH .hatch__buyNowBtn-buynow:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:before {
  height: 0%;
  width: 2px;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:after {
  width: 0%;
  height: 2px;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:hover {
  background: #eb9113;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #ffd48a;
  color: #fff0d6;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:hover:before {
  height: 100%;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:hover:after {
  width: 100%;
}

.XMAS2025PH .hatch__buyNowBtn-buynow span:before {
  width: 2px;
  height: 0%;
}

.XMAS2025PH .hatch__buyNowBtn-buynow span:after {
  width: 0%;
  height: 2px;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:hover span:before {
  height: 100%;
}

.XMAS2025PH .hatch__buyNowBtn-buynow:hover span:after {
  width: 100%;
}

.XMAS2025PH .hatch__buyNowBtn-buynow span:before,
.XMAS2025PH .hatch__buyNowBtn-buynow span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessMonitor {
  background: #a5a5a5;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessMonitor:before,
.XMAS2025PH .hatch__buyNowBtn-buynow--businessMonitor:after {
  background: #a5a5a5;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessMonitor:hover span {
  color: #a5a5a5;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessMonitor span:before,
.XMAS2025PH .hatch__buyNowBtn-buynow--businessMonitor span:after {
  background: #a5a5a5;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessDesktop {
  background: #bed7d1;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessDesktop:before,
.XMAS2025PH .hatch__buyNowBtn-buynow--businessDesktop:after {
  background: #bed7d1;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessDesktop:hover span {
  color: #bed7d1;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--businessDesktop span:before,
.XMAS2025PH .hatch__buyNowBtn-buynow--businessDesktop span:after {
  background: #bed7d1;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--allinOnePcs {
  background: #bf9e71;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--allinOnePcs:before,
.XMAS2025PH .hatch__buyNowBtn-buynow--allinOnePcs:after {
  background: #bf9e71;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--allinOnePcs:hover span {
  color: #bf9e71;
}

.XMAS2025PH .hatch__buyNowBtn-buynow--allinOnePcs span:before,
.XMAS2025PH .hatch__buyNowBtn-buynow--allinOnePcs span:after {
  background: #bf9e71;
}

.XMAS2025PH .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;
}

.XMAS2025PH .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((100% / 2) - 20px);
  margin: 10px;
  background: #ffffff8a;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.XMAS2025PH .hatch__tc {
  text-align: center;
}

.XMAS2025PH .hatch__tc span {
  text-decoration: underline;
  cursor: pointer;
}
.XMAS2025PH .hatch__flex-pd {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 8%;
  position: relative;
}
.hatch-hat {
  position: absolute;
  top: -7%;
  left: -5%;
  z-index: 1;
  width: 11vw;
  transform: rotate(304deg);
}
@media (min-width: 996px) {
  .hatch-hat {
    position: absolute;
    top: -11%;
    left: -9%;
    z-index: 1;
    width: 4vw;
  }
}
@media (min-width: 1930px) {
  .hatch-hat {
    width: 3vw;
  }
}
@media (min-width: 996px) {
  .XMAS2025PH .hatch {
    /* padding-bottom: 40px; */
  }

  .XMAS2025PH .hatch__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .XMAS2025PH .hatch__box {
    position: relative;
    width: calc((100% / 2) - 20px);
    margin: 20px 0;
    padding: 10px;
  }

  .XMAS2025PH .hatch__box--businessMonitor {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/gaming-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }

  .XMAS2025PH .hatch__box--businessDesktop {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/cc-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }

  .XMAS2025PH .hatch__box--allinOnePcs {
    background-image: url("https://storage-asset.msi.com/event/2023/UK/2023-easter-offer-laptop/images/bp-bg.jpg");
    background-position: center 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: cover;
  }

  .XMAS2025PH .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;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .XMAS2025PH .hatch__flexBoxPic {
    width: 45%;
    padding: 10px;
  }

  .XMAS2025PH .sec4 .hatch__flexBoxPic {
    width: calc(100% / 3 - 10px);
    padding: 20px;
    margin: 3% 5px;
  }

  .XMAS2025PH .hatch__flexBoxPic-toplogo img {
    width: 50px;
    margin: 0 5px;
  }

  .XMAS2025PH .hatch__flexBoxPic-bottomlogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: none;
  }

  .XMAS2025PH .hatch__flexBoxPic-bottomlogo img {
    height: 60px;
  }

  .XMAS2025PH .hatch__flexBoxTxt {
    padding: 0 10px;
  }

  .XMAS2025PH .hatch__flexBoxTxt-title {
    font-weight: bolder;
    font-size: 21px;
  }

  .XMAS2025PH .hatch__flexBoxTxt ul,
  .XMAS2025PH .hatch__flexBoxTxt li {
    font-size: 14px;
  }

  .XMAS2025PH .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;
  }

  .XMAS2025PH .hatch__flexBoxTxt-price del {
    display: block;
    font-size: 16px;
    margin-right: 10px;
  }

  .XMAS2025PH .hatch__flexBoxTxt-price span {
    font-weight: bolder;
    font-size: 32px;
  }

  .XMAS2025PH .hatch__buyNowBtn {
    text-align: center;
    cursor: pointer;
    margin-top: 10%;
  }

  .XMAS2025PH .hatch__buyNowBtn-buynow img {
    width: 25px;
    margin-left: 10px;
  }

  .XMAS2025PH .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;
  }

  .XMAS2025PH .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((100% / 2) - 20px);
    margin: 10px;
    background: #ffffff8a;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }

  .XMAS2025PH .hatch__tc {
    text-align: center;
  }

  .XMAS2025PH .hatch__tc span {
    text-decoration: underline;
    cursor: pointer;
  }
}

@media (min-width: 1600px) {
  .XMAS2025PH .hatch__flexBoxTxt-price del {
    font-size: 20px;
  }

  .XMAS2025PH .hatch__flexBoxTxt-price span {
    font-size: 40px;
  }
}

.XMAS2025PH .popout {
  background: #363129d6;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}

.XMAS2025PH .popout__block {
  position: relative;
  max-width: 760px;
  background: #7e7e7e;
  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;
}

.XMAS2025PH .popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}

.XMAS2025PH .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;
}

.XMAS2025PH .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;
}

.XMAS2025PH .popout__dm a img {
  height: 50px;
}

.XMAS2025PH .subtab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.XMAS2025PH .subtab .subtab__itembox {
  margin: 10px;
  position: relative;
  width: auto;
  cursor: pointer;
  border-radius: 8px;
}

.XMAS2025PH .subtab .subtab__itembox .subtab__text {
  transition: 0.2s;
  padding: 10px 20px;
  text-align: center;
}

.XMAS2025PH .secondTab .secondTab__second {
  background: #f9d7e3;
  color: #636363;
}

.XMAS2025PH .secondTab .subtab__itembox:hover .subtab__text {
  background: #a07081;
  color: #f9d7e3;
  border-radius: 8px;
}

.XMAS2025PH .secondTab .subtab__itembox .subtab__text.active {
  background: #9a4d69;
  color: #ffffff;
  border-radius: 8px;
}

.XMAS2025PH .thirdTab .thirdTab__third.active {
  background: #9a4d69;
  color: #fff;
  display: none;
}

.XMAS2025PH .thirdTab .thirdTab__third {
  background: #f9d7e3;
  color: #636363;
  transition: 0.2s;
}

.XMAS2025PH .thirdTab .thirdTab__third:hover {
  background: #a07081;
  color: #f9d7e3;
  border-radius: 8px;
}

.XMAS2025PH .fourthTab .fourthTab__fourth {
  position: relative;
  margin: 1%;
  padding: 10px 10px;
  text-align: center;
  width: auto;
  cursor: pointer;
  border-radius: 8px;
  background: #ffffff;
  color: #555555;
  transition: 0.2s;
}

.XMAS2025PH .fourthTab .fourthTab__fourth.active {
  background-color: #ffd82e;
  color: #228c0d;
  font-weight: 500;
}

.XMAS2025PH .subtab .subtab__itembox .subtab__text {
  padding: 10px 20px;
  text-align: center;
}

.XMAS2025PH .subtab__itembox-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (min-width: 996px) {
  .XMAS2025PH .subtab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .XMAS2025PH .subtab .subtab__itembox {
    margin: 10px;
    position: relative;
    width: calc(100% / 7);
  }

  .XMAS2025PH .subtab__itembox-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .XMAS2025PH .fourthTab .fourthTab__fourth {
    background: #ffffff;
    position: relative;
    margin: 1%;
    color: #555555;
    padding: 10px 10px;
    text-align: center;
    width: auto;
    transition: 0.2s;
  }

  .XMAS2025PH .fourthTab .fourthTab__fourth:hover {
    background-color: #ffd82e;
    color: #228c0d;
  }
}
