.book-summary {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--font-base);
  font-size: var(--font-size-small);
}

.book-summary .field {
  display: inline;
}

.book-summary .field__label {
  font-weight: 400;
}

.book-summary__cover {
  width: 100%;
  height: 240px;
  margin-bottom: 1rem;
  overflow: hidden;
}
.book-summary__cover a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}

.book-summary__cover img {
  width: 100%;
  height: auto;
  max-height: 240px;
  padding: 0;
  margin: 0;
  display: block;
}

.book-summary__cover--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 240px;
  background-color: var(--color-blue-dk);
}

.book-summary__cover-text {
  font-family: var(--font-heading);
  color: white;
  text-align: center;
  padding: 1rem;
}

.book-summary__cover-text--pumpkin {
  font-size: var(--font-size-large);
}

.book-summary__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: var(--font-size-medium);
  font-weight: 400;
  color: var(--color-heading);
}

.book-summary__title a {
  text-decoration: none;
}

.book-summary__title a:hover {
  color: var(--color-hover);
  text-decoration: underline;
}

.book-summary__author {
  margin-top: 0;
  margin-bottom: 0;
  color: var(--color-text);
  font-weight: 400;
}

.book-summary__new {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  color: var(--color-orange);
}

.book-summary__isbn,
.book-summary__format,
.book-summary__quantity {
  font-size: var(--font-size-smaller);
}

.book-summary__price-info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.book-summary__cover-price {
  font-size: var(--font-size-smaller);
  text-decoration: line-through;
  color: var(--color-dark-grey);
}

.book-summary__price {
  margin-left: 0.5rem;
}

.book-summary__cart {
}

.book-summary__cart .form-item {
}

.book-summary__cart label {
  margin-right: 0.25rem;
}

.book-summary__cart input.form-number {
  width: 4rem;
  text-align: center;
}

.book-summary__cart .form-submit {
  width: 100%;
  cursor: pointer;
}

.book-summary__cart .form-submit:hover {
}
