.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}
.popup-overlay{z-index:999;background-color:#00000080;justify-content:center;align-items:center;animation:.2s ease-in fadeIn;display:flex;position:fixed;inset:0}.popup-content{text-align:center;background-color:#fff;border-radius:1rem;width:400px;max-width:90%;padding:2rem;box-shadow:0 4px 12px #00000040}.popup-title{margin-bottom:1rem;font-family:arial;font-size:1.5rem;font-weight:600}.popup-message{color:#333;margin-bottom:1.5rem;font-family:arial;font-size:1rem}.popup-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.popup-button{cursor:pointer;border-radius:.375rem;padding:.5rem 1.25rem;font-family:arial;font-weight:500;transition:all .2s}.popup-button:hover{opacity:.9}.continue-button{color:#111;background-color:#e5e7eb;border:none;font-family:arial}.cart-button{color:#fff;background-color:#3b82f6;border:none;font-family:arial}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
