.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL img.bg,
.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL .bloc-texte {
  position: absolute;
  margin: auto;
  width: 100%;
  text-align: center;
  top: 25px;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL h4 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.1;
  letter-spacing: 5px;
  margin-bottom: 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.cRed{color: #E50045;}
.cYellow{color: #FADC14;}
.cGreen{color: #3CA03C;}


.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL a {
  font-size: 20px;
  line-height:1;
  font-weight: 400;
  color: #fff;
  letter-spacing: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
  color: #E50045;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1023px) and (max-width: 1500px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL h4 {
    font-size: 35px;
    margin: 10px 0 12px;
  } 
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL a {
    font-size: 17px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL .bloc-texte {
    top: 15px;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL {
    min-height: 290px !important;
    max-height: 560px !important;
  }

  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL h4 {
    font-size: 26px;
    margin-bottom: 14px;
    margin-top: 10px;
    line-height: 1.1;
    letter-spacing: 3px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL a {
    font-size: 15px;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL {
    max-height: 360px !important;
    height: auto !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL .bloc-texte {
    top: 15px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL img.logo {
    width: 64px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL h4 {
    font-size: 16px;
    letter-spacing: 3px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL a {
    font-size: 9px;
  }
}
@media screen and (max-width: 390px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL {
    max-height: 360px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL .bloc-texte {
    top: 10px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL img.logo {
    width: 62px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-CARNAVAL h4 {
    margin: 6px 0 10px;
  }
}