.price__badges {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.product-stock-notice{
  padding: 10px 12px;
  background: rgba(0,0,0,.06);
  border-radius: 8px;
  margin: 10px 0 14px;
  font-weight: 500;
  text-align: left;
}