.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB {
  font-family: 'Poppins', sans-serif;
  color: #BD203D;
  width: 100%;
  text-align: center;
  position: relative;
}

.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB img.bg,
.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB .bloc-texte {
  position: absolute;
  height: max-content;
  margin: auto;
  width: 100%;
  text-align: center;
  top: 5%;
  bottom: 0;
  max-width: 320px;
  left: 0;
  right: 0;
}

.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB h4 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB h4 span{
  letter-spacing: 1px;
}
.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.appel-prix {
  font-weight: 400;
  font-size: 25px;
  margin-bottom: 22px;
  line-height: 1.4;
}
.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.txt {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.4;
}

.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB a {
  font-size: 16px;
  line-height:1;
  font-weight: 400;
  color: #BD203D;
  letter-spacing: 2px;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 2px;
  display: block;
}

.product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1023px) and (max-width: 1450px) {
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB .bloc-texte {
    max-width: 240px;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB h4 {
    font-size: 22px;
    letter-spacing: 5px;
  } 
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.appel-prix {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.txt {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB {
    min-height: 504px !important;
    height: 504px !important;
  }

  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB h4 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
    letter-spacing: 4px;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.appel-prix {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.txt {
    font-size: 14px;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB {
    min-height: 290px !important;
    height: auto !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB .bloc-texte {
    top: 2%;
    bottom: 0;
    max-width: 165px;
    left: initial;
    right: 2%;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB h4 {
    font-size: 13px;
    letter-spacing: 3px;
    margin-bottom: 5px;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.appel-prix {
    font-size: 10px;
    margin-bottom: 14px;
    line-height: 1.4;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB p.txt {
    font-size: 9px;
    margin-bottom: 12px;
    font-weight: 300;
  }
  .product-item.breaking-zone.AH25-BZ-M-PULLS-DE-NOEL-OKOB a {
    font-size: 10px;
  }
}