.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX img.bg,
.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX .bloc-texte {
  position: absolute;
  margin: auto;
  width: 100%;
  text-align: center;
  bottom: 0;
  height: 30%;
  background-color: #82C7D3;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX h4 span{
  letter-spacing: 1px;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX p.txt {
  font-weight: 300;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX a {
  font-size: 20px;
  line-height:1;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1.5px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1023px) and (max-width: 1500px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX h4 {
    font-size: 25px;
  } 
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX p.txt {
    font-size: 14px;
  }

  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX {
    min-height: 290px !important;
    max-height: 500px !important;
  }

  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX h4 {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX p.txt {
    font-size: 12px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX a {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX {
    max-height: 340px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX h4 {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX p.txt {
    font-size: 9px;
    margin-bottom: 10px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-IDEES-CADEAUX a {
    font-size: 9px;
  }
}