.ronys-chat-bubble{position:fixed;bottom:2.4rem;right:2.4rem;z-index:9999;width:5.6rem;height:5.6rem;border-radius:50%;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));box-shadow:0 .2rem 1rem rgba(var(--color-shadow),.35);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.ronys-chat-bubble:hover{opacity:.92}.ronys-chat-bubble svg{width:2.6rem;height:2.6rem}.ronys-chat-bubble .ronys-chat-icon-close,.ronys-chat-bubble[aria-expanded=true] .ronys-chat-icon-open{display:none}.ronys-chat-bubble[aria-expanded=true] .ronys-chat-icon-close{display:block}.ronys-chat-panel{position:fixed;bottom:9.6rem;right:2.4rem;z-index:9999;width:38rem;max-width:calc(100vw - 3.2rem);height:min(70vh,60rem);max-height:calc(100vh - 13rem);background:rgb(var(--color-background));color:rgb(var(--color-foreground));border-radius:1.6rem;box-shadow:0 .6rem 2.4rem rgba(var(--color-shadow),.35);display:flex;flex-direction:column;overflow:hidden;font-family:var(--font-body-family)}.ronys-chat-panel[hidden]{display:none}.ronys-chat-panel__header{padding:1.6rem 2rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.ronys-chat-panel__title{font-family:var(--font-heading-family);font-size:1.6rem;margin:0}.ronys-chat-panel__close{background:transparent;border:none;color:inherit;cursor:pointer;padding:.4rem;display:flex;align-items:center}.ronys-chat-panel__close svg{width:2rem;height:2rem}.ronys-chat-messages{flex:1;overflow-y:auto;padding:1.6rem 2rem;display:flex;flex-direction:column;gap:1.2rem}.ronys-chat-message{max-width:85%;padding:.9rem 1.3rem;border-radius:1.2rem;font-size:1.4rem;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.ronys-chat-message--user{align-self:flex-end;background:rgb(var(--color-button));color:rgb(var(--color-button-text));border-bottom-right-radius:.3rem}.ronys-chat-message--bot{align-self:flex-start;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));border-bottom-left-radius:.3rem}.ronys-chat-message--bot strong{font-weight:700}.ronys-chat-message--bot a{color:rgb(var(--color-button));font-weight:600;text-decoration:underline}.ronys-chat-message--error{align-self:flex-start;background:rgba(var(--color-foreground),.06);color:rgb(var(--color-foreground));border:.1rem dashed rgba(var(--color-foreground),.3)}.ronys-chat-typing{align-self:flex-start;display:flex;gap:.4rem;padding:1rem 1.3rem;background:rgba(var(--color-foreground),.06);border-radius:1.2rem}.ronys-chat-typing span{width:.6rem;height:.6rem;border-radius:50%;background:rgba(var(--color-foreground),.45);animation:ronys-chat-typing-bounce 1.2s infinite ease-in-out}.ronys-chat-typing span:nth-child(2){animation-delay:.15s}.ronys-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes ronys-chat-typing-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-.3rem);opacity:1}}.ronys-chat-form{flex-shrink:0;display:flex;gap:.8rem;padding:1.2rem 1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.1)}.ronys-chat-input{flex:1;min-width:0;border:.1rem solid rgba(var(--color-foreground),.2);border-radius:2rem;padding:.9rem 1.4rem;font-size:1.4rem;font-family:inherit;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.ronys-chat-send{flex-shrink:0;width:4rem;height:4rem;border-radius:50%;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));cursor:pointer;display:flex;align-items:center;justify-content:center}.ronys-chat-send:disabled{opacity:.5;cursor:default}.ronys-chat-send svg{width:1.8rem;height:1.8rem}@media(max-width:480px){.ronys-chat-panel{bottom:0;right:0;left:0;width:100%;max-width:100%;height:85vh;max-height:85vh;border-radius:1.6rem 1.6rem 0 0}.ronys-chat-bubble{bottom:1.6rem;right:1.6rem;width:4.8rem;height:4.8rem}.ronys-chat-bubble svg{width:2.2rem;height:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/chat-widget.css.map */
