body,
html {
  overflow-x: hidden;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.breadcrumb {
  display: none !important;
}

.breadcrumb-container {
  display: none !important;
}

#main {
  margin-top: 0 !important;
}
.footer-main {
  margin-top: 0;
}
.footer-wrapper {
  z-index: 2;
  position: relative;
}

.primary-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
.cn-new-year-2022 {
  max-width: 1250px;
  margin: 0 auto;
  width: 100%;
  --CLARINS-FONT:	ClarinsRegular, Clarins, "Kanit Light";
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Kanit Light", sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica, Arial, "Kanit Light", sans-serif;
  --FONT-SIZE: 14px;
  --COLOR-GOLD: #eed47b;
  --COLOR-RED: #b40c1b;
}

/*------------------------------------------------*/
.cn-new-year-2022__btn,
button.cn-new-year-2022__btn {
  position: relative;
  background-color: #fff !important;
  display: inline-block;
  color: #333;
  padding: 14px 30px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 122px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
}
.cn-new-year-2022__btn::after,
button.cn-new-year-2022__btn::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: var(--COLOR-RED) solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -3px;
  top: -3px;
  pointer-events: none;
  box-sizing: border-box;
}

@media (max-width: 761px) {
  .cn-new-year-2022__btn,
  button.cn-new-year-2022__btn {
    min-width: 180px;
  }
}

/*------------------------------------------------*/
.cn-new-year-2022__btn:focus::after,
button.cn-new-year-2022__btn:focus::after {
  opacity: 1;
}
.cn-new-year-2022__btn:hover,
button.cn-new-year-2022__btn:hover {
  color: var(--COLOR-RED);
}
.cn-new-year-2022__btn:active::after,
button.cn-new-year-2022__btn:active::after {
  opacity: 1;
}
/*------------------------------------------------*/

.cn-new-year-2022-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: 1600px;
  margin: 0 auto;
  margin-left: calc(50% - 800px);
  z-index: 2;
  font-family: var(--GOTHAM-MEDIUM);
}

.cn-new-year-2022-header__visual {
  height: 719px;
  width: 800px;
}

