.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.PE26-BZ-M-OP-LOT {
  font-family: 'Poppins', sans-serif;
  color: #12377F;
  width: 100%;
  text-align: center;
  position: relative;
  background-color: #FFDC00;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT  .texte{
  height:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-direction: column;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT h4 {
    font-weight: 400;
    font-size: 1.6vw;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 400;
    color: #12377F;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT .txt1 {
    font-weight: 600;
    font-size: 2.7vw;
    line-height: 1.1;
    text-transform: uppercase;
    color: #12377F;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT .txt1 sup{
    font-size: 1.5vw;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT .txt1 span{
    font-weight: 400;
    font-size: 2.1vw;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer {
  font-size: 15vw;
  line-height: 1;
  font-weight: 900;
  margin: 5px auto;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer.ch {
  font-size: 8vw;
}

.product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer sup {
  font-size: .15em;
  top: -.8em;
  vertical-align: 3em;
  font-weight: 400;
}

.product-item.breaking-zone.PE26-BZ-M-OP-LOT a.cta{
    font-size: 1.4vw;
    font-weight: 400;
    text-decoration: underline;
    display: inline-block;
    text-transform: uppercase;
    color: #12377F;
    margin-top: 3vh;
}
.product-item.breaking-zone.PE26-BZ-M-OP-LOT a.cta:hover{
    text-decoration: none;
}

.product-item.breaking-zone.PE26-BZ-M-OP-LOT .ast {
    font-size: 10px;
    line-height: 1;
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
}
@media screen and (max-width: 1024px) {
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT a.cta{
      font-size: 16px;
  }
}
@media screen and (max-width: 1022px) {
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT {
    min-height: 400px !important;
    height: 400px !important;
  }
}
@media screen and (max-width: 767px) {
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT {
    min-height: 290px !important;
    height: 290px !important;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT h4 {
    font-size: 12px;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer {
    font-size: 122px;
    margin: 5px auto 0px;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer.ch {
    font-size: 65px;
  }

.product-item.breaking-zone.PE26-BZ-M-OP-LOT .txt1 {
    font-size: 20px;
}
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer sup {
    font-size: 0.13em;
    left: -0.6em;
    vertical-align: 3.8em;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .offer.ch sup{
    left: 0;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .txt1 span{
    font-size: 15px;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .txt1 sup{
    font-size: 11px;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT a.cta{
      font-size: 13px;
      margin-top: 16px;
  }
  .product-item.breaking-zone.PE26-BZ-M-OP-LOT .ast {
    font-size: 7px;
    bottom: 3px;
    right: 3px;
}
}