.FloatingChatbot-module__cCbeFW__chatbotWrapper{z-index:9999;font-family:inherit;position:fixed;bottom:110px;right:24px}.FloatingChatbot-module__cCbeFW__floatingBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f60,#f83);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 4px 14px #f606}.FloatingChatbot-module__cCbeFW__floatingBtn:hover{transform:scale(1.05);box-shadow:0 6px 20px #ff660080}.FloatingChatbot-module__cCbeFW__iconLg{width:28px;height:28px}.FloatingChatbot-module__cCbeFW__notificationDot{background-color:#10b981;border:2px solid #f60;border-radius:50%;width:10px;height:10px;position:absolute;top:14px;right:14px}.FloatingChatbot-module__cCbeFW__chatWindow{background:#fff;border-radius:16px;flex-direction:column;width:350px;height:500px;animation:.3s FloatingChatbot-module__cCbeFW__slideUp;display:flex;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes FloatingChatbot-module__cCbeFW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.FloatingChatbot-module__cCbeFW__header{color:#fff;background:#f60;justify-content:space-between;align-items:center;padding:16px;display:flex}.FloatingChatbot-module__cCbeFW__headerInfo{align-items:center;gap:12px;display:flex}.FloatingChatbot-module__cCbeFW__headerIcon{color:#fff4e6;width:24px;height:24px}.FloatingChatbot-module__cCbeFW__headerInfo h4{margin:0;font-size:15px;font-weight:600}.FloatingChatbot-module__cCbeFW__headerInfo span{color:#ffedd5;align-items:center;gap:4px;font-size:11px;display:flex}.FloatingChatbot-module__cCbeFW__headerInfo span:before{content:"";background:#10b981;border-radius:50%;width:6px;height:6px;display:block}.FloatingChatbot-module__cCbeFW__closeBtn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;padding:4px}.FloatingChatbot-module__cCbeFW__closeBtn:hover{opacity:1}.FloatingChatbot-module__cCbeFW__iconSm{width:20px;height:20px}.FloatingChatbot-module__cCbeFW__iconXs{width:14px;height:14px}.FloatingChatbot-module__cCbeFW__messagesArea{background:#f8fafc;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.FloatingChatbot-module__cCbeFW__messageRow{gap:8px;max-width:85%;display:flex}.FloatingChatbot-module__cCbeFW__userRow{flex-direction:row-reverse;align-self:flex-end}.FloatingChatbot-module__cCbeFW__aiRow{align-self:flex-start}.FloatingChatbot-module__cCbeFW__aiAvatar{color:#f60;background:#fff4e6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.FloatingChatbot-module__cCbeFW__aiAvatar svg{width:16px;height:16px}.FloatingChatbot-module__cCbeFW__messageBubble{border-radius:14px;padding:10px 14px;font-size:14px;line-height:1.4}.FloatingChatbot-module__cCbeFW__userBubble{color:#fff;background:#f60;border-bottom-right-radius:4px}.FloatingChatbot-module__cCbeFW__aiBubble{color:#334155;background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.FloatingChatbot-module__cCbeFW__typingIndicator{gap:4px;padding:12px 14px;display:flex}.FloatingChatbot-module__cCbeFW__typingIndicator span{background:#cbd5e1;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both FloatingChatbot-module__cCbeFW__bounce}.FloatingChatbot-module__cCbeFW__typingIndicator span:first-child{animation-delay:-.32s}.FloatingChatbot-module__cCbeFW__typingIndicator span:nth-child(2){animation-delay:-.16s}@keyframes FloatingChatbot-module__cCbeFW__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.FloatingChatbot-module__cCbeFW__quickActions{background:#fff;border-top:1px solid #f1f5f9;padding:8px 16px}.FloatingChatbot-module__cCbeFW__quickBtn{color:#475569;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;transition:all .2s;display:flex}.FloatingChatbot-module__cCbeFW__quickBtn:hover{color:#0f172a;background:#e2e8f0}.FloatingChatbot-module__cCbeFW__inputArea{background:#fff;border-top:1px solid #f1f5f9;padding:12px;display:flex}.FloatingChatbot-module__cCbeFW__inputArea input{background:#f8fafc;border:none;border-radius:20px;outline:none;flex:1;padding:10px 14px;font-size:14px}.FloatingChatbot-module__cCbeFW__inputArea input:focus{background:#f1f5f9}.FloatingChatbot-module__cCbeFW__sendBtn{color:#f60;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0 12px;display:flex}.FloatingChatbot-module__cCbeFW__sendBtn:disabled{color:#cbd5e1;cursor:not-allowed}.FloatingChatbot-module__cCbeFW__messageText{margin:0 0 8px}.FloatingChatbot-module__cCbeFW__messageText:last-child{margin-bottom:0}.FloatingChatbot-module__cCbeFW__catalogueGrid{border-top:1px solid #e2e8f0;flex-direction:column;gap:8px;margin-top:10px;padding-top:10px;display:flex}.FloatingChatbot-module__cCbeFW__catalogueCard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:space-between;align-items:center;gap:8px;padding:8px;display:flex}.FloatingChatbot-module__cCbeFW__catalogueInfo{flex-direction:column;font-size:13px;display:flex}.FloatingChatbot-module__cCbeFW__catalogueInfo strong{color:#1e293b;margin-bottom:2px}.FloatingChatbot-module__cCbeFW__cataloguePrice{color:#f60;font-weight:600}.FloatingChatbot-module__cCbeFW__catalogueBtn{color:#f60;background:#fff;border:1px solid #f60;border-radius:6px;padding:4px 10px;font-size:12px;font-weight:500;text-decoration:none;transition:all .2s}.FloatingChatbot-module__cCbeFW__catalogueBtn:hover{color:#fff;background:#f60}@media (max-width:480px){.FloatingChatbot-module__cCbeFW__chatWindow{z-index:10000;border-radius:0;width:100vw;height:100vh;position:fixed;top:0;left:0}}
.FloatingCart-module__58-NWa__floatingCart{z-index:9998;color:#fff;background:#1e293b;border-radius:40px;align-items:center;gap:10px;max-width:50px;padding:8px 16px 8px 8px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;bottom:190px;right:24px;overflow:hidden;box-shadow:0 10px 25px -5px #0003}.FloatingCart-module__58-NWa__floatingCart:hover{background:#0f172a;max-width:200px;transform:translate(-5px)}.FloatingCart-module__58-NWa__iconWrapper{background:#f60;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:relative}.FloatingCart-module__58-NWa__icon{width:20px;height:20px}.FloatingCart-module__58-NWa__badge{color:#fff;background:#ef4444;border:2px solid #1e293b;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;font-size:10px;font-weight:800;display:flex;position:absolute;top:-4px;right:-4px}.FloatingCart-module__58-NWa__label{white-space:nowrap;opacity:0;font-size:14px;font-weight:600;transition:opacity .2s}.FloatingCart-module__58-NWa__floatingCart:hover .FloatingCart-module__58-NWa__label{opacity:1}.FloatingCart-module__58-NWa__bounce{animation:.4s FloatingCart-module__58-NWa__bounce}@keyframes FloatingCart-module__58-NWa__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@media (max-width:768px){.FloatingCart-module__58-NWa__floatingCart{max-width:200px;padding-right:14px;bottom:190px}.FloatingCart-module__58-NWa__label{opacity:1}}
.Footer-module__yg9ahW__footer{color:#94a3b8;background-color:#0f172a;border-top:1px solid #1e293b;padding:60px 0 30px;font-family:inherit;font-size:14px}.Footer-module__yg9ahW__footerContainer{max-width:1200px;margin:0 auto;padding:0 20px}.Footer-module__yg9ahW__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;margin-bottom:40px;display:grid}@media (max-width:768px){.Footer-module__yg9ahW__grid{grid-template-columns:1fr;gap:30px}}.Footer-module__yg9ahW__aboutCol{flex-direction:column;gap:16px;display:flex}.Footer-module__yg9ahW__logoText{color:#fff;align-items:center;gap:8px;font-size:24px;font-weight:700;text-decoration:none;display:flex}.Footer-module__yg9ahW__logoAccent{color:#f60}.Footer-module__yg9ahW__desc{color:#94a3b8;line-height:1.6}.Footer-module__yg9ahW__socials{gap:12px;margin-top:8px;display:flex}.Footer-module__yg9ahW__socialIcon{color:#fff;background:#1e293b;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .3s;display:flex}.Footer-module__yg9ahW__socialIcon:hover{background:#f60;transform:translateY(-3px)}.Footer-module__yg9ahW__title{color:#fff;margin-bottom:20px;padding-bottom:8px;font-size:16px;font-weight:600;position:relative}.Footer-module__yg9ahW__title:after{content:"";background-color:#f60;width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__yg9ahW__linksList{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__yg9ahW__link{color:#94a3b8;text-decoration:none;transition:color .2s;display:inline-block}.Footer-module__yg9ahW__link:hover{color:#f60}.Footer-module__yg9ahW__contactInfo{flex-direction:column;gap:12px;display:flex}.Footer-module__yg9ahW__contactItem{align-items:center;gap:8px;display:flex}.Footer-module__yg9ahW__bottomBar{border-top:1px solid #1e293b;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;padding-top:30px;font-size:13px;display:flex}@media (max-width:640px){.Footer-module__yg9ahW__bottomBar{text-align:center;flex-direction:column}}.Footer-module__yg9ahW__copy{color:#64748b}.Footer-module__yg9ahW__madeIn{align-items:center;gap:6px;display:flex}.Footer-module__yg9ahW__flag{align-items:center;gap:2px;display:inline-flex}.Footer-module__yg9ahW__flagGreen{background:#007a5e;width:6px;height:10px}.Footer-module__yg9ahW__flagRed{color:#fcd116;background:#ce1126;justify-content:center;align-items:center;width:6px;height:10px;font-size:4px;display:flex}.Footer-module__yg9ahW__flagYellow{background:#fcd116;width:6px;height:10px}
.BookoryEmptyState-module__pq4Aea__container{text-align:center;background-image:url(/images/bg_404_books.png);background-position:50%;background-repeat:no-repeat;background-size:contain;flex-direction:column;justify-content:center;align-items:center;min-height:520px;padding:80px 20px;display:flex;position:relative}.BookoryEmptyState-module__pq4Aea__codeBadge{color:#f60;letter-spacing:-3px;text-shadow:0 4px 20px #ff660026;margin:0;font-family:inherit;font-size:110px;font-weight:900;line-height:1}.BookoryEmptyState-module__pq4Aea__title{color:#0f172a;text-transform:uppercase;letter-spacing:-.5px;margin:20px 0 12px;font-size:28px;font-weight:900}.BookoryEmptyState-module__pq4Aea__description{color:#64748b;max-width:520px;margin:0 auto 32px;font-size:15px;line-height:1.6}.BookoryEmptyState-module__pq4Aea__actionBtn{color:#fff;cursor:pointer;background:#f60;border:none;border-radius:30px;align-items:center;gap:8px;padding:14px 32px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 4px 18px #ff66004d}.BookoryEmptyState-module__pq4Aea__actionBtn:hover{background:#e65c00;transform:translateY(-2px);box-shadow:0 6px 24px #f606}
