@-webkit-keyframes kv-float-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@keyframes kv-float-up {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
  }
}
@-webkit-keyframes kv-float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@keyframes kv-float-down {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
  }
}
@-webkit-keyframes kv-mask-reveal {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@keyframes kv-mask-reveal {
  from {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
  to {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
}
@-webkit-keyframes ani {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}
@keyframes ani {
  from {
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
  }
  to {
    -webkit-mask-position: 100% 0;
            mask-position: 100% 0;
  }
}
@-webkit-keyframes gold-glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@keyframes gold-glow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}
@-webkit-keyframes gold-blink {
  0%, 100% {
    -webkit-box-shadow: 0 0 15px rgba(241, 198, 84, 0.3), inset 0 0 10px rgba(241, 198, 84, 0.1);
            box-shadow: 0 0 15px rgba(241, 198, 84, 0.3), inset 0 0 10px rgba(241, 198, 84, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 35px rgba(241, 198, 84, 0.6), inset 0 0 20px rgba(241, 198, 84, 0.3);
            box-shadow: 0 0 35px rgba(241, 198, 84, 0.6), inset 0 0 20px rgba(241, 198, 84, 0.3);
  }
}
@keyframes gold-blink {
  0%, 100% {
    -webkit-box-shadow: 0 0 15px rgba(241, 198, 84, 0.3), inset 0 0 10px rgba(241, 198, 84, 0.1);
            box-shadow: 0 0 15px rgba(241, 198, 84, 0.3), inset 0 0 10px rgba(241, 198, 84, 0.1);
  }
  50% {
    -webkit-box-shadow: 0 0 35px rgba(241, 198, 84, 0.6), inset 0 0 20px rgba(241, 198, 84, 0.3);
            box-shadow: 0 0 35px rgba(241, 198, 84, 0.6), inset 0 0 20px rgba(241, 198, 84, 0.3);
  }
}
.amenu-open-button {
  position: relative;
  /* background: #EEEEEE; */
  /* background: linear-gradient(130deg, #fef9bb, #ecd288, #ce9b54, #f0c16e); */
  background: url(https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/golden-coin-icon.png) no-repeat !important;
  background-size: cover !important;
  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-open-button img {
  -webkit-filter: brightness(0) saturate(100%) invert(10%) sepia(90%) saturate(3000%) hue-rotate(20deg) brightness(60%) contrast(115%);
          filter: brightness(0) saturate(100%) invert(10%) sepia(90%) saturate(3000%) hue-rotate(20deg) brightness(60%) contrast(115%);
}

.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;
  padding: 40px 0;
}
.mainTitleBox h2 {
  position: relative;
  z-index: 1;
  font-weight: 900;
  font-size: var(--title-xl);
  padding: 10px;
  text-align: center;
  color: #f1c654;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.5));
}

.project {
  font-family: "futura-100-thai", var(--MSIBodyFont);
  position: relative;
  overflow: hidden;
  background: #000 url(https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/page-bg.jpg) no-repeat fixed top;
  background-size: cover;
  background-image: -webkit-image-set(url("https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/page-bg.jpg") type("image/webp"), url("https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/page-bg.jpg") type("image/jpeg"));
  background-image: image-set(url("https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/page-bg.jpg") type("image/webp"), url("https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/page-bg.jpg") type("image/jpeg"));
}
.project img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.project figure {
  margin: 0;
  padding: 0;
}
.project h1 {
  position: absolute;
  z-index: -10;
}
.project .kv {
  position: relative;
  width: 100%;
}
.project .kv__intel {
  width: 80%;
  z-index: 20;
  text-align: left;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 8%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 996px) {
  .project .kv__intel {
    position: absolute;
    bottom: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
    top: 36px;
    right: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    text-align: right;
    max-width: 180px;
    margin-bottom: 0;
  }
}
.project .kv__intel img {
  max-width: 70px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .kv__intel img {
    max-width: 120px;
  }
}
.project .kv__intel p {
  display: inline-block;
  font-size: clamp(12px, 2vw, 16px);
  text-shadow: 0 0 3px #000, 0 0 10px #000;
}
.project .kv__img {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.project .kv__img--entrance {
  -webkit-mask: url(https://storage-asset.msi.com/event/2026/th/back-to-school/images/kv-mask-sprite.png);
          mask: url(https://storage-asset.msi.com/event/2026/th/back-to-school/images/kv-mask-sprite.png);
  -webkit-mask-size: 3000% 100%;
          mask-size: 3000% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 100% 0;
          mask-position: 100% 0;
}
@media (prefers-reduced-motion: reduce) {
  .project .kv__img--entrance {
    -webkit-mask-image: none;
            mask-image: none;
  }
}
.project .kv__img--entrance-animate {
  -webkit-animation: kv-mask-reveal 1.9s steps(29) forwards;
          animation: kv-mask-reveal 1.9s steps(29) forwards;
}
@media (prefers-reduced-motion: reduce) {
  .project .kv__img--entrance-animate {
    -webkit-animation: none;
            animation: none;
  }
}
.project .kv__img .bbb {
  position: absolute;
  top: 0px;
  padding: 0px;
  width: 101%;
  height: 100%;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1px;
  background: #36663b;
  -webkit-animation: ani 1.5s steps(29) forwards;
          animation: ani 1.5s steps(29) forwards;
  -webkit-mask: url("https://storage-asset.msi.com/event/2026/th/back-to-school/images/kv-mask-sprite.png");
          mask: url("https://storage-asset.msi.com/event/2026/th/back-to-school/images/kv-mask-sprite.png");
  -webkit-mask-size: 3000% 100%;
          mask-size: 3000% 100%;
  border: none;
  -webkit-animation: ani 0.8s steps(29) forwards;
          animation: ani 0.8s steps(29) forwards;
  text-transform: uppercase;
}
.project .kv__img-bg {
  display: block;
  width: 100%;
}
.project .kv__wrap {
  width: 61%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.project .kv__wrap:not(.kv__wrap--revealed) .kv__pdBox-1, .project .kv__wrap:not(.kv__wrap--revealed) .kv__pdBox-2, .project .kv__wrap:not(.kv__wrap--revealed) .kv__pdBox-3 {
  -webkit-animation: none;
          animation: none;
}
.project .kv__title {
  width: 50%;
  margin: 0 auto;
}
.project .bgWrapper {
  position: relative;
}
.project .bestOffer {
  position: relative;
  margin-top: -1px;
}
@media (min-width: 996px) {
  .project .bestOffer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://storage-asset.msi.com/event/2026/th/msi-40th-anniversary-sale/images/info-bg-png.png) no-repeat top;
    background-size: 100% auto;
    -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, black), to(transparent));
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
    mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, black), to(transparent));
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
  }
}
.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 .item {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 0 50px;
  display: inline-block;
}
@media (min-width: 996px) {
  .project .item {
    width: calc(33% - 40px);
    margin: 0 20px;
  }
}
.project .item:hover {
  cursor: pointer;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
.project .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 .item__pdImg {
  position: relative;
  width: 70%;
  margin: 0 auto 10px;
}
@media (min-width: 996px) {
  .project .item__pdImg {
    margin: 0 auto 20px;
  }
}
.project .item__pdImg img {
  width: 100%;
  height: 165px;
  -o-object-fit: contain;
     object-fit: contain;
}
.project .item__pdName {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media (min-width: 996px) {
  .project .item__pdName {
    font-size: 24px;
  }
}
.project .item__pdDetail {
  font-size: 16px;
  color: #fff;
}
@media (min-width: 996px) {
  .project .item__pdDetail {
    font-size: 24px;
  }
}
.project .item__pdPrice-delPrice {
  font-size: 16px;
  color: #aaaaaa;
}
@media (min-width: 996px) {
  .project .item__pdPrice-delPrice {
    font-size: 20px;
  }
}
.project .item__pdPrice-nowPrice {
  font-size: 35px;
  font-weight: 900;
  color: #f1c654;
  line-height: 1;
  margin: 5px 0;
  -webkit-filter: drop-shadow(2px 2px 0 #000);
          filter: drop-shadow(2px 2px 0 #000);
}
@media (min-width: 996px) {
  .project .item__pdPrice-nowPrice {
    font-size: 45px;
    margin: 10px 0;
  }
}
.project .des {
  padding: 0 0 100px;
}
.project .des__wrapper {
  text-align: center;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
.project .des__wrapper-content {
  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;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid #f1c654;
  backdrop-filter: blur(10px);
  border-radius: 20px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  -webkit-box-shadow: 0 0 20px rgba(241, 198, 84, 0.3), inset 0 0 15px rgba(241, 198, 84, 0.2);
          box-shadow: 0 0 20px rgba(241, 198, 84, 0.3), inset 0 0 15px rgba(241, 198, 84, 0.2);
  -webkit-animation: gold-blink 3s ease-in-out infinite;
          animation: gold-blink 3s ease-in-out infinite;
}
@media (min-width: 996px) {
  .project .des__wrapper-content {
    font-size: 28px;
    padding: 50px;
  }
}
.project .des__wrapper-content::before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 23px;
  padding: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(241, 198, 84, 0.3)), color-stop(#f1c654), color-stop(#fff0a8), color-stop(#f1c654), color-stop(rgba(241, 198, 84, 0.3)), to(transparent));
  background: linear-gradient(90deg, transparent, rgba(241, 198, 84, 0.3), #f1c654, #fff0a8, #f1c654, rgba(241, 198, 84, 0.3), transparent);
  background-size: 200% 100%;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  -webkit-animation: gold-glow 2s linear infinite;
          animation: gold-glow 2s linear infinite;
  pointer-events: none;
  -webkit-filter: drop-shadow(0 0 5px rgba(241, 198, 84, 0.6));
          filter: drop-shadow(0 0 5px rgba(241, 198, 84, 0.6));
}
.project .des__wrapper-content p {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
}
.project .des__wrapper-content span {
  color: #f1c654;
  font-weight: 700;
  margin: 0 5px;
  text-shadow: 0 0 10px rgba(241, 198, 84, 0.8);
}
.project .buyNow-section {
  position: relative;
  text-align: center;
}
.project .buyNow-section .disclaimer {
  padding: 0 0 100px;
}
.project .buyNow-section .disclaimer__wrapper {
  font-size: 10px;
  color: #aaa;
  width: 90%;
  max-width: 1000px;
}/*# sourceMappingURL=main.css.map */