.product-detail__quantity-selector
  .quantity-selector__rules
  span
  + span::before {
  content: " + ";
}

.product-detail__quantity-selector{
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  --input-border-opacity:60%;
}