@charset "UTF-8";

:root {
  --purple: #81709b;
  --red: #f00;
  --dark: #050240;
  --light: #da4626;
  --theme: var(--purple);
}
.msi_twYrsale {
  position: relative;
  z-index: 3;
  padding: 0;
  font-size: var(--text-lg);
  --theme: var(--purple);
}

.msi_twYrsale h3 {
  text-align: center;
  margin: 30px auto 15px;
}

.project {
  background: #830000;
}
.project .msi_twYrsale .common__title {
  background-image: linear-gradient(to bottom, #fcfef7 0%, #fff13d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.msi_twYrsale .wrapper {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 25px;
}

.msi_twYrsale .msionlin-shop {
  position: relative;
}

.msi_twYrsale .msionlin-shopTitle {
  padding: 35px 0;
}

.msi_twYrsale .toggleBox {
  display: none;
}

.msi_twYrsale .toggleBox ul:last-child {
  border-radius: 0 0 5px 5px;
}

.msi_twYrsale .wtb {
  margin: 0 auto;
}

.msi_twYrsale .wtb__box-info.sub-info {
  width: 100%;
  background: #3b1c42;
  color: #fff;
  font-weight: normal;
  font-size: 17px;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* border: 1px solid #e9a8b5; */
  padding: 10px 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  margin-bottom: 2px;
  border-radius: 5px;
  cursor: pointer;
}

@media (min-width: 996px) {
  .msi_twYrsale .wtb__box-info.sub-info {
    font-size: 20px;
    padding: 0.7em 0;
  }
}

.msi_twYrsale .wtb__box-info.sub-info:hover {
  text-shadow: none;
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: inset 0 0 35px var(--themeL);
  box-shadow: inset 0 0 35px var(--themeL);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.msi_twYrsale .wtb__box-title {
  -webkit-box-shadow: inset 0 0 40px var(--themeD), 0 0 2px var(--theme);
  box-shadow: inset 0 0 40px var(--themeD), 0 0 2px var(--theme);
  background-image: llinear-gradient(to bottom, var(--theme), var(--themeD));
  position: sticky;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  position: relative;
}

.msi_twYrsale .wtb__box-title::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #787878;
  content: "";
  border-radius: 5px;
}

.msi_twYrsale .wtb__box-title li {
  list-style: none;
  text-align: left;
  padding: 5px;
  color: #e9a8b5;
  font-weight: normal;
  border-right: #4c4b5d 1px solid;
  text-shadow: none;
  position: relative;
  z-index: 2;
  -webkit-filter: brightness(1.8);
  filter: brightness(1.8);
  font-size: 14px;
}

.msi_twYrsale .wtb__box-title li:first-child {
  width: 25%;
}

.msi_twYrsale .wtb__box-title li:nth-child(2) {
  width: 21%;
}

.msi_twYrsale .wtb__box-title li:nth-child(3) {
  width: 51%;
}

.msi_twYrsale .wtb__box-title li:last-child {
  width: 55%;
  border-right: 0px;
}

@media (min-width: 996px) {
  .msi_twYrsale .wtb__box-title li {
    padding: 10px;
    font-size: var(--text-lg);
  }

  .msi_twYrsale .wtb__box-title li:first-child {
    width: 10%;
  }

  .msi_twYrsale .wtb__box-title li:nth-child(2) {
    width: 20%;
  }

  .msi_twYrsale .wtb__box-title li:nth-child(3) {
    width: 15%;
  }

  .msi_twYrsale .wtb__box-title li:last-child {
    width: 55%;
  }
}

.msi_twYrsale .wtb__box-content {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  background-color: rgba(59, 59, 59, 0.276);
  margin: 0;
}

.msi_twYrsale .wtb__box-content li {
  list-style: none;
  text-align: left;
  color: var(--themeD);
  padding: 5px;
  font-size: 12px;
  border-right: #eee 1px solid;
}

.msi_twYrsale .wtb__box-content li:first-child {
  width: 25%;
}

.msi_twYrsale .wtb__box-content li:nth-child(2) {
  width: 21%;
}

.msi_twYrsale .wtb__box-content li:nth-child(3) {
  width: 51%;
}

.msi_twYrsale .wtb__box-content li:last-child {
  width: 55%;
  border-right: 0;
}

@media (min-width: 996px) {
  .msi_twYrsale .wtb__box-content li {
    padding: 10px 25px;
    font-size: var(--text-md);
  }

  .msi_twYrsale .wtb__box-content li:first-child {
    width: 10%;
  }

  .msi_twYrsale .wtb__box-content li:nth-child(2) {
    width: 20%;
  }

  .msi_twYrsale .wtb__box-content li:nth-child(3) {
    width: 15%;
  }

  .msi_twYrsale .wtb__box-content li:last-child {
    width: 55%;
  }
}

.join {
  padding: 20px 0;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .join {
    padding: 60px 0;
  }
}

.project .join .common__title {
  background-image: linear-gradient(to bottom, #fcfef7 0%, #fff13d 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.join__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
}

.join__flex a {
  color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.join__flex a p {
  margin-top: 10px;
}


/* shop */
.shop {
  padding: 45px 25px;
}

.shop .common__title {
  background-image: linear-gradient(to bottom, #fcfef7 0%, #ffffff 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.wtb__box {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
}

.wtb__box h3 {
  text-align: center;
  margin: 30px auto 15px;
}

.wtb__list {
  padding-bottom: 20px;
}

.tbList {
  border-radius: 30px;
  overflow: hidden;
  background: #bcbcbc5e;
  text-align: center;
}

@media (min-width: 996px) {
  .tbList {
    display: table;
    border-collapse: collapse;
    width: 100%;
  }
}

.tbList .th {
  display: none;
  color: #fff;
  padding: 15px;
}

@media (min-width: 996px) {
  .tbList .th {
    display: table-cell;
    border-left: #fff 1px solid;
  }
  .tbList .th:first-child {
    border: none;
  }
}

.tbList .tr {
  padding: 15px;
}

@media (min-width: 996px) {
  .tbList .tr {
    display: table-row;
    padding: 0;
    border-bottom: #ccc 1px solid;
  }
  .tbList .tr:first-child {
    background: #3b1c42;
  }
  .tbList .tr:last-child {
    border: none;
  }
}

@media (min-width: 996px) {
  .tbList .td {
    display: table-cell;
    padding: 10px;
  }
}

.tbList .title {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 10px;
}

.tbList .link span {
  color: #e54832;
  font-weight: bold;
  font-size: 17px;
}

.tbList .link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #c7c7c7;
}

.tbList .link a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://storage-asset.msi.com/event/2025/PH/MSI-Vday-2025/images/icon-link.svg")
    center center no-repeat;
  background-size: cover;
}

@media (min-width: 996px) {
  .tbList .show__mobile {
    display: none;
  }
}

.tbList .show__desktop {
  display: none;
}

@media (min-width: 996px) {
  .tbList .show__desktop {
    display: table-cell;
  }
}

.shopList {
  background: #1c1c1c;
  border-radius: 30px;
  overflow: hidden;
}

.toggleBox {
  display: none;
  background: #1c1c1c;
  padding: 0 3px;
}

.wtb__box-info {
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-bottom: #a147f5 1px solid;
}

.wtb__box-title {
  display: none;
}

@media (min-width: 996px) {
  .wtb__box-title {
    display: table;
    width: 100%;
    border-collapse: collapse;
    background: url("https://storage-asset.msi.com/event/2025/PH/easter-sale-2025/images/th-bg.jpg")
      center right no-repeat;
    background-size: cover;
    color: #fff;
  }
  .wtb__box-title li {
    display: table-cell;
    border-right: #fff 1px solid;
    padding: 10px;
  }
  .wtb__box-title li:nth-child(1) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(2) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(3) {
    width: 15%;
  }
  .wtb__box-title li:nth-child(4) {
    border-right: none;
  }
}

.wtb__box-content {
  background: #fff;
  padding: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content {
    padding: 0;
    display: table;
    border-collapse: collapse;
    width: 100%;
    border-bottom: #ccc 1px solid;
  }
}

.wtb__box-content a {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: #c7c7c7;
}

.wtb__box-content a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("https://storage-asset.msi.com/event/2025/PH/MSI-Vday-2025/images/icon-link.svg")
    center center no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wtb__box-content li {
  position: relative;
  padding: 10px;
}

.wtb__box-content li:first-child {
  font-weight: bold;
}

.wtb__box-content li:last-child {
  padding-left: 50px;
}

.wtb__box-content li:last-child a {
  position: absolute;
  left: 0;
  top: 10px;
}

@media (min-width: 996px) {
  .wtb__box-content li {
    display: table-cell;
    min-height: 70px;
  }
  .wtb__box-content li:nth-child(1) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .wtb__box-content li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .wtb__box-content li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
  .wtb__box-content li:last-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    padding: 10px 50px 10px 10px;
  }
  .wtb__box-content li:last-child a {
    left: auto;
    right: 0;
  }
}

@media (min-width: 996px) {
  .wtb__box-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.mail-contact {
  text-align: center;
  padding: 25px;
  color: #fff;
}

.mail-contact a {
  color: #f23fd1;
}

.mail-contact a:hover {
  text-decoration: underline;
}


.join__flex a img {
  margin: 20px 0;
  width: 80px;
}

.join__flex a p {
  width: 80%;
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 996px) {
  .join__flex a {
    width: 150px;
    margin: 20px;
  }

  .join__flex a img {
    width: 150px;
  }
}
