.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES {
  font-family: 'Poppins', sans-serif;
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  position: relative;
}
.product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES img.bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES .bloc-texte{
  position: absolute;
  height: 76%;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a {
  font-size: 25px;
  line-height: 25px;
  color: #ffffff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1500px){
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES h4 {
    font-size: 30px;
    line-height: 34px;
  }
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a {
    font-size: 20px;
    line-height: 20px;
  }
}
@media screen and (max-width: 767px){
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES h4 {
    font-size: 25px;
    line-height: 29px;
  }
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a {
    font-size: 17px;
  }
  .btn-visuel-first .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES h4{
    font-size: 30px;
    line-height: 34px;
  }
  .btn-visuel-first .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px){
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES h4 {
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 2px;
  }
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a {
    font-size: 15px;
  }
}
@media screen and (max-width: 390px){
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES h4 {
    font-size: 13px;
    line-height: 15px;
  }
  .product-item.breaking-zone.AH25-TF4-BZ-S-ACCESSOIRES-FILLES a {
    font-size: 9px;
  }
}