.custom-whatsapp-section__widget{position:fixed;bottom:20px;right:20px;z-index:9999}.custom-whatsapp-section__button{width:60px;height:60px;border-radius:50%;background:#25d366;border:none;cursor:pointer;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.custom-whatsapp-section__button:hover{transform:scale(1.1);box-shadow:0 6px 20px #25d36666}.custom-whatsapp-section__button:active{transform:scale(.95)}.custom-whatsapp-section__badge{position:absolute;top:-5px;right:-5px;background:#dc3545;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;border:2px solid white;animation:custom-whatsapp-section-pulse 2s infinite}.custom-whatsapp-section__badge--hidden{display:none}@keyframes custom-whatsapp-section-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.custom-whatsapp-section__notification-bubble{position:absolute;bottom:80px;right:0;background:#fff;padding:16px 20px;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:220px;max-width:300px;opacity:0;visibility:hidden;transform:translateY(20px);transition:opacity .3s ease,visibility .3s ease,transform .3s ease}.custom-whatsapp-section__notification-bubble--show{opacity:1;visibility:visible;transform:translateY(0)}.custom-whatsapp-section__notification-bubble:after{content:"";position:absolute;bottom:-8px;right:20px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid white}.custom-whatsapp-section__notification-text{color:#333;font-size:14px;line-height:1.5;margin:0;padding-right:20px}.custom-whatsapp-section__close-notification{position:absolute;top:8px;right:8px;background:none;border:none;font-size:20px;color:#999;cursor:pointer;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.custom-whatsapp-section__close-notification:hover{background:#f0f0f0;color:#333}@keyframes custom-whatsapp-section-slideInUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.custom-whatsapp-section__chat-box{position:absolute;bottom:80px;right:0;width:360px;max-width:calc(100vw - 40px);background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;overflow:hidden;opacity:0;visibility:hidden;transform:scale(.8) translateY(20px);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}.custom-whatsapp-section__chat-box--show{opacity:1;visibility:visible;transform:scale(1) translateY(0)}.custom-whatsapp-section__chat-header{background:#075e54;color:#fff;padding:16px 20px;display:flex;align-items:center;justify-content:space-between}.custom-whatsapp-section__header-content{display:flex;align-items:center;gap:12px}.custom-whatsapp-section__icon-small{width:40px;height:40px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.custom-whatsapp-section__header-text{flex:1}.custom-whatsapp-section__header-title{font-size:16px;font-weight:600;margin:0;color:#fff}.custom-whatsapp-section__header-status{font-size:12px;margin:2px 0 0;opacity:.9}.custom-whatsapp-section__close-chat{background:none;border:none;color:#fff;font-size:28px;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s ease;flex-shrink:0}.custom-whatsapp-section__close-chat:hover{background:#ffffff1a}.custom-whatsapp-section__chat-body{background:#ece5dd;padding:20px;max-height:400px;overflow-y:auto}.custom-whatsapp-section__message-container{display:flex;flex-direction:column;gap:12px}.custom-whatsapp-section__message{background:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 1px 2px #0000001a;animation:custom-whatsapp-section-messageSlide .3s ease;max-width:85%}.custom-whatsapp-section__message-text{font-size:14px;line-height:1.5;color:#333;margin:0}@keyframes custom-whatsapp-section-messageSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.custom-whatsapp-section__chat-footer{padding:16px 20px;background:#fff;border-top:1px solid #E5E5E5}.custom-whatsapp-section__contact-btn{width:100%;padding:14px;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 8px #25d3664d}.custom-whatsapp-section__contact-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.custom-whatsapp-section__contact-btn:active{transform:translateY(0)}.custom-whatsapp-section__input-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:10000;opacity:0;visibility:hidden;transition:all .3s ease;padding:20px}.custom-whatsapp-section__input-modal--show{opacity:1;visibility:visible}.custom-whatsapp-section__modal-content{background:#fff;padding:32px;border-radius:16px;width:100%;max-width:450px;box-shadow:0 20px 60px #0000004d;position:relative;animation:custom-whatsapp-section-modalSlide .3s ease}@keyframes custom-whatsapp-section-modalSlide{0%{transform:scale(.9) translateY(20px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.custom-whatsapp-section__modal-title{font-size:24px;color:#333;margin:0 0 8px}.custom-whatsapp-section__modal-description{font-size:14px;color:#666;margin:0 0 24px}.custom-whatsapp-section__close-modal{position:absolute;top:16px;right:16px;background:none;border:none;font-size:28px;color:#999;cursor:pointer;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.custom-whatsapp-section__close-modal:hover{background:#f0f0f0;color:#333}.custom-whatsapp-section__textarea{width:100%;padding:12px 16px;border:2px solid #E5E5E5;border-radius:8px;font-size:14px;font-family:inherit;resize:vertical;transition:border-color .2s ease;margin-bottom:16px}.custom-whatsapp-section__textarea:focus{outline:none;border-color:#25d366}.custom-whatsapp-section__send-btn{width:100%;padding:14px;background:#25d366;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 2px 8px #25d3664d}.custom-whatsapp-section__send-btn:hover{background:#20ba5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.custom-whatsapp-section__send-btn:active{transform:translateY(0)}@media (max-width: 480px){.custom-whatsapp-section__widget{bottom:16px;right:16px}.custom-whatsapp-section__chat-box{width:calc(100vw - 32px);bottom:90px;right:-8px}.custom-whatsapp-section__notification-bubble{max-width:240px;bottom:90px}.custom-whatsapp-section__modal-content{padding:24px}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/snippet-custom-whatsapp-notification-snippet.css.map */
