.book-container{text-align:center;background-color:#fff;border-radius:10px;flex-direction:column;align-items:center;width:300px;margin:10px;transition:box-shadow .3s;display:flex;position:relative;box-shadow:0 4px 8px #0003}.book-image{object-fit:cover;width:200px;height:300px;margin-top:20px;margin-left:auto;margin-right:auto;transition:opacity .3s;display:block}.book-description{text-align:left;box-sizing:border-box;flex-direction:column;flex-grow:1;justify-content:space-between;width:100%;margin-top:10px;padding:10px;font-size:14px;display:flex}.book-description h2{margin:0;font-size:18px}.book-description p{margin:5px 0}.book-container:hover .book-image{opacity:.5}.book-container:hover .book-description{opacity:1;z-index:10}.book-grid{flex-wrap:wrap;justify-content:center;display:flex}.book-button{color:#fff;background-color:#f90;border-radius:5px;align-self:center;margin-top:10px;margin-bottom:10px;padding:5px 10px;text-decoration:none;transition:background-color .3s;display:inline-block}.book-button:hover{background-color:#cc7a00}.book-author{color:#fff;text-shadow:0 1px #00000059;margin-bottom:10px;font-size:15px;font-weight:700}.product-card .book-author,.book-container .book-author{color:#fff!important}.book-description-content{margin-top:10px}.product-description-normal{font-weight:400!important}.product-description-clamped{-webkit-line-clamp:6;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}
