.quantity .cart-item__quantity-input {
  border: none;
  padding: 0; 
}

.cart-form {
  padding-bottom: 60px;
}

.cart-item__price,
.cart-item__total {
  color: var(--green-300);
}

.cart-item__price .struck-out-price,
.cart-item__total .struck-out-price {
  color: #c4c4c4;
}

.cart-item__title a {
  font-family: var(--fontfamily-serif);
  font-size: var(--text-lg);
}