#chat-widget{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1001;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#chat-toggle{width:52px;height:52px;background:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 20px #00000059,0 1px 6px #0003;position:relative;transition:background .2s}#chat-toggle:hover{background:#222}#chat-unread{position:absolute;top:-4px;right:-4px;background:#c00;color:#fff;font-size:.6rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}#chat-panel{display:none;flex-direction:column;position:absolute;bottom:64px;right:0;width:320px;height:480px;background:#fff;border:1px solid #000;box-shadow:0 8px 32px #00000026}#chat-panel.open{display:flex}#chat-header{display:flex;justify-content:space-between;align-items:flex-start;padding:.875rem 1rem;background:#000;color:#fff;flex-shrink:0}#chat-header-title{font-weight:700;font-size:.875rem;margin-bottom:.125rem}#chat-live-pill{display:inline-flex;align-items:center;gap:.3rem;background:#22c55e26;border:1px solid rgba(34,197,94,.35);color:#4ade80;font-size:.65rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;padding:.15rem .5rem;border-radius:999px}#chat-status-dot{width:6px;height:6px;border-radius:50%;background:#22c55e;flex-shrink:0}#chat-reply-hint{font-size:.7rem;color:#0006;text-align:center;margin:0 0 .25rem}#chat-close{background:none;border:none;color:#ffffffb3;cursor:pointer;font-size:1rem;padding:0;line-height:1}#chat-close:hover{color:#fff}#chat-intro{display:flex;flex-direction:column;gap:.625rem;padding:1rem;flex:1}#chat-intro input,#chat-intro textarea{width:100%;padding:.5rem .625rem;border:1px solid #ccc;font-size:.8125rem;font-family:inherit;outline:none;transition:border-color .15s;background:#fff;color:#000}#chat-intro input:focus,#chat-intro textarea:focus{border-color:#000}#chat-intro textarea{resize:none}#chat-start{padding:.625rem;background:#000;color:#fff;border:none;font-size:.8125rem;font-weight:700;cursor:pointer;font-family:inherit;margin-top:auto}#chat-start:hover{background:#222}#chat-messages{display:none;flex-direction:column;gap:.5rem;flex:1;overflow-y:auto;padding:.875rem}#chat-messages.active{display:flex}.chat-bubble-wrap{display:flex;flex-direction:column}.chat-bubble-wrap.visitor{align-items:flex-end}.chat-bubble-wrap.admin{align-items:flex-start}.chat-bubble{padding:.5rem .75rem;font-size:.8125rem;line-height:1.5;max-width:85%;word-break:break-word}.chat-bubble.visitor{background:#000;color:#fff}.chat-bubble.admin{background:#f0f0f0;color:#000}#chat-reply-bar{display:none;border-top:1px solid #e0e0e0;padding:.5rem;gap:.375rem;flex-shrink:0}#chat-reply-bar.active{display:flex}#chat-reply-input{flex:1;border:1px solid #ccc;padding:.5rem .625rem;font-size:.8125rem;font-family:inherit;outline:none;background:#fff;color:#000}#chat-reply-input:focus{border-color:#000}#chat-reply-send{width:36px;height:36px;background:#000;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}#chat-reply-send:hover{background:#222}@media(max-width:400px){#chat-widget{bottom:1rem;right:1rem}#chat-panel{width:calc(100vw - 2rem);right:0}}.cart-btn{position:relative;background:none;border:1px solid #000;cursor:pointer;padding:.375rem;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#000;transition:background .2s}.cart-btn:hover{background:#f0f0f0}.cart-badge{position:absolute;top:-4px;right:-4px;background:#c00;color:#fff;font-size:.6rem;font-weight:800;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1}.cart-overlay{position:fixed;inset:0;z-index:200;background:#0000004d;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.cart-overlay.open{opacity:1;visibility:visible}.cart-sidebar{position:fixed;top:0;right:0;bottom:0;width:400px;max-width:90vw;background:#fff;z-index:201;display:flex;flex-direction:column;transform:translate(100%);transition:transform .3s ease;border-left:1px solid #000}.cart-sidebar.open{transform:translate(0)}.cart-header{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem;height:64px;box-sizing:border-box;border-bottom:1px solid #000;flex-shrink:0}.cart-header h2{font-size:1.25rem;font-weight:800;margin:0}.cart-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#000;padding:.25rem}.cart-items{flex:1;overflow-y:auto;padding:1.5rem}.cart-empty{text-align:center;color:#999;margin-top:2rem}.cart-item{display:flex;gap:1rem;padding:1rem 0;border-bottom:1px solid #eee}.cart-item-img{width:72px;height:72px;object-fit:cover;border:1px solid #eee;flex-shrink:0}.cart-item-info{flex:1}.cart-item-name{font-weight:600;font-size:.875rem;display:block;margin-bottom:.125rem}.cart-item-price{font-size:.875rem;color:#333}.cart-item-qty{display:flex;align-items:center;gap:.5rem;margin-top:.375rem}.cart-item-qty button{width:24px;height:24px;border:1px solid #ccc;background:none;cursor:pointer;font-size:.875rem;display:flex;align-items:center;justify-content:center;font-family:inherit}.cart-item-qty span{font-size:.8125rem;min-width:1.5rem;text-align:center}.cart-item-remove{background:none;border:none;color:#999;cursor:pointer;font-size:.75rem;text-decoration:underline;font-family:inherit;padding:0;margin-top:.25rem}.cart-footer{padding:1.25rem 1.5rem;border-top:1px solid #000}.cart-total-row{display:flex;justify-content:space-between;font-weight:800;font-size:1.125rem;margin-bottom:.25rem}.cart-shipping-note{font-size:.75rem;color:#2a7d2a;margin-bottom:1rem}.btn-checkout{display:block;width:100%;padding:.875rem;background:#000;color:#fff;border:1px solid #000;font-size:.9375rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,color .2s}.btn-checkout:hover{background:#fff;color:#000}.checkout-modal{position:fixed;inset:0;z-index:300;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s,visibility .3s}.checkout-modal.open{opacity:1;visibility:visible}.checkout-overlay{position:absolute;inset:0;background:#0006}.checkout-panel{position:relative;background:#fff;width:520px;max-width:90vw;max-height:90vh;overflow-y:auto;padding:2rem;border:1px solid #000}.checkout-close{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;cursor:pointer;color:#000}.checkout-panel h2{font-size:1.25rem;margin-bottom:1.5rem}.checkout-panel label{display:block;margin-bottom:1rem}.checkout-panel label span{display:block;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#333;margin-bottom:.25rem}.checkout-panel input,.checkout-panel textarea{width:100%;padding:.625rem .75rem;border:1px solid #000;font-size:.875rem;font-family:inherit;background:#fff}.checkout-panel textarea{resize:vertical}.checkout-summary{background:#f9f9f7;padding:1rem;margin-bottom:1rem;font-size:.8125rem;line-height:1.6;white-space:pre-wrap}.btn-razorpay{display:block;width:100%;padding:.85rem 1.5rem;background:#000;color:#fff;border:1px solid #000;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .15s ease;text-align:center}.btn-razorpay:hover{background:#fff;color:#000}.btn-razorpay.loading{opacity:.6;pointer-events:none}.checkout-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0;color:#999;font-size:.75rem}.checkout-divider:before,.checkout-divider:after{content:"";flex:1;height:1px;background:#e0e0e0}.btn-checkout-submit{display:block;width:100%;padding:.875rem;background:#000;color:#fff;border:1px solid #000;font-size:.9375rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .2s,color .2s}.btn-checkout-submit:hover{background:#fff;color:#000}.checkout-note{font-size:.75rem;color:#666;text-align:center;margin-top:.75rem}@media(max-width:768px){.cart-sidebar{width:100%;max-width:100vw}.checkout-panel{padding:1.5rem}}
