.product-item {
  width: 100%;
  height: 100%;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB {
  font-family: 'Poppins', sans-serif;
  color: #82C7D3;
  width: 100%;
  text-align: right;
  position: relative;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB img.bg,.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB picture{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB .bloc-texte{
  position: absolute;
  top: 0;
  height: max-content;
  margin: auto;
  width: 44%;
  right: 4%;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB h4 {
    font-weight: 300;
    font-size: 35px;
    line-height: 45px;
    letter-spacing: 4px;
    margin: 35px 0 24px;
    text-transform: uppercase;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB .txt1 {
  font-size: 22px;
  font-weight: 300;
  line-height: 18px;
  color: #82C7D3;
  letter-spacing: 2px;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB .ctas {
    margin-top: 25px;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB a {
    font-size: 16px;
    line-height: 18px;
    color: #82C7D3;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1920px) {
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB {
    min-height: 680px;
    height: 680px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1919px) {
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB{
    min-height: 650px;
    height: 650px;
  }
}
@media screen and (max-width: 1500px) {
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB h4 {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 4px;
  }
}
@media screen and (max-width: 1366px) {
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB h4 {
      font-size: 27px;
      line-height: 34px;
      margin: 15px 0 13px;
  }
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB{
    min-height: 470px;
    height: 470px;
  }
}

@media screen and (max-width: 767px){
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB{
    min-height: 290px;
    height: 290px;
  }
  .box-visuels.btn-visuel-second .item-box.Conteneur2{
    min-width: 100%;
  }
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB h4.PL {
    margin: 10px 0 10px;
  }
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB a {
    font-size: 13px;
  }
}
@media screen and (max-width: 500px){
  
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB h4 {
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 3px;
    margin: 15px 0 5px;
  }
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB a {
    font-size: 10px;
  }
  .product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB .txt1 {
  font-size: 10px;
}
.product-item.breaking-zone.PE25_TF5_M_PYJAMAS_OB .ctas {
    margin-top: 3px;
}
}