@import url("https://use.typekit.net/pvp1dzx.css");
@-webkit-keyframes kvpd {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes kvpd {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-webkit-keyframes radiate1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.5;
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.3, 1);
    transform: scale3d(1.2, 1.3, 1);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.3, 1);
    transform: scale3d(1.2, 1.3, 1);
  }
}
@keyframes radiate1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0.5;
  }
  80% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.3, 1);
    transform: scale3d(1.2, 1.3, 1);
  }
  100% {
    -webkit-box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    box-shadow: inset 0 0 0 0.2rem rgba(255, 255, 255, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.3, 1);
    transform: scale3d(1.2, 1.3, 1);
  }
}
.min15max60 {
  --min-size: 15;
  --max-size: 60;
  --font-size: calc(
    (var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) *
      ((100cqw - 320px) / (3840 - 320))
  );
  font-size: clamp(
    var(--min-size) * 1px,
    var(--font-size),
    var(--max-size) * 1px
  );
}

:root {
  --text-font-size: 17px;
  --title-font-size: 60px;
  --graph-font-size: 24px;
  --hightlight-font-size: 30px;
  --title-font-color: #ffffff;
  --text-font-color: #7c410c;
  --hightlight-font-color: #ed405f;
  --btn-font-color: #000000;
  --title-margin: 5% auto 1%;
  --title-margin-m: 5% auto 4%;
  --text-margin: 3% auto;
  --text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
}

html:has(.brandingGear) {
  font-size: 17px;
  line-height: 1.2;
}

