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