/* BuyTogether */
.buytogether__title {
  color: var(--darkness, #000000);
  font-weight: 700;
  font-size: 24px;
  margin-top: 30px;
}
.buytogether__subtitle {
  color: var(--midtone, #cccccc);
  margin-bottom: 30px;
}
.buytogether form {
  display: block;
}
.buytogether__rules {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
}
.buytogether__plus,
.buytogether__equals {
  font-weight: 700;
  font-size: 70px;
  color: var(--darkness, #000000);
}
.buytogether__equals {
  color: var(--shadow, #000000);
}
.buytogether__product {
  align-self: flex-start;
}
.buytogether__options {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
}
.buytogether__totals {
  padding-left: 20px;
}
.buytogether__totals .price {
  font-size: 40px;
  font-weight: 700;
  color: var(--darkness, #000000);
}
.buytogether__action {
  margin-top: 25px;
}
.buytogether__button {
  width: 100%;
  padding: 10px;
  min-height: 54px;
}
.buytogether .product-case {
  padding-bottom: 20px;
}
