.awb-wrap{position:fixed;bottom:var(--awb-y,20px);z-index:var(--awb-z,99999);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}.awb-wrap *{box-sizing:border-box}.awb-launcher{display:inline-flex;align-items:center;gap:10px;border:none;cursor:pointer;height:var(--awb-size,60px);min-width:var(--awb-size,60px);padding:0 18px;border-radius:var(--awb-radius,50px);font-size:16px;font-weight:600;line-height:1;box-shadow:0 6px 22px rgba(0,0,0,.22);transition:transform .15s ease,box-shadow .15s ease;position:relative}.awb-launcher:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.28)}.awb-launcher-icon{display:inline-flex;font-size:calc(var(--awb-size,60px) * .5)}.awb-launcher-label{white-space:nowrap}.awb-wrap[data-popup="0"] .awb-launcher .awb-badge{display:none}.awb-badge{position:absolute;top:-6px;right:-6px;background:#ff3b30;color:#fff;font-size:11px;font-weight:700;min-width:18px;height:18px;line-height:18px;border-radius:9px;text-align:center;padding:0 4px;display:none}.awb-wrap.awb-has-badge .awb-badge{display:block}@keyframes awb-pulse{0%{box-shadow:0 0 0 0 rgba(37,211,102,.6)}70%{box-shadow:0 0 0 16px rgba(37,211,102,0)}100%{box-shadow:0 0 0 0 rgba(37,211,102,0)}}.awb-anim-pulse{animation:awb-pulse 2s infinite}@keyframes awb-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}.awb-anim-bounce{animation:awb-bounce 1.6s infinite}.awb-popup{position:fixed;bottom:calc(var(--awb-y,20px)+var(--awb-size,60px)+16px);width:340px;max-width:calc(100vw - 30px);background:#e5ddd5;border-radius:16px;overflow:hidden;box-shadow:0 16px 50px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translateY(20px) scale(.96);transform-origin:bottom right;transition:all .22s cubic-bezier(.2,.8,.2,1)}.awb-pos-left .awb-popup{transform-origin:bottom left}.awb-popup.awb-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.awb-popup-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;color:#fff}.awb-popup-head-info{display:flex;align-items:center;gap:10px}.awb-popup-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff}.awb-popup-header strong{display:block;font-size:15px}.awb-status{font-size:12px;opacity:.85;display:inline-flex;align-items:center;gap:5px}.awb-status:before{content:"";width:8px;height:8px;border-radius:50%;display:inline-block}.awb-status-online:before{background:#4ade80}.awb-status-offline:before{background:#cbd5e1}.awb-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;opacity:.85}.awb-close:hover{opacity:1}.awb-popup-body{padding:18px 16px;background:#e5ddd5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='4' cy='4' r='1' fill='%23d9cfc4'/%3E%3C/svg%3E");max-height:60vh;overflow-y:auto}.awb-bubble{background:#fff;border-radius:0 12px 12px 12px;padding:12px 14px;box-shadow:0 1px 2px rgba(0,0,0,.1);margin-bottom:14px;position:relative;animation:awb-fade .4s ease}@keyframes awb-fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.awb-bubble:before{content:"";position:absolute;top:0;left:-7px;border:7px solid transparent;border-top-color:#fff;border-right-color:#fff}.awb-greeting{margin:0 0 4px;font-weight:700;font-size:15px;color:#111}.awb-subtext{margin:0;font-size:13.5px;color:#444;line-height:1.5}.awb-input{width:100%;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;margin-bottom:12px;font-size:14px}.awb-agents{display:flex;flex-direction:column;gap:8px}.awb-agent{display:flex;align-items:center;gap:12px;background:#fff;border-radius:12px;padding:10px 12px;text-decoration:none;color:#111;box-shadow:0 1px 2px rgba(0,0,0,.08);transition:transform .12s ease,box-shadow .12s ease}.awb-agent:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(0,0,0,.14)}.awb-agent-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;background:#25D366;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;flex:0 0 auto}.awb-agent-meta{flex:1;line-height:1.3}.awb-agent-meta strong{display:block;font-size:14px}.awb-agent-meta small{color:#667085;font-size:12px}.awb-agent-go{color:#25D366;font-size:22px;display:inline-flex}.awb-gdpr{display:flex;align-items:flex-start;gap:8px;margin-top:12px;font-size:12px;color:#475467;background:rgba(255,255,255,.7);padding:8px 10px;border-radius:8px}.awb-gdpr input{margin-top:2px}.awb-popup-foot{text-align:center;padding:8px;font-size:11px;color:#667085;background:#ede5dd}.awb-popup-foot strong{color:#25D366}.awb-sc-btn{display:inline-flex;align-items:center;gap:8px;background:#25D366;color:#fff;padding:11px 20px;border-radius:8px;text-decoration:none;font-weight:600;font-size:15px;line-height:1;transition:opacity .15s ease;border:none;cursor:pointer}.awb-sc-btn:hover{opacity:.9;color:#fff}.awb-sc-btn svg{font-size:18px}.awb-sc-sm{padding:8px 14px;font-size:13px}.awb-sc-lg{padding:14px 26px;font-size:17px}.awb-sc-block{display:flex;width:100%;justify-content:center}.awb-sc-link{color:#128C7E;font-weight:600;text-decoration:underline}.awb-woo-enquiry{margin-top:12px}.awb-woo-share{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;background:#25D366;color:#fff;font-size:18px;text-decoration:none}.awb-woo-thankyou{margin:20px 0;padding:16px;border:1px dashed #25D366;border-radius:10px;text-align:center}.awb-woo-thankyou p{margin:0 0 10px;font-weight:600}.awb-woo-cart{margin-top:14px}.rtl .awb-bubble{border-radius:12px 0 12px 12px}.rtl .awb-bubble:before{left:auto;right:-7px;border-right-color:transparent;border-left-color:#fff}.awb-chat-panel{display:flex;flex-direction:column;width:360px;height:520px;max-height:75vh}.awb-chat-body{flex:1;overflow-y:auto;padding:16px;background:#e5ddd5;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='4' cy='4' r='1' fill='%23d9cfc4'/%3E%3C/svg%3E");display:flex;flex-direction:column;gap:8px}.awb-msg{max-width:80%;padding:9px 13px;border-radius:14px;font-size:14px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word;animation:awb-fade .25s ease}.awb-msg-bot{align-self:flex-start;background:#fff;color:#111;border-radius:2px 14px 14px 14px;box-shadow:0 1px 1px rgba(0,0,0,.08)}.awb-msg-me{align-self:flex-end;background:#dcf8c6;color:#111;border-radius:14px 2px 14px 14px;box-shadow:0 1px 1px rgba(0,0,0,.08)}.awb-typing{display:flex;gap:4px;align-items:center;width:auto}.awb-typing span{width:7px;height:7px;border-radius:50%;background:#9aa0a6;display:inline-block;animation:awb-blink 1.2s infinite both}.awb-typing span:nth-child(2){animation-delay:.2s}.awb-typing span:nth-child(3){animation-delay:.4s}@keyframes awb-blink{0%,80%,100%{opacity:.3}40%{opacity:1}}.awb-chat-input{display:flex;gap:8px;padding:10px;background:#f0f0f0;border-top:1px solid #e0e0e0}.awb-chat-input input{flex:1;border:1px solid #d0d0d0;border-radius:22px;padding:10px 16px;font-size:14px;outline:none}.awb-chat-input input:focus{border-color:var(--awb-header,#075E54)}.awb-chat-input button{border:none;background:var(--awb-btn,#25D366);color:#fff;width:42px;height:42px;border-radius:50%;cursor:pointer;font-size:16px;flex:0 0 auto}.rtl .awb-msg-bot{border-radius:14px 2px 14px 14px}.rtl .awb-msg-me{border-radius:2px 14px 14px 14px}@media (max-width:480px){.awb-popup{width:calc(100vw - 24px)}.awb-chat-panel{width:calc(100vw - 24px);height:70vh}.awb-launcher-label{display:none}.awb-launcher{padding:0;justify-content:center;min-width:var(--awb-size,60px);border-radius:50%}}