.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA {
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #E61F1B;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA h4 {
    font-weight: 400;
    font-size: 3vw;
    line-height: 1;
    text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer {
  font-size: 13vw;
  line-height: 1;
  font-weight: 900;
  margin: 25px auto 25px;
}

.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 3em;
  font-weight: 400;
}

.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer .minus {
  position: relative;
}

.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer .minus .to-txt {
    position: absolute;
    left: 5%;
    bottom: 60%;
    font-size: 1.4vw;
    font-weight: 400;
    text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA a.cta{
    font-size: 20px;
    width: 240px;
    height: 52px;
    line-height: 52px;
    font-weight: 400;
    color: #E61F1B;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    display: inline-block;
}
.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA a.cta:hover{
    color: #ffffff;
    background-color: transparent;
}

.product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .ast {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    bottom: 6px;
    right: 6px;
    text-align: right;
}
@media screen and (max-width: 1024px) {
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA a.cta{
      font-size: 16px;
      width: 180px;
      height: 42px;
      line-height: 42px;
  }
}
@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA {
    min-height: 400px !important;
    height: 400px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA h4 {
    font-size: 30px;
  }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer {
    font-size: 130px;
    margin: 20px auto;
  }

  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer sup {
    font-size: 0.13em;
    left: -0.6em;
    vertical-align: 3.8em;
  }

  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer .minus .to-txt {
      font-size: 14px;
    }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA a.cta{
      font-size: 15px;
      width: 146px;
      height: 40px;
      line-height: 40px;
  }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .ast {
    font-size: 8px;
    bottom: 3px;
    right: 3px;
}
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA {
    min-height: 290px !important;
    height: 290px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA h4 {
    font-size: 25px;
  }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer {
    font-size: 106px;
    margin: 15px auto 20px;
  }

  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer sup {
    font-size: .10em;
    left: -0.6em;
    vertical-align: 5.4em;
  }

  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .offer .minus .to-txt {
      font-size: 12px;
    }
  .product-item.breaking-zone.AH25-BZ-M-SOLDES-JUSQUA .ast {
    font-size:7px;
}
}