@-webkit-keyframes kvLight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@keyframes kvLight {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

@-webkit-keyframes kvLucky {
  0% {
    bottom: 3%;
  }

  50% {
    bottom: 6%;
  }

  100% {
    bottom: 3%;
  }
}

@keyframes kvLucky {
  0% {
    bottom: 3%;
  }

  50% {
    bottom: 6%;
  }

  100% {
    bottom: 3%;
  }
}

.LOVEATFIRSTSIGHT {
  background-image: linear-gradient(359deg, #fee2e7 0%, #ffffff 70%, #fffbfa 100%);
}

.LOVEATFIRSTSIGHT img {
  max-width: 100%;
  object-fit: contain;
  display: block;

}

.LOVEATFIRSTSIGHT .kv {
  position: relative;
  width: 100%;
}

.LOVEATFIRSTSIGHT .kv__flexBox {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90%;
}

@media (min-width: 996px) {

  .LOVEATFIRSTSIGHT .kv__flexBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1%;
    top: 50%;
  }
}

@media (min-width: 1930px) {

  .LOVEATFIRSTSIGHT .kv__flexBox {
    margin-top: 0;
  }
}


.LOVEATFIRSTSIGHT .kv__titleBox {
  position: relative;

}

.LOVEATFIRSTSIGHT .kv__titleBox h1 {
  text-indent: -9999px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

@media (min-width: 996px) {

  .LOVEATFIRSTSIGHT .kv__titleBox {
    width: 40vw;
  }
}

@media (min-width: 1930px) {

  .LOVEATFIRSTSIGHT .kv__titleBox {
    width: auto;
  }
}

.LOVEATFIRSTSIGHT .kv__titleBoxWrap {
  /* margin: 10% 0 14%; */
}

.LOVEATFIRSTSIGHT .kv__titleBoxWrap p {
  text-align: center;
  margin: 0 auto 2%;
  font-weight: 600;
  font-size: 5vw;
  background-image: linear-gradient(to right, #434343 0%, black 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;

}

@media (min-width: 996px) {

  .LOVEATFIRSTSIGHT .kv__titleBoxWrap {
    margin: 0;
  }

  .LOVEATFIRSTSIGHT .kv__titleBoxWrap p {
    font-size: 1.8vw;
  }
}

.LOVEATFIRSTSIGHT .kv-titleBox-mask {
  -webkit-mask: url(https://storage-asset.msi.com/event/2025/MY/love-at-first-sight/images/kv-title.png) no-repeat;
  mask: url(https://storage-asset.msi.com/event/2025/MY/love-at-first-sight/images/kv-title.png) no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.LOVEATFIRSTSIGHT .kv-titleBox-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;
}

.LOVEATFIRSTSIGHT .kv__circle {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 6%;
  z-index: 0;
  max-width: 100%;
  width: 61vw;
  visibility: hidden;
}

.LOVEATFIRSTSIGHT .kv__rose {
  position: absolute;
  right: 0;
  bottom: 21%;
  z-index: 1;
  max-width: 100%;
  display: none;

  /* -webkit-animation: 2s kvLucky infinite linear;
  animation: 2s kvLucky infinite linear; */
}

@media (min-width: 996px) {

  .LOVEATFIRSTSIGHT .kv__rose {
    display: block;
    width: 62vw;
  }
}

.LOVEATFIRSTSIGHT .kv-price {
  position: absolute;
  bottom: 3%;
  width: 100%;
  /* margin-top: -5%;
  margin-bottom: 3%; */
}

.LOVEATFIRSTSIGHT .kv-price-bg {
  width: 50vw;
  margin: auto;
}

.LOVEATFIRSTSIGHT .kv-price h2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4.2vw;
}

.LOVEATFIRSTSIGHT .kv__pdBox {
  position: relative;
}

.LOVEATFIRSTSIGHT .kv__bgBox img {
  width: 100%;
}

@media (min-width: 996px) {
  .LOVEATFIRSTSIGHT .kv-price h2 {
    font-size: 3vw;
  }

  .LOVEATFIRSTSIGHT .kv-price-bg {
    width: 35vw;
  }

  .LOVEATFIRSTSIGHT .kv__pdBox {
    width: 42vw;
    margin-left: 5%;
  }
}

@media (min-width: 1930px) {

  .LOVEATFIRSTSIGHT .kv__pdBox {
    width: auto;
  }
}

.LOVEATFIRSTSIGHT .pd {
  margin-top: 0%;
}



.LOVEATFIRSTSIGHT .pd__title {
  position: relative;
  text-align: center;
  font-weight: normal;
  padding: 5px;
  glyph-orientation-horizontal: 18px;
  z-index: 1;
  color: #fff;
}

.LOVEATFIRSTSIGHT .pd__title--red {
  background: rgb(19, 25, 61);
  background: linear-gradient(90deg, rgba(19, 25, 61, 0) 0%, rgba(254, 8, 9, 1) 50%, rgba(11, 24, 51, 0) 100%);
  ground: linear-gradient(90deg, rgba(19, 25, 61, 0) 0%, rgba(254, 8, 9, 1) 20%, rgba(254, 8, 9, 1) 50%, rgba(254, 8, 9, 1) 80%, rgba(11, 24, 51, 0) 100%);
}

.LOVEATFIRSTSIGHT .pd__title--gold {
  background: rgb(19, 25, 61);
  background: linear-gradient(90deg, rgba(19, 25, 61, 0) 0%, #af965b 50%, rgba(11, 24, 51, 0) 100%);
  ground: linear-gradient(90deg, rgba(19, 25, 61, 0) 0%, rgba(254, 8, 9, 1) 20%, rgba(254, 8, 9, 1) 50%, rgba(254, 8, 9, 1) 80%, rgba(11, 24, 51, 0) 100%);
}


.LOVEATFIRSTSIGHT .pd__flex {
  display: block;
}


.LOVEATFIRSTSIGHT .pd__flexBox {
  padding: 20px 0;
}

.LOVEATFIRSTSIGHT .pd__itemBox {
  width: 90%;
  margin: 5% auto;
  padding: 3%;
  border-radius: 30px;
}

.LOVEATFIRSTSIGHT .pd__itemBox:nth-of-type(1) {
  border: 4px solid #df5a88;

}

.LOVEATFIRSTSIGHT .pd__itemBox:nth-of-type(2) {
  border: 4px solid #841816;
}

.LOVEATFIRSTSIGHT .pd__itemBox:nth-of-type(3) {
  border: 4px solid #841816;

}

.LOVEATFIRSTSIGHT .pd__itemBox:nth-of-type(4) {
  border: 4px solid #df5a88;
}




.LOVEATFIRSTSIGHT .pd__imgBox {
  position: relative;
}

.LOVEATFIRSTSIGHT .pd__imgBox img {
  width: 100%;
  /* min-width: 330px; */
}



.LOVEATFIRSTSIGHT .pd__imgBox-iconWrap {
  position: absolute;
  z-index: 1;
  top: -15%;
  right: -10%;
  width: 25vw;
}

.LOVEATFIRSTSIGHT .pd__imgBox-icon {
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translate(-50%, 0) rotate(354deg);
  color: #fff;
  text-align: center;
  padding-top: 25px;
  font-weight: bold;
  line-height: 1;
  width: 85%;
  font-size: 3.5vw;
}

.LOVEATFIRSTSIGHT .pd__imgBox-icon span {
  font-size: 30px;
}

.LOVEATFIRSTSIGHT .pd__imgBox-icon .small {
  font-size: 6vw;
  letter-spacing: -2px;
}

.LOVEATFIRSTSIGHT .pd__textBox {
  width: 314px;
  margin: auto;
  /* max-width: 314px; */
}

.LOVEATFIRSTSIGHT .pd__textBox--horizen {
  margin: 0;
  width: 314px;
  margin: auto;
  margin-top: 5%;
}

.LOVEATFIRSTSIGHT .pd__textBox-name {
  font-size: 26px;
  font-weight: bold;
}

.LOVEATFIRSTSIGHT .pd__textBox-txt {
  font-size: 16px;
}

.LOVEATFIRSTSIGHT .pd__priceBox {
  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;
  margin: 2% 0;
}

.LOVEATFIRSTSIGHT .pd__priceBox-old {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  border-right: 1px solid #000;
  padding-right: 15px;
  line-height: 0.9;
}

.LOVEATFIRSTSIGHT .pd__priceBox-old span {
  display: block;
}

.LOVEATFIRSTSIGHT .pd__priceBox-new {
  color: #ff0000;
  font-size: 40px;
  font-weight: bold;
  padding-left: 15px;
  line-height: 0.9;
}

.LOVEATFIRSTSIGHT .pd__priceBox-new span {
  display: block;
  font-size: 22px;
}

.LOVEATFIRSTSIGHT .pd__priceBox-new sup {
  font-size: 22px;
}

.LOVEATFIRSTSIGHT .pd-name,
.LOVEATFIRSTSIGHT .pd-txt {
  text-align: center;
}

@media (min-width: 414px) {
  .LOVEATFIRSTSIGHT .pd__imgBox-icon {
    top: -20%;
  }
}

@media (min-width: 576px) {
  .LOVEATFIRSTSIGHT .pd__imgBox-icon {
    top: -7%;
  }
}

@media (min-width: 996px) {

  .LOVEATFIRSTSIGHT .pd {
    max-width: 1280px;
    margin: auto;
  }



  .LOVEATFIRSTSIGHT .pd__flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-left: -15%;
    margin-top: -5%;
    width: 75%;
    padding-right: 20px;
  }

  .LOVEATFIRSTSIGHT .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .LOVEATFIRSTSIGHT .pd__itemBox {
    width: calc(100%/2 - 20px);
    margin: 15px auto;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-icon {
    font-size: 1vw;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-icon span {
    font-size: 30px;
  }

  .LOVEATFIRSTSIGHT .pd__textBox {
    width: 60%;
    margin: 5% auto 0;
  }



  .LOVEATFIRSTSIGHT .pd__textBox--horizen {
    width: 55%;
    margin: 5% auto 0;
  }

  .LOVEATFIRSTSIGHT .pd-name {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
  }

  .LOVEATFIRSTSIGHT .pd-txt {
    font-size: 16px;
    text-align: left;
  }

  .LOVEATFIRSTSIGHT .pd__priceBox {
    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: 2% 0;
  }

  .LOVEATFIRSTSIGHT .pd__priceBox-old {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    border-right: 1px solid #000;
    padding-right: 15px;
    line-height: 0.9;
  }

  .LOVEATFIRSTSIGHT .pd__priceBox-old span {
    display: block;
  }

  .LOVEATFIRSTSIGHT .pd__priceBox-new {
    color: #df5a88;
    font-size: 40px;
    font-weight: bold;
    padding-left: 15px;
    line-height: 0.9;
  }

  .LOVEATFIRSTSIGHT .pd__priceBox-new span {
    display: block;
    font-size: 22px;
  }

  .LOVEATFIRSTSIGHT .pd__priceBox-new sup {
    font-size: 22px;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-iconWrap {
    width: 9vw;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-icon .small {
    font-size: 2vw;
  }
}

@media (min-width: 1300px) {
  .LOVEATFIRSTSIGHT .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }
}

@media (min-width: 1600px) {
  .LOVEATFIRSTSIGHT .pd__imgBox-icon {
    position: absolute;
    top: -7%;
    left: 50%;
    transform: translate(-50%, 0) rotate(354deg);
    color: #fff;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
    line-height: 1;
    width: 85%;
    font-size: 1vw;
  }
}

@media (min-width: 1930px) {
  .LOVEATFIRSTSIGHT .pd {
    margin-top: 5%;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-iconWrap {
    width: 6vw;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-icon {
    position: absolute;
    top: -4%;
    left: 50%;
    transform: translate(-50%, 0) rotate(354deg);
    color: #fff;
    text-align: center;
    padding-top: 25px;
    font-weight: bold;
    line-height: 1;
    width: 85%;
    font-size: 0.7vw;
  }

  .LOVEATFIRSTSIGHT .pd__imgBox-icon .small {
    font-size: 1.4vw;
  }

}

.LOVEATFIRSTSIGHT .tc {
  padding: 0 0 5%;
}

.LOVEATFIRSTSIGHT .tc__itemBox {
  width: 80%;
  margin: 3% auto;
}

.LOVEATFIRSTSIGHT .tc__imgBox {
  position: relative;
}

.LOVEATFIRSTSIGHT .tc__textBox {
  text-align: center;
  margin: 3% auto 0;
}

.LOVEATFIRSTSIGHT .tc__textBox a {
  display: inline-block;
  background: #fc9d14;
  padding: 10px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(45deg, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.3);
}

.LOVEATFIRSTSIGHT .tc__textBox a:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  background-image: linear-gradient(275deg, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);

}

@media (min-width: 996px) {
  .LOVEATFIRSTSIGHT .tc__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 3% auto;
  }

  .LOVEATFIRSTSIGHT .tc__itemBox {
    width: calc(50% - 20px);
    margin: 3% auto 1%;
  }
}

.LOVEATFIRSTSIGHT .shop {
  background: url(https://storage-asset.msi.com/event/2025/MY/love-at-first-sight/images/wtb-bg.png) no-repeat bottom;
  padding-top: 5%;
  background-size: contain;
}

@media (min-width: 1930px) {
  .LOVEATFIRSTSIGHT .shop {
    padding-top: 0;
  }
}

.LOVEATFIRSTSIGHT .shop img {
  width: auto;
  text-align: center;
  margin: auto;
}

.LOVEATFIRSTSIGHT .shop h2 {
  margin: auto;
  text-align: center;
  margin-bottom: 5%;
  font-size: 7.6vw;
  background-image: linear-gradient(to right, #f78ca0 0%, #f9748f 19%, #fd868c 60%, #fe9a8b 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

@media (min-width: 996px) {
  .LOVEATFIRSTSIGHT .shop h2 {
    font-size: 3vw;
  }
}

@media (min-width: 1930px) {
  .LOVEATFIRSTSIGHT .shop h2 {
    font-size: 2vw;
  }
}

.LOVEATFIRSTSIGHT .shop__wtb {
  max-width: 1280px;
  margin: auto;
  padding: 0 5%;
}

.LOVEATFIRSTSIGHT .shop .wtbt_extend button {
  color: #919191;
}

.LOVEATFIRSTSIGHT .shop .wtbw_selectorsbar label {
  color: #fff;
}

@media (min-width: 996px) {
  .LOVEATFIRSTSIGHT .shop__wtb {
    padding: 0;
  }
}

/*# sourceMappingURL=main.css.map */