.discount-message-mobile {
  width: 100%;
  font-family: 'Filson Soft';
  color: #ED7042;
  font-weight: 400;
  font-size: .75rem;
  text-align: center;
  line-height: 1.25rem;
  padding-bottom: 3px;
}

@media screen and (min-width: 1024px) {
  .discount-message-mobile {
    display: none;
  }
}

.ProductForm-ATCBackground {
  padding: .5rem 1rem .75rem;
}