.chewy-chat-widget{position:fixed;bottom:20px;right:20px;z-index:1000;font-family:var(--chewy-font-primary, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif)}.chewy-chat-button{background:linear-gradient(135deg,var(--chewy-blue, #00677f),var(--chewy-navy, #003d82));color:#fff;border:none;border-radius:50px;padding:16px 20px;box-shadow:var(--chewy-shadow-heavy, 0 8px 32px rgba(0, 0, 0, .16));cursor:pointer;display:flex;align-items:center;gap:8px;font-size:.875rem;font-weight:var(--chewy-font-weight-semibold, 600);transition:all .3s ease;animation:chatPulse 3s infinite;max-width:280px}.chewy-chat-button:hover{transform:translateY(-2px) scale(1.05);box-shadow:var(--chewy-shadow-heavy, 0 12px 40px rgba(0, 0, 0, .2));background:linear-gradient(135deg,var(--chewy-navy, #003d82),var(--chewy-blue, #00677f))}.chewy-chat-button__icon{width:24px;height:24px;flex-shrink:0}.chewy-chat-button__text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.chewy-chat-button__primary{font-weight:var(--chewy-font-weight-bold, 700)}.chewy-chat-button__secondary{font-size:.75rem;opacity:.9}.chewy-chat-badge{position:absolute;top:-5px;right:-5px;background:var(--chewy-red, #e31837);color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:var(--chewy-font-weight-bold, 700);animation:badgeBounce 2s infinite}.chewy-chat-window{position:fixed;bottom:100px;right:20px;width:350px;height:500px;background:#fff;border-radius:var(--chewy-border-radius-large, 16px);box-shadow:var(--chewy-shadow-heavy, 0 8px 32px rgba(0, 0, 0, .16));border:1px solid #e9ecef;overflow:hidden;z-index:999;opacity:0;transform:translateY(20px) scale(.95);transition:all .3s ease;pointer-events:none}.chewy-chat-window.active{opacity:1;transform:translateY(0) scale(1);pointer-events:all}.chewy-chat-header{background:linear-gradient(135deg,var(--chewy-blue, #00677f),var(--chewy-navy, #003d82));color:#fff;padding:1rem;display:flex;align-items:center;gap:12px}.chewy-chat-header__avatar{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.chewy-chat-header__info{flex:1}.chewy-chat-header__name{font-weight:var(--chewy-font-weight-bold, 700);margin-bottom:2px}.chewy-chat-header__status{font-size:.75rem;opacity:.9;display:flex;align-items:center;gap:4px}.chewy-chat-header__status:before{content:"";width:8px;height:8px;background:var(--chewy-green, #00a651);border-radius:50%;animation:statusPulse 2s infinite}.chewy-chat-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;border-radius:4px;transition:background .2s ease}.chewy-chat-close:hover{background:#ffffff1a}.chewy-chat-body{padding:1rem;height:calc(100% - 140px);overflow-y:auto;background:#fafafa}.chewy-chat-message{margin-bottom:1rem;display:flex;align-items:flex-end;gap:8px}.chewy-chat-message--agent{justify-content:flex-start}.chewy-chat-message--user{justify-content:flex-end}.chewy-chat-message__bubble{max-width:70%;padding:12px 16px;border-radius:18px;font-size:.875rem;line-height:1.4}.chewy-chat-message--agent .chewy-chat-message__bubble{background:#fff;color:var(--chewy-dark-gray, #343a40);border-bottom-left-radius:4px;box-shadow:0 1px 2px #0000001a}.chewy-chat-message--user .chewy-chat-message__bubble{background:var(--chewy-blue, #00677f);color:#fff;border-bottom-right-radius:4px}.chewy-chat-avatar{width:32px;height:32px;border-radius:50%;background:var(--chewy-blue, #00677f);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:var(--chewy-font-weight-bold, 700);flex-shrink:0}.chewy-chat-quick-replies{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.chewy-chat-quick-reply{background:#fff;border:1px solid var(--chewy-blue, #00677f);color:var(--chewy-blue, #00677f);padding:6px 12px;border-radius:20px;font-size:.75rem;cursor:pointer;transition:all .2s ease}.chewy-chat-quick-reply:hover{background:var(--chewy-blue, #00677f);color:#fff}.chewy-chat-input{padding:1rem;border-top:1px solid #e9ecef;background:#fff}.chewy-chat-input__form{display:flex;gap:8px;align-items:flex-end}.chewy-chat-input__field{flex:1;border:1px solid #e9ecef;border-radius:20px;padding:8px 16px;font-size:.875rem;resize:none;max-height:100px;min-height:36px}.chewy-chat-input__send{background:var(--chewy-blue, #00677f);color:#fff;border:none;border-radius:50%;width:36px;height:36px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chewy-chat-input__send:hover{background:var(--chewy-navy, #003d82);transform:scale(1.1)}.chewy-chat-typing{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fff;border-radius:18px 18px 18px 4px;max-width:70%;box-shadow:0 1px 2px #0000001a}.chewy-chat-typing__dots{display:flex;gap:4px}.chewy-chat-typing__dot{width:6px;height:6px;background:var(--chewy-medium-gray, #6c757d);border-radius:50%;animation:typingDots 1.5s infinite}.chewy-chat-typing__dot:nth-child(2){animation-delay:.2s}.chewy-chat-typing__dot:nth-child(3){animation-delay:.4s}@media (max-width: 768px){.chewy-chat-widget{bottom:80px;right:15px}.chewy-chat-button{padding:12px 16px;border-radius:50%;max-width:60px;overflow:hidden}.chewy-chat-button__text{display:none}.chewy-chat-window{bottom:150px;right:15px;left:15px;width:auto;height:400px}}.chewy-pet-quick-replies{background:var(--chewy-light-gray, #f8f9fa);padding:12px;border-radius:12px;margin:12px 0}.chewy-pet-quick-replies__title{font-size:.75rem;color:var(--chewy-medium-gray, #6c757d);margin-bottom:8px;font-weight:var(--chewy-font-weight-semibold, 600)}.chewy-pet-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.chewy-pet-option{background:#fff;border:1px solid #e9ecef;padding:8px;border-radius:8px;text-align:center;cursor:pointer;transition:all .2s ease;font-size:.75rem}.chewy-pet-option:hover{border-color:var(--chewy-blue, #00677f);background:var(--chewy-light-gray, #f8f9fa)}.chewy-pet-option__emoji{font-size:1.5rem;display:block;margin-bottom:4px}@keyframes chatPulse{0%,70%,to{transform:scale(1)}15%{transform:scale(1.1)}}@keyframes badgeBounce{0%,70%,to{transform:translateY(0)}35%{transform:translateY(-10px)}}@keyframes statusPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes typingDots{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}#tidio-chat-iframe,#tidio-chat,.intercom-launcher,#launcher,.crisp-client{display:none!important}.chat-widget-hidden+.chewy-chat-widget{display:block}.chewy-chat-integration{position:relative}.chewy-chat-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:all .3s ease}.chewy-chat-overlay.active{opacity:1;visibility:visible}.chewy-chat-widget--minimized .chewy-chat-button__text{display:none}.chewy-chat-widget--busy .chewy-chat-button{background:linear-gradient(135deg,var(--chewy-orange, #ff6900),var(--chewy-red, #e31837))}.chewy-chat-widget--offline .chewy-chat-button{background:linear-gradient(135deg,var(--chewy-medium-gray, #6c757d),var(--chewy-dark-gray, #343a40))}.chewy-chat-widget--offline .chewy-chat-header__status:before{background:var(--chewy-medium-gray, #6c757d);animation:none}
/*# sourceMappingURL=/cdn/shop/t/1/assets/live-chat-styling.css.map */