.cn-new-year-2022-header__visual img {
  display: block;
  width: 100%;
}
.cn-new-year-2022-header__signature {
  position: absolute;
  top: 80px;
  left: calc(50% - 551px);
}
.cn-new-year-2022-header__signature img {
  width: 100px;
}
.cn-new-year-2022-header__content {
  background-color: #e5b678;
  background-image: url(../images/gold-banner.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 1182px;
  flex-basis: 100%;
  margin-top: -128px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 128px;
  font-size: 16px;
  color: var(--COLOR-RED);
  z-index: 2;
}

.cn-new-year-2022-header__cta {
  position: absolute;
  z-index: 2;
  right: calc(50% - 594px);
  top: 490px;
}

.cn-new-year-2022-header__tag {
  margin: 5px auto;
  font-size: 14px;
}

.cn-new-year-2022-header__title {
  margin: 0;
  font-size: 35px;
  text-transform: uppercase;
  text-align: center;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
  line-height: 1em;
}

.cn-new-year-2022-header__text {
  margin: 0;
  font-size: 14px;
}
.cn-new-year-2022-header::after {
  content: " ";
  background: linear-gradient(
    to top,
    rgba(150, 12, 16, 1),
    rgba(150, 12, 16, 0)
  );
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
}
@media (min-width: 1600px) {
  .cn-new-year-2022-video {
    overflow-x: hidden;
  }
}
@media (min-width: 1170px) {
  /*-------------parallax---------------*/
  .cn-new-year-2022[data-parallax="1"] .cn-new-year-2022-header {
    z-index: unset;
    overflow: hidden;
  }
  .cn-new-year-2022[data-parallax="1"] .cn-new-year-2022-header__visual img {
    position: fixed;
    width: unset;
  }
  .cn-new-year-2022[data-parallax="1"] .cn-new-year-2022-header__signature img {
    position: fixed;
  }
}
/*------------------------------------*/
@media (max-width: 1170px) and (min-width: 1024px) {
  .cn-new-year-2022-header {
    width: 1170px;
    margin-left: calc(50% - 585px);
  }
  .cn-new-year-2022-header__signature {
    position: absolute;
    top: 30px;
    left: calc(50% - 451px);
  }
  .cn-new-year-2022-header__visual {
    height: 590px;
    width: 585px;
  }
  .cn-new-year-2022-header__cta {
    position: absolute;
    z-index: 2;
    left: calc(50% + 242px);
    top: 350px;
    width: 300px;
    text-align: center;
  }
  .cn-new-year-2022-header__content {
    max-width: 996px;
    background-size: cover;
    background-position: bottom right;
  }
  .cn-new-year-2022-deco[data-num="1"] {
    display: none !important;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .cn-new-year-2022-header {
    padding-top: 99vw;
    width: 100vw;
    position: relative;
    margin: 0;
  }
  .cn-new-year-2022-header__visual {
    height: 100vw;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cn-new-year-2022-header__signature {
    position: absolute;
    top: 10vw;
    left: 15vw;
  }
  .cn-new-year-2022-header__signature img {
    width: 20vw;
  }
  /* .cn-new-year-2022-header__visual[data-block="product"] {
    opacity: 0;
    animation: FadeIn 8s infinite;
  }
  @keyframes FadeIn {
    0% {
      opacity: 0;
    }
    40% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    90% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }*/
  .cn-new-year-2022-header__signature,
  .cn-new-year-2022-header__visual[data-block="model"] {
    opacity: 1;
    animation: SlideLeft 8s infinite;
  }
  @keyframes SlideLeft {
    0% {
      transform: translateX(0%);
    }
    40% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-100vw);
    }
    90% {
      transform: translateX(-100vw);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .cn-new-year-2022-header__visual[data-block="product"] {
    opacity: 1;
    animation: SlideRight 8s infinite;
  }
  @keyframes SlideRight {
    0% {
      transform: translateX(100vw);
    }
    40% {
      transform: translateX(100vw);
    }
    50% {
      transform: translateX(0%);
    }
    90% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100vw);
    }
  }
  .cn-new-year-2022-header__content {
    margin: 0;
    background-image: url(../images/gold-banner-mobile.jpg);
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 70px;
    height: auto;
  }

  .cn-new-year-2022-header__tag {
    margin: 0.5em auto;
    text-align: center;
    margin-top: 10px;
  }

  .cn-new-year-2022-header__title {
    font-size: 35px;
    line-height: 1em;
  }

  .cn-new-year-2022-header__text {
    margin: 5px 10px;
    text-align: center;
    font-size: 13px;
  }
  .cn-new-year-2022-header__cta {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: auto;
    bottom: 20px;
    text-align: center;
    transform: none !important;
  }
}

@media (max-width: 761px) {
  .cn-new-year-2022-header {
    padding-top: 99vw;
    width: 100vw;
    position: relative;
    margin: 0;
  }
  .cn-new-year-2022-header__visual {
    height: 100vw;
    width: 100vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .cn-new-year-2022-header__signature {
    position: absolute;
    top: 10vw;
    left: 15vw;
  }
  .cn-new-year-2022-header__signature img {
    width: 20vw;
  }
  .cn-new-year-2022-header__signature,
  .cn-new-year-2022-header__visual[data-block="model"] {
    opacity: 1;
    animation: SlideLeft 8s infinite;
  }
  @keyframes SlideLeft {
    0% {
      transform: translateX(0%);
    }
    40% {
      transform: translateX(0%);
    }
    50% {
      transform: translateX(-100vw);
    }
    90% {
      transform: translateX(-100vw);
    }
    100% {
      transform: translateX(0%);
    }
  }
  .cn-new-year-2022-header__visual[data-block="product"] {
    opacity: 1;
    animation: SlideRight 8s infinite;
  }
  @keyframes SlideRight {
    0% {
      transform: translateX(100vw);
    }
    40% {
      transform: translateX(100vw);
    }
    50% {
      transform: translateX(0%);
    }
    90% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(100vw);
    }
  }
  .cn-new-year-2022-header__content {
    margin: 0;
    background-image: url(../images/gold-banner-mobile.jpg);
    background-position: bottom center;
    background-size: cover;
    padding-bottom: 70px;
    height: auto;
  }

  .cn-new-year-2022-header__tag {
    margin: 0.5em auto;
    /* font-size: 1em;*/
    text-align: center;
    margin-top: 10px;
  }

  .cn-new-year-2022-header__title {
    font-size: 6vw;
    line-height: 1em;
  }

  .cn-new-year-2022-header__text {
    margin: 5px 10px;
    text-align: center;
    font-size: 13px;
  }
  .cn-new-year-2022-header__cta {
    position: absolute;
    z-index: 3;
    right: 0;
    left: 0;
    top: auto;
    bottom: 20px;
    text-align: center;
  }
}
/*--------------------------------------------*/
.cn-new-year-2022-deco {
  position: absolute;
  top: 0;
}
.cn-new-year-2022-deco[data-num="1"] {
  left: 0;
  top: 400px;
  z-index: 3;
}
.cn-new-year-2022-deco[data-num="1"] img {
  filter: drop-shadow(10px 10px 10px #a10d19);
}
.cn-new-year-2022-deco[data-num="2"] {
  left: 0;
  top: 580px;
}
.cn-new-year-2022-deco[data-num="3"] {
  left: calc(50% + 522px);
  top: 100px;
}
.cn-new-year-2022-deco[data-num="4"] {
  left: calc(50% - 40px);
  top: 200px;
}
.cn-new-year-2022-deco[data-num="tiger"] {
  left: -220px;
  top: 0px;
}
.cn-new-year-2022-deco[data-num="5"] {
  right: 0;
  bottom: -350px;
  top: auto;
}
.cn-new-year-2022-deco[data-num="6"] {
  left: calc(50% - 800px);
  margin-top: -160px;
  top: unset;
  z-index: 5;
}
.cn-new-year-2022-deco[data-num="8"] {
  display: none;
}

@media (max-width: 1170px) and (min-width: 1024px) {
  .cn-new-year-2022-deco[data-num="1"] {
    left: 100px;
    top: 400px;
    z-index: 3;
  }
  .cn-new-year-2022-deco[data-num="1"] img {
    filter: drop-shadow(10px 10px 10px #a10d19);
  }
  .cn-new-year-2022-deco[data-num="2"] {
    left: 200px;
    top: 500px;
  }
  .cn-new-year-2022-deco[data-num="3"] {
    left: calc(50% + 322px);
    top: 0px;
  }
  .cn-new-year-2022-deco[data-num="4"] {
    left: calc(50% - 40px);
    top: 200px;
  }
  /*  .cn-new-year-2022-deco[data-num="tiger"] {
    left: 80px;
    top: 880px;
  }*/
  .cn-new-year-2022-deco[data-num="5"] {
    right: 100px;
    bottom: -350px;
    top: auto;
  }
  .cn-new-year-2022-deco[data-num="6"] {
    left: calc(50% - 800px);
    margin-top: -160px;
    top: unset;
    z-index: 5;
  }
  .cn-new-year-2022-deco[data-num="8"] {
    display: none;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .cn-new-year-2022-deco[data-num="1"] {
    display: none;
  }
  .cn-new-year-2022-deco[data-num="2"] {
    top: 620px;
  }
  .cn-new-year-2022-deco[data-num="2"] img {
    width: 170px;
  }
  .cn-new-year-2022-deco[data-num="3"] {
    left: calc(50% + 222px);
    top: 50px;
  }
  .cn-new-year-2022-deco[data-num="3"] img {
    width: 170px;
  }
  .cn-new-year-2022-deco[data-num="4"] {
    left: calc(50% - 80px);
    top: 100px;
  }
  .cn-new-year-2022-deco[data-num="tiger"] {
    left: -100px;
    top: 40px;
  }
  .cn-new-year-2022-deco[data-num="tiger"] img {
    width: 400px;
  }
  .cn-new-year-2022-deco[data-num="5"] {
    right: 0;
    bottom: -350px;
    top: auto;
  }
  .cn-new-year-2022-deco[data-num="6"] img {
    width: 280px;
  }
  .cn-new-year-2022-deco[data-num="8"] {
    display: none;
  }
}
@media (max-width: 761px) {
  .cn-new-year-2022-deco[data-num="1"] {
    display: none;
  }
  .cn-new-year-2022-deco[data-num="2"] {
    display: none;
  }
  .cn-new-year-2022-deco[data-num="3"] {
    top: 120vw;
    left: 75vw;
    height: 40vw;
    overflow: hidden;
  }
  .cn-new-year-2022-deco[data-num="3"] img {
    width: 40vw;
  }
  .cn-new-year-2022-deco[data-num="4"] {
    left: 55vw;
    top: 40vw;
  }
  .cn-new-year-2022-deco[data-num="4"] img {
    width: 50vw;
  }
  .cn-new-year-2022-deco[data-num="tiger"] {
    left: -40vw;
    top: 5vw;
  }
  .cn-new-year-2022-deco[data-num="tiger"] img {
    width: 135vw;
  }
  .cn-new-year-2022-deco[data-num="6"] {
    display: none;
  }
  .cn-new-year-2022-deco[data-num="8"] {
    display: block;
    bottom: 0;
    left: 0;
    z-index: 1;
    top: auto;
  }
}
/*--------------------------------------------*/
.cn-new-year-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.cn-new-year-video {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 900px;
}
.cn-new-year-2022-video {
  background-color: #960c10;
  background-image: url(../images/background-red.jpg);
  background-position: top center;
  position: relative;
  width: 1600px;
  margin: 0 auto;
  margin-left: calc(50% - 800px);
  margin-top: -70px;
  z-index: 1;
  padding-top: 140px;
  font-family: var(--GOTHAM-MEDIUM);
  padding-bottom: 70px;
  height: 1585px;
  overflow: hidden;
  box-sizing: border-box;
}
.cn-new-year-2022-video::before {
  content: " ";
  background: linear-gradient(
    to bottom,
    rgba(150, 12, 16, 1),
    rgba(150, 12, 16, 0)
  );
  position: absolute;
  top: 0;
  width: 100%;
  height: 300px;
}
.cn-new-year-2022-video__player {
  margin: 0 auto;
  max-width: 900px;
  width: 100%;
  display: block;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
}
.cn-new-year-2022-video__player::before {
  content: " ";
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 95px;
  height: 95px;
  background-image: url(../images/play-video.svg);
  background-size: contain;
  pointer-events: none;
}

.cn-new-year-2022-video__player img {
  display: block;
  max-width: 100%;
  cursor: pointer;
}

.cn-new-year-2022-video__link {
  margin: 0 auto;
  text-align: center;
  padding: 50px;
}

.cn-new-year-2022-video__link a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #fff;
  font-size: 14px;
}

@media (max-width: 1170px) and (min-width: 1024px) {
  .cn-new-year-2022-video__player {
    margin: 0 auto;
    max-width: 951px;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .cn-new-year-2022-video {
    height: auto;
    width: 800px;
    margin-left: calc(50% - 400px);
  }
  .cn-new-year-2022-video__player {
    margin: 0 auto;
    max-width: 700px;
  }
}
@media (max-width: 761px) {
  .cn-new-year-2022-video {
    height: auto;
    margin: 0;
    width: 100%;
    padding-top: 25px;
    background-image: url(../images/background-red-mobile.webp);
    background-size: cover;
    padding-bottom: 50px;
  }
  .cn-new-year-2022-video__link {
    padding: 20px;
  }
  .cn-new-year-2022-video__player img {
    width: 100%;
  }
}

/*--------------------------------------------*/
.cn-new-year-2022-product {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}
.cn-new-year-2022-product__title {
  color: var(--COLOR-GOLD);
  font-size: 35px;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  flex-basis: 100%;
  font-family: var(--GOTHAM-BOOK);
}

.cn-new-year-2022-product__title span:first-child {
  margin-right: 80px;
}

.cn-new-year-2022-product__title span:last-child {
  margin-left: 80px;
}

.cn-new-year-2022-product__intro {
  color: #fff;
  font-size: 20px;
  line-height: 1.4em;
  max-width: 811px;
  margin: 15px auto;
  text-align: center;
  flex-basis: 100%;
  font-family: var(--GOTHAM-BOOK);
}

.cn-new-year-2022-product__text {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0px;
  margin-bottom: 20px;
  text-align: left;
  font-family: var(--GOTHAM-BOOK);
  max-width: 462px;
}
.cn-new-year-2022-product__mentions {
  color: #fff;
  font-size: 10px;
  line-height: 1.4em;
  margin: 0px;
  margin-bottom: 20px;
  text-align: left;
  font-family: var(--GOTHAM-BOOK);
}
.cn-new-year-2022-product__box {
  color: #fff;
  font-size: 14px;
  line-height: 1.4em;
  margin: 0px;
  margin-bottom: 20px;
  text-align: left;
  font-family: var(--GOTHAM-BOOK);
  padding: 30px;
  /* border: 4px solid var(--COLOR-GOLD);*/
  max-width: 408px;
  box-sizing: border-box;
  position: relative;
}
.cn-new-year-2022-product__box::before,
.cn-new-year-2022-product__box::after {
  background-image: url(../images/golden-texture.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.cn-new-year-2022-product__box::before {
  content: " ";
  -webkit-clip-path: polygon(
    0px 0px,
    0px 100%,
    4px 100%,
    4px 4px,
    100% 4px,
    100% 0px
  );
  clip-path: polygon(0px 0px, 0px 100%, 4px 100%, 4px 4px, 100% 4px, 100% 0px);
}
.cn-new-year-2022-product__box::after {
  content: " ";
  -webkit-clip-path: polygon(
    0px 100%,
    100% 100%,
    100% 0px,
    calc(100% - 4px) 0px,
    calc(100% - 4px) calc(100% - 4px),
    0px calc(100% - 4px)
  );
  clip-path: polygon(
    0px 100%,
    100% 100%,
    100% 0px,
    calc(100% - 4px) 0px,
    calc(100% - 4px) calc(100% - 4px),
    0px calc(100% - 4px)
  );
}
.cn-new-year-2022-product__packshot {
  background: radial-gradient(closest-side, rgba(214, 16, 31, 80), transparent);
  max-width: 672px;
  flex-basis: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 50px 0;
  box-sizing: border-box;
}
.cn-new-year-2022-product__packshot-img {
  width: 160px;
  filter: drop-shadow(-16px 16px 16px rgba(0, 0, 0, 0.7));
}

.cn-new-year-2022-product__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.cn-new-year-2022-product__cta {
  flex-basis: 100%;
  text-align: center;
}

@media (max-width: 1170px) and (min-width: 1024px) {
  .cn-new-year-2022-product__content {
    margin-left: -90px;
  }
  .cn-new-year-2022-product__packshot-img {
    width: 130px;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .cn-new-year-2022-product__packshot {
    max-width: 350px;
  }
  .cn-new-year-2022-product__packshot-img {
    width: 109px;
    transform: translateX(30px);
  }
  .cn-new-year-2022-product__content {
    max-width: 350px;
  }
  .cn-new-year-2022-product__intro {
    max-width: 511px;
  }
  .cn-new-year-2022-product__intro br {
    display: none;
  }
}
@media (max-width: 761px) {
  .cn-new-year-2022-product__title {
    font-size: 6vw;
    max-width: 66vw;
    line-height: 1.2em;
    text-align: center;
  }
  .cn-new-year-2022-product__title span:first-child,
  .cn-new-year-2022-product__title span:last-child {
    margin: 0 auto;
  }
  .cn-new-year-2022-product__intro {
    margin: 20px;
  }
  .cn-new-year-2022-product__intro br {
    display: none;
  }
  .cn-new-year-2022-product__packshot {
    background: transparent;
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .cn-new-year-2022-product__packshot-img {
    width: 112px;
    transform: translateX(50%);
  }
  .cn-new-year-2022-product__content {
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .cn-new-year-2022-product__text {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .cn-new-year-2022-product__box {
    text-align: center;
    margin: 0 auto;
  }
  .cn-new-year-2022-product__mentions {
    text-align: center;
    margin: 0 auto;
  }
}




/*MASTER ANALYSIS*/
.cn-new-year-2022-header__title {
  width: 45%;
}

.cn-new-year-2022-product__text {
  max-width: 435px;
}

/*iPad Air Landscape*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .cn-new-year-2022-header__content {
    max-width: 1115px;
  }  
}

/*iPad Air Portrait*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .cn-new-year-2022-header__signature img {
    margin-left: -60px;
  }

  .cn-new-year-2022-game__qr-code {
    right: 330px;
  }

  .cn-new-year-2022-video {
    width: 835px;
    margin-left: calc(50% - 417px);
  }

  .cn-new-year-2022-header__content {
    height: 250px;
    margin-top: -195px;
  }

  .cn-new-year-2022-header__title {
    width: 60%;
  }
}

/*Mobile*/
@media (max-width: 480px) {
  .cn-new-year-2022-product__box {
    max-width: 285px;
  }

  .cn-new-year-2022-deco[data-num="8"] {
    left: -30px;
  }

  .cn-new-year-2022-header__title {
    width: 100%;
  }
}