.add-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #efefef;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 1.6rem;
}

@media (min-width: 1024px) {
  .add-product {
    font-size: 2rem;
  }
}

.add-product small {
  display: block;
  opacity: 0.3;
  line-height: 1;
  font-weight: normal;
}

.add-product > div {
  display: flex;
  align-items: center;
}

.add-product figure {
  position: relative;
  margin: 0;
  padding: 0;
  width: 4.5rem;
  margin-right: 1rem;
  border: 2px solid #efefef;
}

.add-product figure::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.add-product figure .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-product strong {
  flex: 1;
  line-height: 1.3;
}

.add-product form {
  max-width: 12rem;
  display: flex;
}

.add-product form input {
  margin: 0;
  border-width: 2px;
  border-color: var(--primary);
  height: 4rem;
  text-align: center;
  font-family: sans-serif;
}

.add-product form input[type="number"] {
  max-width: 5rem;
  padding: 0.5rem;
}

.add-product form input[type="submit"] {
  line-height: 3rem;
  width: 5rem;
  padding: 0 1rem;
}

.ba-purchasable_product_categories .page-header {
  padding-bottom: 0;
}

.add-products {
  margin-bottom: 6rem;
}

.add-products .add-product:last-of-type {
  border-bottom: none;
}
