.back-in-stock-section {
  margin-top: 15px;
  margin-bottom: 15px;
}

.back-in-stock-section .input-and-submit-button {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}

.back-in-stock-section .input-and-submit-button #email {
  width: 100%;
  border: none;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.05);
}

.back-in-stock-section .input-and-submit-button #email:focus-visible {
  outline: none;
}

.back-in-stock-section .input-and-submit-button #submit {
  width: auto;
  min-width: 100px;
  border: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.back-in-stock-section .input-and-submit-button #submit:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.back-in-stock-section label {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}