.product-item {
  width: 100%;
  height: 100%;
}

.product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
}

.product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA img.bg,
.product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
}

.product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA .bloc-texte {
  position: absolute;
  height: max-content;
  margin: auto;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  max-width: 380px;
  left: 0;
  right: 0;
}

.product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA p.txt {
  font-weight: 500;
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 30px;
  line-height: 1.3;
}

.product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA a {
  font-size: 18px;
  line-height:1;
  font-weight: 500;
  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-TF2-MAISON-TANGIBLE-CTA 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-TF2-MAISON-TANGIBLE-CTA img.logo{
    width: 190px;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA .bloc-texte {
    max-width: 300px;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA p.txt {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA a {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA img.logo{
    width: 180px;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA {
    min-height: 504px !important;
    height: 504px !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA p.txt {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA a {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA img.logo{
    width: 95px;
  }
  .just-mob{display: inline-block;}
  .no-mob{display: none;}
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA {
    min-height: 290px !important;
    height: auto !important;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA p.txt {
    font-size: 9px;
    margin: 15px auto;
  }
  .product-item.breaking-zone.AH25-BZ-M-NOEL-TF2-MAISON-TANGIBLE-CTA a {
    font-size: 10px;
  }
}