.product-item {
  width: 100%;
  height: 100%;
}
@keyframes fade {

  0%, 50% {
    opacity: 1;
  }
  50.01%, 100% {
    opacity: 0;
  }
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #1D1D1B;
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .cont-anm .item{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  height: max-content;
  opacity: 0;
  animation: fade 4s infinite;
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME.es .cont-anm .item{
  opacity: 1;
  animation: none;
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .cont-anm .item:nth-child(1) {
  animation-delay: 0s;
}

.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .cont-anm .item:nth-child(2) {
  animation-delay: 2s;
  /* start after first finishes */
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt1 sup {
    font-size: 0.5em;
    line-height: 1;
    vertical-align: 0.1em;
    left: 0.2em;
}

.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .texte p.pct {
    font-size: 144px;
    line-height:144px;
    font-weight: 700;
    margin: 45px 0 0px;
    font-weight: 900;
}

.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .texte p.pct sup {
    font-size: .2em;
    line-height: 1;
    vertical-align: 2.3em;
    left: -0.6em;
}

.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt2 {
    font-size: 81px;
    line-height: 81px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 900;
}

.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt3 {
    font-size: 45px;
    line-height: 81px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME.es .txt3 {
    font-size: 33px;
    line-height: 40px;
}

.product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .ast {
    font-size: 9px;
    line-height: 11px;
    position: absolute;
    bottom: 6px;
    right: 6px;
    text-align: right;
}

@media screen and (max-width: 1365px) {
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt1 {
    font-size:26px;
    line-height: 26px;
  }

  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .texte p.pct {
      font-size: 120px;
      line-height:100px;
      margin: 30px 0 0px;
  }
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt2 {
      font-size: 48px;
      line-height: 48px;
      margin-bottom: 20px;
  }

  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt3 {
      font-size: 25px;
      line-height: 48px;
      margin-bottom: 20px;
  }
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME.es .txt3 {
      font-size: 20px;
      line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME {
    min-height: 390px !important;
    height: 390px !important;
  }
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME {
    min-height: 290px !important;
    height: 290px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .txt1 {
    font-size: 21px;
    line-height: 21px;
  }

  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .texte p.pct {
      font-size: 85px;
      line-height:85px;
  }
  .product-item.breaking-zone.AH25-BZ-M-BLACK-FRIDAY-ANIME .ast {
    font-size: 7px;
    line-height: 10px;
    bottom: 4px;
    right: 4px;
  }
}