@import url(https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&display=swap);.ht-book-section{font-family:"Hind Siliguri",sans-serif;background:#fff;padding:30px 0}.ht-section-top{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;margin-bottom:25px;padding-bottom:10px}.ht-section-title{font-size:20px;font-weight:700;color:#333;position:relative}.ht-section-title::after{content:"";position:absolute;bottom:-11px;left:0;width:80px;height:3px;background:#a3623a}.ht-view-all{background:#a3623a;color:#fff;padding:6px 15px;text-decoration:none;font-size:14px;border-radius:3px}.ht-book-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}.ht-book-item{border:1px solid #eee;padding:10px;text-align:center;transition:all 0.3s ease;display:flex;flex-direction:column;position:relative;background:#fff}.ht-book-item:hover{box-shadow:0 5px 20px rgba(0,0,0,.1);border-color:#a3623a}.ht-book-badge{position:absolute;top:0;left:0;background:#e74c3c;color:#fff;font-size:11px;font-weight:600;padding:3px 10px;z-index:10;border-bottom-right-radius:10px;box-shadow:2px 2px 5px rgba(0,0,0,.1);text-transform:uppercase}.ht-badge-popular{background:linear-gradient(45deg,#f1c40f,#f39c12);color:#222}.ht-book-img{margin-bottom:10px;height:240px;overflow:hidden;background:#fdfdfd;border-radius:4px}.ht-book-img img{width:100%;height:100%;object-fit:contain;transition:transform 0.5s ease}.ht-book-item:hover .ht-book-img img{transform:scale(1.05)}.ht-book-info{flex-grow:1}.ht-book-name{font-size:15px;font-weight:600;color:#333;height:25px;overflow:hidden;line-height:1.3;margin-bottom:3px}.ht-book-name a{text-decoration:none;color:inherit}.ht-book-writer{font-size:13px;color:#666;margin-bottom:8px}.ht-book-pricing{margin-bottom:12px}.ht-price-new{font-weight:700;color:#a3623a;font-size:16px}.ht-price-old{text-decoration:line-through;color:#999;font-size:13px;margin:0 5px}.ht-discount-tag{color:#27ae60;font-size:12px;font-weight:600}.ht-add-cart-btn{background:#a3623a;color:#fff;padding:8px;text-decoration:none;font-size:14px;border-radius:2px;transition:background 0.3s;font-weight:600}.ht-add-cart-btn:hover{background:#8e5531}.ht-load-more-container{text-align:center;margin-top:30px}.ht-load-more-btn{background:#a3623a;color:#fff;padding:10px 25px;border:none;border-radius:4px;font-size:15px;font-weight:600;cursor:pointer;transition:background 0.3s;display:inline-block}.ht-load-more-btn:hover{background:#8e5531}.ht-load-more-btn:disabled{background:#ccc;cursor:not-allowed}@media (max-width:1024px){.ht-book-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.ht-book-grid{grid-template-columns:repeat(2,1fr)}}