.project {
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2025/TW/goshoping/images/main-bg-m.jpg)
    no-repeat #3e0109;
  background-size: contain;
}
@media (min-width: 996px) {
  .project {
    overflow: hidden;
    background: url(https://storage-asset.msi.com/event/2025/TW/goshoping/images/main-bg.jpg)
      no-repeat #3e0109;
    background-size: contain;
  }
}
.project .mainTitle {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  padding: 5% 0;
}
.project .mainTitle h2 {
  font-size: 8.5vw;
  color: var(--title-font-color);
  margin: var(--title-margin-m);
}
.project .mainTitle p {
  font-size: 5.5vw;
  color: var(--text-font-color);
}
.project .mainTitle .gh-txt {
  font-size: 5.3vw;
  color: var(--text-font-color);
  padding: 3px 0;
}
@media (min-width: 499px) {
  .project .mainTitle h2 {
    font-size: 2rem;
  }
  .project .mainTitle p {
    font-size: 1.3rem;
  }
  .project .mainTitle .gh-txt {
    font-size: 1.6rem;
  }
}
@media (min-width: 996px) {
  .project .mainTitle h2 {
    font-size: 2.8rem;
    margin: var(--title-margin);
  }
  .project .mainTitle p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1930px) {
  .project .mainTitle h2 {
    font-size: 2.2vw;
  }
}
.projecta {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.project .kv {
  position: relative;
  overflow: hidden;
  padding: 0 3%;
}
.project .kv h1 {
  padding: 0;
  margin: 0;
  text-indent: -9999px;
  line-height: 0;
}
.project .kv__titleBox {
  position: relative;
  text-align: center;
}
.project .kv__titleBox-mainpattern {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  visibility: hidden;
}
.project .kv__titleBox-pattern {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  visibility: hidden;
}
.project .kv__pdBox {
  position: relative;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -4% 0 5%;
}
.kv__pdBox-right {
  position: relative;
  overflow: hidden;
}
.kv-pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.project .kv__pdBox-left {
  position: relative;
  overflow: hidden;
}
@media (min-width: 996px) {
  .project .kv {
    padding: 0;
  }
  .project .kv__titleBox {
    width: 65%;
    margin: auto;
  }
  .project .kv__pdBox {
    position: relative;
    width: 58vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -4% auto 3%;
  }
}
@media (min-width: 1930px) {
  .project .kv__pdBox {
    width: 100vw;
  }
  .project .kv img {
    width: 90%;
  }
  .project .kv__pdBox-left {
    width: 35%;
  }
  .kv__pdBox-right {
    width: 50%;
    margin-left: -22%;
  }
}
.cash {
  padding-bottom: 5%;
  opacity: 0;
  animation: cashFadeInUp 1.1s 1.1s both;
}
.cash__titleBox {
  width: 80%;
  margin: 0 auto -3%;
  text-align: center;
}
.cash__titleBox img {
  margin: auto;
}
.cash-txt {
  text-align: center;
  width: 83%;
  margin: auto;
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
}

.cash-txt em {
  color: #ffe13e;
  font-style: normal;
}
.cash-txt span {
  color: #ffe13e;
  font-weight: bold;
  font-size: 1.3rem;
  font-style: italic;
}
.cash-txt span b {
  font-size: 2rem;
}
.cash__wrapBox {
  border: 5px solid #ffe07d;
  border-radius: 30px 10px 30px 10px;
  background-color: #000;
  padding: 5%;
}
.cash__itemBox {
  border: 3px solid #ffc46c;
  border-radius: 5px;
  background: linear-gradient(180deg, #feffe1 10%, #ffe07d 70%);
  padding: 3% 1%;
  margin: 3% auto 5%;
  width: 100%;
}
.cash__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cash__itemBox-txt {
  width: 100%;
  margin: auto;
  color: #000;
}
.cash__itemBox-img {
  width: 90%;
  margin: auto;
}
.cash__itemBox-txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
}
.cash__itemBox-txt-list img {
  width: 3.5%;
  margin-right: 5px;
  margin-top: 4px;
}
.cash__itemBox-txt-list p {
  width: 80%;
}
.cash__discount {
  width: 90%;
  margin: auto;
  text-align: center;
}
.cash__discount img {
  width: 60%;
  margin: auto;
  margin-bottom: 10px;
}
.cash__discount p {
  font-size: 13px;
  color: #000;
  text-align: center;
}
.cash__discount p a {
  color: #000;
}
.cash__discount p a:hover {
  text-decoration: underline;
}
.cash__linkBox {
  text-align: center;
  margin-bottom: -8%;
}
.cash__linkBox-btn {
  border: 3px solid #ffc364;
  background-color: #565656;
  border-radius: 50px;
  color: #fff;
  padding: 1% 3%;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 2%;
  animation: btnGlow 2.2s infinite;
  box-shadow: 0 0 20px rgba(255, 224, 125, 0.8);
}
.cash__linkBox-btn:hover {
  background-color: #d6033e;
}
@media (min-width: 996px) {
  .cash__linkBox-btn {
    font-size: 2vw;
  }
  .cash__discount img {
    width: 16vw;
    margin-bottom: 10px;
  }
  .cash__discount {
    width: 30%;
    text-align: center;
  }
  .cash__itemBox-txt {
    width: 32%;
    margin: 0;
  }
  .cash__itemBox-img {
    width: 40%;
  }
  .cash__flexBox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .cash-txt {
    font-size: 1vw;
  }
  .cash__titleBox {
    width: 30vw;
    margin: 0 auto -3%;
  }
  .cash__wrapBox {
    border-radius: 80px 30px 80px 30px;
    padding: 5%;
  }
  .cash-txt span {
    font-size: 1.5vw;
  }
  .cash-txt span b {
    font-size: 2.5vw;
  }
}
@media (min-width: 1930px) {
  .cash-txt {
    font-size: 1.3rem;
  }
  .cash-txt span {
    font-size: 2.5rem;
  }
  .cash__linkBox-btn {
    font-size: 2.5rem;
  }
  .cash__itemBox-txt-list p {
    font-size: 1.3rem;
  }
  .cash__itemBox-txt-list img {
    margin-top: 8.5px;
  }
}
.project .bonus {
  margin-bottom: 5%;
}
.project .bonus-wrap {
  width: 95%;
  margin: auto;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  border: 5px solid #fff3d1;
  -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 3px rgba(0, 0, 0, 0.1);
}
.project .bonus__titleBox {
  text-align: center;
  position: relative;
  margin: auto;
}
.project .bonus__titleBox-title {
  width: 65vw;
  text-align: center;
  margin: auto;
  margin-bottom: -6%;
}
.project .bonus__titleBox p {
  color: var(--text-font-color);
  font-size: var(--graph-font-size);
  padding: 10% 0 3%;
  font-weight: 600;
}
.project .bonus__titleBox p b {
  color: var(--hightlight-font-color);
  font-size: var(--hightlight-font-size);
}
.project .bonus__pdBox-item {
  margin: 5% auto;
}
.project .bonus__noteBox {
  text-align: center;
  background: #e0f1ee;
  position: relative;
  padding: 5%;
  font-weight: 500;
}
.project .bonus__noteBox-title {
  width: 35vw;
  margin: auto;
  margin-bottom: -5%;
  position: relative;
  z-index: 1;
}
.project .bonus__noteBox-txt p {
  text-align: left;
  color: #000;
  font-size: 17px;
  padding: 5px 0 5px 10px;
}
.project .bonus__noteBox-txt ul {
  padding-left: 30px;
}
.project .bonus__noteBox-txt ul li {
  color: #000;
  font-size: 17px;
  padding: 5px 0;
  list-style-type: decimal;
  text-align: left;
}
.project .bonus__noteBox-txt ul li b {
  color: #c43902;
}
@media (min-width: 996px) {
  .project .bonus-wrap {
    width: 80%;
    margin: auto;
    background: #fff;
    border-radius: 175px 15px 175px 15px;
    overflow: hidden;
    border: 5px solid #fff3d1;
    -webkit-box-shadow: 0 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 3px rgba(0, 0, 0, 0.1);
  }
  .project .bonus__titleBox {
    text-align: center;
    position: relative;
    width: 80%;
    margin: auto;
  }
  .project .bonus__titleBox-title {
    width: 35vw;
    text-align: center;
    margin: auto;
    margin-bottom: -3%;
  }
  .project .bonus__noteBox {
    text-align: center;
    background: #e0f1ee;
    position: relative;
    padding: 5%;
    font-weight: 500;
  }
  .project .bonus__noteBox-title {
    width: 18vw;
    margin: auto;
    margin-bottom: -3%;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 1930px) {
  .project .bonus__titleBox-title {
    margin-bottom: -2%;
  }
  .project .bonus__noteBox-title {
    margin-bottom: -2%;
    text-align: center;
  }
  .project .bonus__noteBox-txt {
    width: 60%;
    margin: auto;
  }
  .project .bonus__noteBox-txt p {
    font-size: 24px;
    padding: 5px 0 5px 10px;
  }
  .project .bonus__noteBox-txt ul li {
    font-size: 24px;
  }
}
.project .adBox img {
  width: 100%;
}
.project .pd {
  position: relative;
  background: url(https://storage-asset.msi.com/event/2025/TW/goshoping/images/pd-bg.jpg)
    no-repeat top center;
  background-size: cover;
  padding: 5% 0;
}
.project .pd .msi__container {
  margin: auto;
  text-align: center;
}
.project .pd__itemBox {
  margin: 4% auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  border-radius: 30px 0 30px 0;
  opacity: 0;
}
.project .pd__itemBox h3 {
  background-color: #ffcc3e;
  color: #420511;
  border-radius: 30px 0 0 0;
  padding: 10px 1%;
  font-weight: bold;
  font-size: 1.6rem;
}
.pd__titleBox {
  width: 70%;
  text-align: center;
  margin: auto;
}
.pd__titleBox img {
  margin: auto;
}

.pd__itemBox-img {
  padding: 4% 0;
  width: 80%;
  margin: auto;
}
.pd__itemBox-img img {
  margin: auto;
}
.pd__itemBox-txt {
  width: 90%;
  margin: 3% auto;
}
.pd__itemBox-txt h4 {
  color: #f51a2b;
  font-size: 1.3rem;
  min-height: 70px;
  line-height: 1.2;
}
.pd__itemBox-txt ul {
  text-align: left;
  padding-left: 30px;
  min-height: 185px;
}
.pd__itemBox-txt ul li {
  color: #000;
  list-style-type: disc;
}
.pd__itemBox-txt ul li.pd-cash {
  color: #ff0000;
}

.pd__itemBox h3 span {
  font-size: 1.2rem;
}
.pd__price {
  color: #ff0000;
  font-weight: bold;
  font-size: 3rem;
  text-align: right;
  background: linear-gradient(to bottom, #e10015, #fea56c);
  background: -webkit-linear-gradient(to bottom, #e10015, #fea56c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.pd__price b {
  font-size: 3.4rem;
  font-weight: 700;
}
.pd__price span {
  font-size: 1.6rem;
}
.project .pd__flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 996px) {
  .pd__price b {
    font-size: 2.9vw;
  }
  .pd__itemBox h3 span {
    font-size: 1.1vw;
  }
  .pd__price {
    font-size: 2.5vw;
  }
  .pd__price span {
    font-size: 1.5vw;
  }
  .pd__titleBox {
    width: 25vw;
    text-align: center;
    margin: auto;
  }
  .project .pd__flexBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .project .pd__itemBox {
    width: calc(100% / 3 - 20px);
  }
  .project .pd__itemBox h3 {
    font-size: 1.5vw;
  }
}
@media (min-width: 1930px) {
  .project .pd__itemBox h3 {
    font-size: 1.8rem;
  }
  .pd__price {
    font-size: 1.4vw;
  }
  .pd__price span {
    font-size: 0.8vw;
  }
  .pd__itemBox h3 span {
    font-size: 1.3rem;
  }
}
.project .sec4 {
  text-align: center;
  padding: 5% 0;
  background: #000;
}
.project .sec4 .title--main {
  font-size: 5vw;
  margin-bottom: 1em;
  color: #fff;
}
.project .sec4__qrcode {
  width: 70%;
  margin: auto;
}
@media (min-width: 996px) {
  .project .sec4 .title--main {
    font-size: 2vw;
  }
  .project .sec4__qrcode {
    width: 30%;
  }
}
@media (min-width: 1930px) {
  .project .sec4 .title--main {
    font-size: 1.5vw;
  }
  .project .sec4__qrcode {
    width: 20%;
  }
}
.project#msi_twYrsale {
  background: #2d2d2d !important;
} /*# sourceMappingURL=main.css.map */

/* 進場動畫 */
@keyframes kvFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.project .kv-pattern {
  animation: kvFadeInUp 1s 0.1s both;
}
.project .kv__titleBox {
  animation: kvFadeInUp 1s 0.4s both;
}
.project .kv__pdBox-left {
  animation: kvFadeInUp 1s 0.7s both;
}
.project .kv__pdBox-right {
  animation: kvFadeInUp 1s 1s both;
  margin-left: -23%;
}

/* 移除 .kv__pdBox 的閃光動畫 */
.project .kv__pdBox::after {
  content: none;
}

/* 左右物件閃光動畫（使用 mask） */
@keyframes kvShineMask {
  0% {
    left: -60%;
    opacity: 0.45;
  }
  10% {
    opacity: 0.45;
  }
  90% {
    opacity: 0.45;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}

.project .kv__pdBox-right::before {
  content: none;
}

@keyframes kvShineMaskBg {
  0% {
    background-position: -60% 0;
    opacity: 0;
  }
  10% {
    opacity: 0.45;
  }
  90% {
    opacity: 0.45;
  }
  100% {
    background-position: 120% 0;
    opacity: 0;
  }
}

.project .kv__pdBox-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 30%,
    rgba(255, 255, 255, 0.25) 44%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.25) 56%,
    rgba(255, 255, 255, 0.08) 70%,
    transparent 100%
  );
  mask-image: url("https://storage-asset.msi.com/event/2025/TW/goshoping/images/kv-pdImg-right.png");
  -webkit-mask-image: url("https://storage-asset.msi.com/event/2025/TW/goshoping/images/kv-pdImg-right.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position: -60% 0;
  z-index: 2;
  animation: kvShineMaskBg 1.2s 2.2s 1 forwards;
  opacity: 0;
}

.project .kv__pdBox-left::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(
    100deg,
    transparent 0%,
    rgba(255, 255, 255, 0.08) 30%,
    rgba(255, 255, 255, 0.25) 44%,
    rgba(255, 255, 255, 0.45) 50%,
    rgba(255, 255, 255, 0.25) 56%,
    rgba(255, 255, 255, 0.08) 70%,
    transparent 100%
  );
  mask-image: url("https://storage-asset.msi.com/event/2025/TW/goshoping/images/kv-pdImg-left.png");
  -webkit-mask-image: url("https://storage-asset.msi.com/event/2025/TW/goshoping/images/kv-pdImg-left.png");
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position: -60% 0;
  z-index: 2;
  animation: kvShineMaskBg 1.2s 2.2s 1 forwards;
  opacity: 0;
}

.project .kv__pdBox-left::before {
  content: none;
}

@keyframes cashFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

@keyframes btnGlow {
  0% {
    box-shadow: 0 0 20px rgba(255, 224, 125, 0.8);
  }
  50% {
    box-shadow: 0 0 20px rgba(255, 224, 125, 0);
  }
  100% {
    box-shadow: 0 0 20px rgba(255, 224, 125, 0.8);
  }
}

@keyframes pdFadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pdFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes pdFadeInRight {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.pd__itemBox--1 {
  animation: pdFadeInLeft 1s 1.1s both;
}
.pd__itemBox--2 {
  animation: pdFadeInUp 1s 1.3s both;
}
.pd__itemBox--3 {
  animation: pdFadeInRight 1s 1.5s both;
}
.pd__itemBox--4 {
  animation: pdFadeInLeft 1s 1.7s both;
}
.pd__itemBox--5 {
  animation: pdFadeInUp 1s 1.9s both;
}
.pd__itemBox--6 {
  animation: pdFadeInRight 1s 2.1s both;
}
