#jp-relatedposts {
    display: none !important;
}

.promo-banner {
  background-color: #E87A46;
  color: #ffffff;
  text-align: center;
  /*padding: 12px 550px;*/
	padding: 1px 80px 1px 80px;
	margin: 10px 450px 10px 450px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.promo-banner p{
	font-size: 35px;
}
.promo-banner span {
  background: #ffffff;
  color: #e53935;
  padding: 4px 8px;
  border-radius: 4px;
  margin-left: 6px;
}

/* Option : bannière collée en haut */
.promo-banner {
  position: sticky;
  top: 0;
  z-index: 999;
}
.promo-banner {
  display: block !important;
}

/**Pour le PopUp **/

.promo-banner-sold {
  background: rgba(255, 57, 53, 0.75);
  color: #E87A46;
  text-align: center;
  padding: 14px 10px;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.promo-banner-sold p {
  margin: 0;
}
.promo-banner-sold a {
  background: #ffffff;
  color: #E87A46;
  padding: 6px 10px;
  border-radius: 4px;
  margin-left: 6px;
  text-decoration: none;
  font-weight: bold;
}

/** Bannière Panier **/
.banniere-soldes {
  width: 100%;
  max-width: 1600px;      /* optionnel */
  height: 350px;          /* hauteur de ta bannière */
  margin: 0 auto;
  /*background-image: url("https://upyacosmetique.fr/wp-content/uploads/2026/01/SoldeHiver20_bg.jpg");*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; /* adapte bien à toutes résolutions [web:55][web:57] */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
	opacity: 0.7;
}
.banniere-contenu {
  color: #FF0F00;
  line-height: 1.4;
	font-family: var(--e-global-typography-d72f5af-font-family), Sans-serif;
	font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.5px;
}


/* Conteneur produit */
/* Le conteneur image */
.product_item--thumbnail {
  position: relative;
}

/* Badge */
.badge-en-solde {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(229, 57, 53, 0.92);
  color: #FFD700;
  font-size: 12px;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 20;
  pointer-events: none;
}