.promotion-element-sale {
  display: initial!important;
}

.promotion-element-no-sale {
  display: none !important;
}

.promotion-element-prod-sale {
  display: flex !important;
}

.promotion-element-prod-no-sale {
  display: none !important;
}

.promotion-sale-button-container {
  min-width: 225px;
  display: flex;
  justify-content: center;
  width: 65% !important;
}

