.single-product .related.products ul.products {
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:1rem!important;
}
.single-product .related.products ul.products li.product {
  margin:0;
}
.single-product .related.products .related-book-card {
  display:grid;
  grid-template-columns:92px minmax(0,1fr);
  gap:1rem;
  align-items:center;
}
body.single-product .related.products ul.products li.product .related-book-card img.related-cover-image {
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:92px!important;
  max-height:140px!important;
  min-height:0!important;
  aspect-ratio:auto;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
}
@media (max-width:760px) {
  .single-product .related.products {
    overflow-x:auto
  }
  .single-product .related.products ul.products {
    grid-template-columns:repeat(3,minmax(220px,1fr))!important;
    min-width:660px;
  }
}
