.book-container{width:300px;margin:10px;position:relative;text-align:center;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:box-shadow .3s;border-radius:10px;background-color:white}.book-image{width:200px;height:300px;object-fit:cover;transition:opacity .3s;margin-top:20px}.book-description{font-size:14px;margin-top:10px;text-align:left;width:100%;padding:10px;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:space-between}.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{display:flex;flex-wrap:wrap;justify-content:center}.book-button{display:inline-block;margin-top:10px;padding:5px 10px;background-color:#ff9900;color:white;text-decoration:none;border-radius:5px;transition:background-color .3s;align-self:center;margin-bottom:10px}.book-button:hover{background-color:#cc7a00}.book-author{font-weight:700;color:#ffffff;margin-bottom:10px;font-size:15px;text-shadow:0 1px 0 rgba(0,0,0,.35)}.book-container .book-author,.product-card .book-author{color:#ffffff!important}.book-description-content{margin-top:10px}.product-description-normal{font-weight:400!important}.product-description-clamped{display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}