.trending-book-cart{cursor:pointer;background-color:#fef1e5;flex-direction:column;justify-content:space-between;min-width:150px;height:100%;padding:10px;display:flex;position:relative}.trending-book-cart.skeleton-card{cursor:default;background-color:#f9f4ef;width:100%}.trending-book-cart.skeleton-card .skeleton-img{background:linear-gradient(90deg,#eceff1 25%,#f7f9fa 50%,#eceff1 75%) 0 0/200% 100%;border-radius:7px;width:100%;height:120px;animation:1.5s infinite shimmer}.trending-book-cart.skeleton-card .book-details{flex-direction:column;align-items:center;gap:6px;margin-top:10px;display:flex}.trending-book-cart.skeleton-card .book-details .skeleton-title{background:linear-gradient(90deg,#eceff1 25%,#f7f9fa 50%,#eceff1 75%) 0 0/200% 100%;border-radius:4px;width:90%;height:12px;animation:1.5s infinite shimmer}.trending-book-cart.skeleton-card .book-details .skeleton-title.short{width:60%}.trending-book-cart a{text-decoration:none}.trending-book-cart a .card-img{border-radius:7px;justify-content:center;width:100%;max-width:100%;height:fit-content;display:flex;overflow:hidden}.trending-book-cart a .card-img img{width:auto;height:120px}.trending-book-cart a .book-details{margin-top:10px}.trending-book-cart a .book-details h6{text-align:center;color:var(--primary-background);-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;height:2.8em;font-size:12px;line-height:1.4;display:-webkit-box;overflow:hidden}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}
