span.discounted-price {
  font-weight: 400;
  text-decoration: line-through;
  color: red;
}

@media only screen and (max-width: 500px){
  .outer {
    padding-left: 1.5em !important;
    padding-right: 1.5em !important;
  }

  .container--l {
    padding: 0px !important;
  }
}