.pagination-container{display:flex;list-style-type:none}.pagination-container .pagination-item{padding:0 12px;height:32px;text-align:center;margin:auto 4px;color:#000000de;display:flex;box-sizing:border-box;align-items:center;letter-spacing:.01071em;border-radius:16px;line-height:1.43;font-size:13px;min-width:32px}.pagination-container .pagination-item.dots:hover{background-color:#0000;cursor:default}.pagination-container .pagination-item:hover{background-color:#4572d9;cursor:pointer}.pagination-container .pagination-item.selected{background-color:#4572d9;color:#fff}.pagination-container .pagination-item .arrow:before{position:relative;content:"";display:inline-block;width:.4em;height:.4em;border-right:.12em solid #000000de;border-top:.12em solid #000000de}.pagination-container .pagination-item .arrow.left{transform:rotate(-135deg) translate(-50%)}.pagination-container .pagination-item .arrow.right{transform:rotate(45deg)}.pagination-container .pagination-item.disabled{pointer-events:none}.pagination-container .pagination-item.disabled .arrow:before{border-right:.12em solid #0000006e;border-top:.12em solid #0000006e}.pagination-container .pagination-item.disabled:hover{background-color:#0000;cursor:default}:root{--book-card-bg:#fff;--book-card-border:#e5e7eb;--book-card-shadow:0 1px 3px 0 #00000014,0 1px 2px 0 #0000000a;--book-card-shadow-hover:0 4px 12px -2px #00000014,0 2px 4px -1px #0000000a;--book-card-shadow-active:0 2px 4px -1px #00000014,0 1px 2px -1px #0000000a;--book-card-radius:8px;--book-card-padding:0.875rem;--book-card-padding-mobile:0.5rem;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--text-success:#10b981;--text-danger:#ef4444;--button-primary:#3b82f6;--button-primary-hover:#2563eb;--button-primary-active:#1d4ed8;--button-danger:#ef4444;--button-danger-hover:#dc2626;--button-danger-active:#b91c1c;--button-secondary:#f8fafc;--button-secondary-hover:#e2e8f0;--button-secondary-active:#cbd5e1;--button-success:#10b981;--button-success-hover:#059669;--badge-primary:#0c66e4;--badge-success:#10b981;--badge-warning:#f59e0b;--badge-danger:#ef4444;--badge-text:#fff;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-normal:200ms cubic-bezier(0.4,0,0.2,1);--transition-slow:300ms cubic-bezier(0.4,0,0.2,1);--transition-bounce:400ms cubic-bezier(0.68,-0.55,0.265,1.55);--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-success:linear-gradient(135deg,#10b981,#059669);--gradient-danger:linear-gradient(135deg,#ef4444,#dc2626)}.book-item-card{background:var(--book-card-bg);border:1px solid var(--book-card-border);border-radius:var(--book-card-radius);box-shadow:var(--book-card-shadow);transition:box-shadow var(--transition-fast),transform var(--transition-fast);overflow:hidden;margin-bottom:.5rem;position:relative;will-change:transform;--mx:50%;--my:50%;--spot-opacity:0}@media(hover:hover)and (pointer:fine){.book-item-card:hover{box-shadow:var(--book-card-shadow-hover);transform:translateY(-1px);border-color:#3b82f626}}.book-item-card:active{transform:translateY(0);box-shadow:var(--book-card-shadow-active)}@media(max-width:640px){.book-item-card{margin-bottom:.375rem;border-radius:6px}}.book-item-card--loading{pointer-events:none;opacity:.7}.book-item-card--loading:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,#0000,#fff6,#0000);animation:shimmer 1.5s infinite;z-index:1}.book-item-card--removing{animation:slideOut .5s ease-in-out forwards;pointer-events:none}.book-item-card__container{padding:var(--book-card-padding);position:relative;z-index:2}@media(max-width:991.98px){.book-item-card__container{padding:var(--book-card-padding-mobile)}}.book-item-card__row{margin:0;align-items:flex-start}.book-item-card__image-col{padding:0;margin-bottom:.75rem;display:flex;align-items:flex-start}@media(min-width:576px){.book-item-card__image-col{margin-bottom:0;padding-right:1rem}}@media(min-width:768px){.book-item-card__image-col{padding-right:1.5rem}}@media(max-width:320px){.book-item-card__image-col{margin-bottom:.5rem}}.book-item-card__image-wrapper{position:relative;width:100%;aspect-ratio:3/4;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#f8fafc,#e2e8f0);box-shadow:0 2px 4px #0000001a;flex-shrink:0}@media(min-width:576px){.book-item-card__image-wrapper{max-width:120px;margin:0 auto}}@media(min-width:768px){.book-item-card__image-wrapper{max-width:140px}}@media(max-width:320px){.book-item-card__image-wrapper{border-radius:6px;box-shadow:0 1px 3px #0000001a}}.book-item-card__image-container{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px}.book-item-card__image-skeleton{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);z-index:1}.book-item-card__image{width:100%!important;height:100%!important;object-fit:cover;transition:all var(--transition-slow);opacity:0;transform:scale(1.1)}.book-item-card__image--loaded{opacity:1;transform:scale(1)}.book-item-card__image:hover{transform:scale(1.05)}.book-item-card__image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;transition:all var(--transition-normal);z-index:2}.book-item-card__image-wrapper:hover .book-item-card__image-overlay{opacity:1}.book-item-card__quick-view-btn{background:#ffffffe6;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all var(--transition-bounce);color:var(--text-primary);font-size:16px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.book-item-card__quick-view-btn:hover{background:var(--button-primary);color:#fff;transform:scale(1.1)}.book-item-card__quick-view-btn:active{transform:scale(.95)}.book-item-card__badge{position:absolute;top:.5rem;left:.5rem;background:var(--badge-primary);border-radius:6px;padding:.25rem .5rem;z-index:3;box-shadow:0 2px 4px #0000001a}.book-item-card__badge--preorder{background:var(--gradient-primary);animation:pulse 2s infinite}.book-item-card__badge-text{color:var(--badge-text);font-size:.625rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}@media(min-width:576px){.book-item-card__badge{top:.75rem;left:.75rem;padding:.375rem .75rem}.book-item-card__badge-text{font-size:.75rem}}.book-item-card__condition-badge{position:absolute;bottom:.5rem;right:.5rem;border-radius:4px;padding:.125rem .375rem;z-index:3;box-shadow:0 2px 4px #0000001a}@media(min-width:576px){.book-item-card__condition-badge{bottom:.75rem;right:.75rem;padding:.25rem .5rem}}.book-item-card__condition-text{color:#fff;font-size:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em}@media(min-width:576px){.book-item-card__condition-text{font-size:.625rem}}.book-item-card__condition-chip{display:inline-block;padding:.25rem .5rem;border-radius:4px;color:#fff;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;margin-bottom:.5rem}.book-item-card__details-col{padding:0;display:flex;flex-direction:column;min-width:0}@media(max-width:320px){.book-item-card__details-col{padding-left:.5rem}}.book-item-card__content{display:flex;flex-direction:column;height:100%;gap:.5rem;width:100%}@media(min-width:576px){.book-item-card__content{gap:.75rem}}@media(min-width:768px){.book-item-card__content{gap:.875rem}}@media(max-width:320px){.book-item-card__content{gap:.5rem}}.book-item-card__header{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.book-item-card__header{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1.25rem}}.book-item-card__title-section{flex:1;display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.book-item-card__title-section{gap:0}}.book-item-card__title{font-size:.7875rem;font-weight:700;line-height:1.25;color:var(--text-primary);margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color var(--transition-fast)}.book-item-card__title:hover{color:var(--button-primary)}@media(min-width:576px){.book-item-card__title{font-size:.9rem}}@media(min-width:768px){.book-item-card__title{font-size:.9375rem;-webkit-line-clamp:2;line-clamp:2}}.book-item-card__mobile-price-inline{align-self:flex-start}.book-item-card__mobile-price-inline .book-item-card__price{font-size:1rem;font-weight:800;color:var(--button-primary)}.book-item-card__mobile-price-inline{display:none}.book-item-card__desktop-controls{flex-shrink:0}.book-item-card__quantity-controls{display:flex;align-items:center;background:var(--button-secondary);border-radius:8px;overflow:hidden;border:2px solid #0000;transition:all var(--transition-normal);box-shadow:0 2px 4px #0000000d}.book-item-card__quantity-controls:hover{border-color:var(--button-primary);box-shadow:0 4px 8px #3b82f626}.book-item-card__quantity-controls--animating{animation:quantityPulse .3s ease-in-out}.book-item-card__quantity-controls--compact{border-radius:6px;box-shadow:0 1px 3px #0000001a}.book-item-card__quantity-btn{background:#0000;border:none;padding:.5rem .625rem;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;color:var(--text-secondary);transition:all var(--transition-fast);min-width:36px;min-height:36px;position:relative;overflow:hidden}.book-item-card__quantity-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:var(--button-primary);border-radius:50%;transition:all var(--transition-fast);transform:translate(-50%,-50%);z-index:0}.book-item-card__quantity-btn:hover:not(:disabled){color:#fff;transform:scale(1.05)}.book-item-card__quantity-btn:hover:not(:disabled):before{width:100%;height:100%}.book-item-card__quantity-btn:active:not(:disabled){transform:scale(.95)}.book-item-card__quantity-btn:disabled{opacity:.5;cursor:not-allowed}.book-item-card__quantity-btn svg{position:relative;z-index:1;transition:all var(--transition-fast);width:14px;height:14px}.book-item-card__quantity-btn--decrease{border-radius:8px 0 0 8px}.book-item-card__quantity-btn--increase{border-radius:0 8px 8px 0}@media(min-width:576px){.book-item-card__quantity-btn{padding:.75rem;min-width:44px;min-height:44px;font-size:1rem}.book-item-card__quantity-btn svg{width:15px;height:15px}}.book-item-card__quantity-input{background:#0000;border:none;padding:.5rem .375rem;text-align:center;font-size:.875rem;font-weight:700;color:var(--text-primary);width:44px;min-height:36px;transition:all var(--transition-fast);position:relative;z-index:1}.book-item-card__quantity-input:focus{outline:none;background:#3b82f61a}.book-item-card__quantity-input--success{animation:successPulse 1s ease-in-out;background:#10b9811a;color:var(--text-success)}@media(min-width:576px){.book-item-card__quantity-input{padding:.75rem .625rem;width:60px;min-height:44px;font-size:1rem}}.book-item-card__info{display:flex;flex-direction:column;gap:.25rem}@media(min-width:576px){.book-item-card__info{gap:.5rem}}.book-item-card__info-item{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding:.125rem 0;border-radius:6px;transition:background-color var(--transition-fast)}.book-item-card__info-item:hover{background:#3b82f60d}.book-item-card__info-item--shipping{margin-top:.2rem;padding:.375rem;background:#10b9811a;border-radius:6px}@media(max-width:360px){.book-item-card__info-item--binding{display:none}}@media(max-width:480px){.book-item-card__info-item--binding{display:none}}.book-item-card__info-label{font-size:.75rem;color:var(--text-secondary);font-weight:600;white-space:nowrap;min-width:-webkit-fit-content;min-width:fit-content}@media(min-width:576px){.book-item-card__info-label{font-size:.875rem}}.book-item-card__info-value{font-size:.75rem;color:var(--text-primary);font-weight:600}@media(min-width:576px){.book-item-card__info-value{font-size:.875rem}}.book-item-card__shipping-text{font-size:.75rem;color:var(--text-success);font-weight:600;display:flex;align-items:center;gap:.375rem}.book-item-card__shipping-text:before{content:"🚚";font-size:.875rem}@media(min-width:576px){.book-item-card__shipping-text{font-size:.875rem}}.book-item-card__actions{display:flex;flex-direction:column;gap:.75rem;margin-top:auto}@media(min-width:768px){.book-item-card__actions{flex-direction:row;justify-content:space-between;align-items:center;gap:1.25rem}}.book-item-card__action-buttons{display:flex;gap:.75rem;flex-wrap:wrap}@media(min-width:576px){.book-item-card__action-buttons{gap:1rem}}.book-item-card__action-btn{display:flex;align-items:center;gap:.5rem;background:#0000;border:2px solid #0000;padding:.375rem .625rem;border-radius:8px;cursor:pointer;font-size:.75rem;font-weight:600;transition:all var(--transition-normal);min-height:36px;position:relative;overflow:hidden}.book-item-card__action-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;transition:left var(--transition-normal);z-index:0}.book-item-card__action-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.book-item-card__action-btn:active:not(:disabled){transform:translateY(0)}.book-item-card__action-btn:disabled{opacity:.6;cursor:not-allowed}.book-item-card__action-btn--remove{color:var(--button-danger);border-color:var(--button-danger)}.book-item-card__action-btn--remove:before{background:var(--gradient-danger)}.book-item-card__action-btn--remove:hover:not(:disabled){color:#fff;border-color:var(--button-danger-hover)}.book-item-card__action-btn--remove:hover:not(:disabled):before{left:0}.book-item-card__action-btn--remove--loading{background:var(--button-danger);color:#fff}.book-item-card__action-btn--wishlist{color:var(--text-secondary);border-color:var(--button-secondary)}.book-item-card__action-btn--wishlist:before{background:var(--gradient-primary)}.book-item-card__action-btn--wishlist:hover:not(:disabled){color:#fff;border-color:var(--button-primary)}.book-item-card__action-btn--wishlist:hover:not(:disabled):before{left:0}.book-item-card__action-btn--wishlist--active{color:var(--button-primary);border-color:var(--button-primary);background:#3b82f61a}.book-item-card__action-btn--wishlist--success{color:var(--text-success);border-color:var(--text-success);background:#10b9811a;animation:successBounce .6s ease-in-out}@media(min-width:576px){.book-item-card__action-btn{font-size:.875rem;padding:.625rem .875rem;min-height:44px}}.book-item-card__action-icon{width:14px;height:14px;flex-shrink:0;position:relative;z-index:1;transition:all var(--transition-fast)}@media(min-width:576px){.book-item-card__action-icon{width:18px;height:18px}}.book-item-card__action-text{white-space:nowrap;position:relative;z-index:1;transition:all var(--transition-fast)}@media(max-width:992px){.book-item-card__action-text{display:none}.book-item-card__action-btn{gap:.375rem;padding:.5rem;min-width:40px;justify-content:center}}.book-item-card__price{font-size:1.0625rem;font-weight:800;color:var(--text-primary);background:linear-gradient(135deg,var(--text-primary) 0,var(--button-primary) 100%);-webkit-background-clip:text;-webkit-text-fill-color:#0000;background-clip:text}@media(min-width:576px){.book-item-card__price{font-size:1.1875rem}}@media(min-width:768px){.book-item-card__price{font-size:1.25rem}}.book-item-card__desktop-price{flex-shrink:0}.book-item-card__mobile-bottom{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--button-secondary);position:relative}.book-item-card__mobile-bottom:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:var(--gradient-primary);transform:scaleX(0);transition:transform var(--transition-normal)}.book-item-card__mobile-bottom:hover:before{transform:scaleX(1)}.book-item-card__mobile-controls{display:flex;justify-content:center;align-items:center}.book-item-card__mobile-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.375rem}.book-item-card__mobile-price .book-item-card__price{font-size:.9375rem}.book-item-card__mobile-icons{display:flex;gap:6px}.book-item-card__icon-btn{width:38px;height:38px;border-radius:10px;border:1px solid var(--button-secondary);background:#fff;display:inline-flex;align-items:center;justify-content:center;color:var(--text-secondary);transition:all var(--transition-fast)}@media(hover:hover)and (pointer:fine){.book-item-card__icon-btn:hover{color:#fff;background:var(--button-primary);border-color:var(--button-primary);transform:translateY(-1px)}}.book-item-card--dense .book-item-card__container{padding:.4rem}.book-item-card--dense .book-item-card__image-wrapper{max-width:72px}.book-item-card--dense .book-item-card__content,.book-item-card--dense .book-item-card__header{gap:.4rem}.book-item-card--dense .book-item-card__title{-webkit-line-clamp:2;line-clamp:2}@media(min-width:768px){.book-item-card--dense .book-item-card__title{-webkit-line-clamp:1;line-clamp:1}}.book-item-card--dense .book-item-card__action-buttons{display:none}.book-item-card--dense .book-item-card__mobile-bottom{display:block!important;padding-top:.4rem;margin-top:.4rem}.book-item-card--dense .book-item-card__mobile-price .book-item-card__price{font-size:.875rem}.book-item-card--dense .book-item-card__icon-btn{width:34px;height:34px}.book-item-card--dense .book-item-card__quantity-btn{min-width:32px;min-height:32px;padding:.375rem .5rem}.book-item-card--dense .book-item-card__quantity-input{width:38px;min-height:32px;padding:.375rem .25rem}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes slideOut{0%{transform:translateX(0) scale(1);opacity:1}50%{transform:translateX(-20px) scale(.95);opacity:.5}to{transform:translateX(-100px) scale(.8);opacity:0}}@keyframes quantityPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes successPulse{0%,to{transform:scale(1);box-shadow:0 0 0 0 #10b98166}50%{transform:scale(1.02);box-shadow:0 0 0 8px #10b98100}}@keyframes successBounce{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(.95)}75%{transform:scale(1.05)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@media(max-width:320px){.book-item-card{margin-bottom:.5rem;border-radius:8px}.book-item-card__container{padding:.5rem}.book-item-card__image-wrapper{max-width:70px;aspect-ratio:3/4;border-radius:6px}.book-item-card__title{font-size:.6875rem;-webkit-line-clamp:2;line-clamp:2;line-height:1.2;margin-bottom:.25rem}.book-item-card__mobile-price-inline .book-item-card__price{font-size:.8125rem}.book-item-card__action-buttons{gap:.375rem;flex-direction:column}.book-item-card__action-btn{padding:.375rem .5rem;font-size:.625rem;min-height:32px;width:100%;justify-content:center}.book-item-card__action-icon{width:10px;height:10px}.book-item-card__quantity-btn{min-width:32px;min-height:32px;padding:.375rem}.book-item-card__quantity-btn svg{width:10px;height:10px}.book-item-card__quantity-input{width:35px;min-height:32px;padding:.375rem .125rem;font-size:.6875rem}.book-item-card__info-label,.book-item-card__info-value,.book-item-card__shipping-text{font-size:.625rem}.book-item-card__condition-chip{font-size:.5rem;padding:.125rem .25rem}.book-item-card__mobile-bottom{margin-top:.5rem;padding-top:.5rem}}@media(max-width:480px){.book-item-card{margin-bottom:.75rem;border-radius:10px}.book-item-card__container{padding:.75rem}.book-item-card__image-wrapper{max-width:84px;aspect-ratio:3/4;border-radius:8px}.book-item-card__title{font-size:.8125rem;-webkit-line-clamp:2;line-clamp:2;line-height:1.25}.book-item-card__mobile-price-inline .book-item-card__price{font-size:.9375rem}.book-item-card__action-buttons{gap:.5rem;flex-wrap:wrap}.book-item-card__action-btn{padding:.5rem .75rem;font-size:.75rem;min-height:40px;flex:1;min-width:0}.book-item-card__action-icon{width:14px;height:14px}.book-item-card__quantity-btn{min-width:40px;min-height:40px;padding:.5rem}.book-item-card__quantity-btn svg{width:14px;height:14px}.book-item-card__quantity-input{width:50px;min-height:40px;padding:.5rem .375rem;font-size:.8125rem}.book-item-card__info-label,.book-item-card__info-value,.book-item-card__shipping-text{font-size:.75rem}.book-item-card__condition-chip{font-size:.625rem;padding:.25rem .5rem}.book-item-card__mobile-bottom{margin-top:.5rem;padding-top:.5rem}}@media(max-width:767.98px){.book-item-card__actions,.book-item-card__content,.book-item-card__header{gap:.5rem}.book-item-card__mobile-bottom{margin-top:.5rem;padding-top:.5rem}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.book-item-card__image{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media(hover:hover)and (pointer:fine){.book-item-card:after{content:"";position:absolute;inset:0;pointer-events:none;opacity:var(--spot-opacity,0);transition:opacity var(--transition-fast);background:radial-gradient(220px circle at var(--mx,50%) var(--my,50%),#3b82f61f,#3b82f600 60%)}}@media(prefers-reduced-motion:reduce){.book-item-card{transition:none}.book-item-card:hover,.book-item-card__action-btn:hover,.book-item-card__image:hover,.book-item-card__quantity-btn:active{transform:none}@keyframes shimmer{0%,to{transform:none;opacity:1}}@keyframes slideOut{0%,to{transform:none;opacity:1}}@keyframes quantityPulse{0%,to{transform:none;opacity:1}}@keyframes successPulse{0%,to{transform:none;opacity:1}}@keyframes successBounce{0%,to{transform:none;opacity:1}}@keyframes pulse{0%,to{transform:none;opacity:1}}}@media print{.book-item-card{box-shadow:none;border:1px solid #000;break-inside:avoid}.book-item-card__action-buttons,.book-item-card__image-overlay,.book-item-card__quantity-controls{display:none}}.book-item-card:focus-within,.book-item-card__action-btn:focus,.book-item-card__quantity-btn:focus,.book-item-card__quick-view-btn:focus{outline:2px solid var(--button-primary);outline-offset:2px}@media(hover:none)and (pointer:coarse){.book-item-card__action-btn,.book-item-card__quantity-btn,.book-item-card__quick-view-btn{min-height:44px;min-width:44px;touch-action:manipulation}.book-item-card__image-overlay{opacity:1;background:#0003}.book-item-card__action-btn:active,.book-item-card__quantity-btn:active{transform:scale(.95);transition:transform .1s ease}}@media(hover:none)and (pointer:coarse)and (max-width:480px){.book-item-card__action-btn,.book-item-card__quantity-btn{min-height:48px;min-width:48px}.book-item-card__action-btn{padding:.75rem 1rem}}@media(hover:none)and (pointer:coarse)and (max-width:320px){.book-item-card__action-btn,.book-item-card__quantity-btn{min-height:44px;min-width:44px}}@media(max-width:768px)and (orientation:landscape){.book-item-card__container{padding:.75rem}.book-item-card__image-wrapper{max-width:100px}.book-item-card__title{font-size:.875rem;-webkit-line-clamp:1;line-clamp:1}.book-item-card__action-buttons{flex-direction:row;gap:.5rem}.book-item-card__action-btn{flex:1;min-width:0}}@media(min-width:481px)and (max-width:768px){.book-item-card__container{padding:.875rem}.book-item-card__image-wrapper{max-width:110px}.book-item-card__title{font-size:.9375rem;-webkit-line-clamp:2;line-clamp:2}.book-item-card__action-buttons{gap:.75rem}.book-item-card__action-btn{padding:.625rem .875rem;font-size:.84375rem;min-height:42px}.book-item-card__quantity-btn{min-width:42px;min-height:42px}.book-item-card__quantity-input{width:56px;min-height:42px}}@media(min-width:769px)and (max-width:1024px){.book-item-card__container{padding:1.25rem}.book-item-card__image-wrapper{max-width:130px}.book-item-card__title{font-size:1rem;-webkit-line-clamp:3;line-clamp:3}.book-item-card__action-btn{padding:.875rem 1.25rem;font-size:.875rem;min-height:48px}.book-item-card__quantity-btn{min-width:48px;min-height:48px}.book-item-card__quantity-input{width:70px;min-height:48px}}