.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  position: relative;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE img.bg,
.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE .bloc-texte {
  position: absolute;
  height: max-content;
  margin: auto;
  width: 100%;
  text-align: left;
  bottom: 10%;
  left: 5%;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE h4 {
  font-weight: 400;
  font-size: 45px;
  line-height: 1.2;
  letter-spacing: 2px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE h4 span{
  letter-spacing: 1px;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE p.txt {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 18px;
  line-height: 1.3;
  letter-spacing: 1.5px;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE a {
  font-size: 22px;
  line-height:1;
  font-weight: 300;
  color: #fff;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 2px;
  display: block;
}

.product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1023px) and (max-width: 1365px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE h4 {
    font-size: 22px;
    margin-bottom: 10px;
  } 
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE p.txt {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE a {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE {
    min-height: 290px !important;
    max-height: 500px !important;
  }

  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE h4 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 4px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE p.txt {
    font-size: 14px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE {
    max-height: 300px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE p.txt {
    font-size: 10px;
    margin-bottom: 14px;
  }
  .product-item.breaking-zone.AH25-BZ-M-TF1-ESSENTIELS-NAISSANCE a {
    font-size: 10px;
  }
}