.book-image {
  height: 180px;
  width: 135px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  box-shadow: 4px -4px 1px 0 #ddd, 3px -3px 0 0 #ddd;
}
.book-image:before {
  width: 100%;
  position: absolute;
  top: -4px;
  left: 4px;
  height: 1px;
  background-color: #000;
  content: "";
  display: block;
}
.book-image:after {
  height: 100%;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
}
.course-item .book-image {
  margin: 0 auto;
}

.book-container .product-details-right .btn--action {
  width: 100%;
}
.book-container .article-image {
  background-size: contain;
}

.book-image-wrapper {
  height: 200px;
  padding-top: 20px;
}

.book-author {
  font-size: 9px;
  display: flex;
  height: 25px;
  align-items: flex-end;
  justify-content: space-between;
  font-family: Merriweather;
  overflow: hidden;
}

.book-price {
  margin-left: auto;
  flex-shrink: 0;
  margin-left: auto;
  padding-left: 10px;
  white-space: nowrap;
}

.book-container {
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .book-container {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=books.css.map */
