.book-card .sticky {
  top: 110px;
  z-index: 99;
}

.book-card .cover:not(.thumb) img {
  border: 1px solid var(--bs-border-color);
  -webkit-box-shadow: 0px 21px 13px -19px rgba(var(--bs-body-color-rgb), .7);
  -moz-box-shadow: 0px 21px 13px -19px rgba(var(--bs-body-color-rgb), .7);
  box-shadow: 0px 21px 13px -19px rgba(var(--bs-body-color-rgb), .7);

  box-shadow: 0px 21px 13px -19px rgba(var(--bs-body-color-rgb), .7);
}

.book-card .contributor {
  /* display: block; */
  font-family: 'Taviraj';
  /* font-family: 'Didonesque'; */
  /* font-weight: bold; */
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.4em;
}

.book-card .title {
  display: block;
  font-family: 'Didonesque';
  font-weight: bold;
  font-style: normal;
  font-size: 2em;
  line-height: 1.3em;
  color: #d62518;
}

.book-card .subtitle {
  display: block;
  font-family: 'Taviraj';
  /* font-weight: bold; */
  font-style: normal;
  font-size: 1.2em;
  line-height: 1.3em;
}

.book-card .tag, .book-card .tag a {
  text-transform: lowercase;
  color: var(--bs-danger);
  font-size: 1em;
  border-bottom: 1px solid transparent;
  padding-right: 2px;
}

.book-card .tag:hover {
  border-color: var(--bs-danger);
}

.book-card .other-section {
  /* background-color: rgba(var(--bs-secondary-color-rgb), 0.1) !important; */
  border-radius: .25rem;
}



.book-card .description {
  font-size: 1.1em;
  line-height: 1.5em;
}

.book-card .isbn {
  font-size: .8em;
  text-transform: uppercase;
}

.book-card .pages {
  font-size: .8em;
  text-transform: uppercase;
}

.book-card .cover-price {
  font-size: 1em;
  text-decoration: line-through;
}

.book-card .discount {
  font-size: .8em;
  text-transform: uppercase;
}

.book-card .price {
  font-size: 1.3em;
}

.book-card .product-type {
  font-size: .7em;
  line-height: 1.1em;
  text-transform: uppercase;
}

.book-card .properties {
  font-size: .8em;
  text-transform: uppercase;
}

.book-card .btn-add-to-cart div {
  flex: 0 1 50%;
}
.book-card .btn-add-to-cart div:first-child {
  border-right: 1px solid var(--bs-danger);
  /* width: 100px; */
}
.book-card .btn-add-to-cart-disabled div:first-child {
  border-right: 1px solid var(--bs-dark) !important;
  /* width: 100px; */
}

.book-card .btn-add-to-cart:hover div:first-child {
  border-right: 1px solid transparent;
}

.book-card a {
  color: var(--bs-danger);
}

.book-card .book-type-badge {
  font-size: 1.5em;
  /* border-top-left-radius: 0;
  border-bottom-left-radius: 0; */
  border-radius: 0;
  opacity: .9;
}

.other-book .cover {
  position: relative;
  border: 1px solid var(--bs-border-color);
  -webkit-box-shadow: -6px 0px 6px -4px rgba(var(--bs-body-color-rgb), .7);
  -moz-box-shadow: -6px 0px 6px -4px rgba(var(--bs-body-color-rgb), .7);
  /* box-shadow: -6px 0px 6px -4px rgba(var(--bs-body-color-rgb), .7);
  box-shadow: 0px 21px 13px -19px rgba(var(--bs-body-color-rgb), .7); */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.other-book .cover:before {
  content: " ";
  display: block;
  height: 100%;
  right: 100%;
  opacity: 0.7;
  position: absolute;
  top: 0;
  transform-origin: center right;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  transition: all 0.3s ease;
}

.other-book .cover.thumb {
  transition: all 0.3s ease;
  z-index: 1;
}

.other-book .cover.thumb img {
  height: 150px;
  background-color: white;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 576px) {
  .other-book .cover.thumb img {
    height: 160px;
  }
}

.other-book {
  align-self: baseline;
  padding-bottom: 1.5rem;
}

.other-book .cover {
  transition: all 0.3s ease;
}

.other-book:hover .thumb,
.other-book:hover .cover {
  transform: scale(0.98);
  transition: all 0.3s ease;
}

.other-book:hover .thumb:before,
.other-book:hover .cover:before {
  transition: all 0.4s ease;
  right: 88%;
}

.other-book:hover div {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 300ms;
  --tw-text-opacity: 1;
  color: rgba(215, 9, 21, var(--tw-text-opacity));
  cursor: pointer;
}

.other-book a {
  color: inherit;
  text-decoration: inherit;
}
