.book-card{text-align:center;cursor:pointer;background:#fff;border-radius:8px;padding:.5rem;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}.book-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.book-card .book-image-wrapper{position:relative;overflow:hidden}.book-card .book-image-wrapper .book-cover{border-radius:6px;width:100%;height:210px;margin-bottom:.5rem;display:block}@media (max-width:968px){.book-card .book-image-wrapper .book-cover{height:185px}}.book-card .book-image-wrapper .hover-overlay{background:#fff;justify-content:space-between;align-items:center;width:100%;padding:6px 10px;transition:bottom .3s ease-in-out;display:flex;position:absolute;bottom:-60px;left:0;box-shadow:0 -2px 6px #0000001a}.book-card .book-image-wrapper:hover .hover-overlay{bottom:0}.book-card .book-image-wrapper .quick-add{color:#fff;cursor:pointer;background:#202020;border:none;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600}.book-card .book-image-wrapper .overlay-icons{align-items:center;gap:8px;display:flex}.book-card .book-image-wrapper .overlay-icons .heart-icon{cursor:pointer;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.book-card .book-image-wrapper .overlay-icons .heart-icon svg{transition:fill .3s,stroke .3s}.book-card .book-image-wrapper .overlay-icons .share-icon{cursor:pointer;justify-content:center;align-items:center;display:flex}.book-card .book-image-wrapper .overlay-icons .share-icon svg{transition:stroke .3s}.book-card .book-image-wrapper .overlay-icons .share-icon:hover svg{stroke:#202020}.book-card .book-title{color:#202020;margin:.25rem 0;font-size:14px;font-weight:700}.book-card .book-author{color:#202020;margin-bottom:.25rem;font-size:12px}.book-card .book-rating{justify-content:center;align-items:center;gap:4px;margin-bottom:.25rem;display:flex}.book-card .book-rating .rating-number{color:#202020;font-size:12px;font-weight:400}.book-card .book-rating .star{color:#d3d3d3;font-size:16px}.book-card .book-rating .star.filled{color:#f5c518}.book-card .book-rating .star.half{color:#d3d3d3;position:relative}.book-card .book-rating .star.half:before{content:"★";color:#f5c518;width:50%;position:absolute;left:0;overflow:hidden}.book-card .book-rating .reviews-count{color:#555;margin-left:4px;font-size:12px}.book-card .book-price-container{justify-content:center;align-items:center;gap:6px;margin-top:2px;display:flex}.book-card .book-price-container .original-price{color:#888;font-size:12px;text-decoration:line-through}.book-card .book-price-container .current-price{color:#202020;font-size:14px}.book-card a{color:inherit;text-decoration:none}
