/* BUTTON styling */
.back-in-stock-button {
  /* base settings */
  display: none;
  min-height: 48px;
  width: 100%;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  cursor: pointer;
  text-align: center;
}
