.ProductForm__QuantitySelectorAndBuyButton {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 750px) {
  .ProductForm__QuantitySelectorAndBuyButton {
    flex-direction: row;
    gap: 0;
  }
}

.Product__Info__Border {
  height: 1px;
  background-color: var(--border-color);
}

.Product__Info__Border-margin-top {
  margin-top: 24px;
}

.Product__Info__Border-margin-bottom {
  margin-bottom: 24px;
}
