.breez-chatbox{--breez-chatbox-navy: #0E1A2B;--breez-chatbox-gold: #E0A52A;--breez-chatbox-gold-hover: #B49562;--breez-chatbox-cta: #E0A52A;--breez-chatbox-cta-hover: #C8911F;--breez-chatbox-cream: #F4F2EE;--breez-chatbox-grey: #8A8F98;--breez-chatbox-grey-light: #E5E5E5;--breez-chatbox-white: #FFFFFF;--breez-chatbox-font-body: "Jost", "Inter", system-ui, -apple-system, sans-serif;--breez-chatbox-font-heading: "Cormorant Garamond", Georgia, "Times New Roman", serif;--breez-chatbox-radius-panel: 16px;--breez-chatbox-radius-msg: 12px;--breez-chatbox-radius-fab: 50%;--breez-chatbox-shadow-fab: 0 8px 24px rgba(198, 165, 116, .35);--breez-chatbox-shadow-panel: 0 12px 40px rgba(14, 26, 43, .18);--breez-chatbox-z: 9998;--breez-chatbox-edge-right: 24px;--breez-chatbox-edge-bottom: 24px;--breez-chatbox-fab-edge-bottom: 96px;--breez-chatbox-panel-w: 380px;--breez-chatbox-panel-h: 560px;position:fixed;bottom:0;right:0;width:0;height:0;z-index:var(--breez-chatbox-z);font-family:var(--breez-chatbox-font-body);color:var(--breez-chatbox-navy);line-height:1.45;font-size:14px}.breez-chatbox *,.breez-chatbox *:before,.breez-chatbox *:after{box-sizing:border-box}:where(.breez-chatbox button){font-family:inherit;cursor:pointer;border:0;background:none;padding:0;color:inherit}:where(.breez-chatbox a){color:var(--breez-chatbox-gold);text-decoration:underline;text-underline-offset:2px}:where(.breez-chatbox a:hover),:where(.breez-chatbox a:focus-visible){color:var(--breez-chatbox-gold-hover)}.breez-chatbox :focus-visible{outline:2px solid var(--breez-chatbox-gold);outline-offset:2px;border-radius:4px}.breez-chatbox__visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.breez-chatbox [hidden]{display:none!important}.breez-chatbox__fab{position:fixed;bottom:var(--breez-chatbox-fab-edge-bottom);right:var(--breez-chatbox-edge-right);z-index:var(--breez-chatbox-z);width:56px;height:56px;border-radius:var(--breez-chatbox-radius-fab);background-color:var(--breez-chatbox-gold);box-shadow:var(--breez-chatbox-shadow-fab);display:inline-flex;align-items:center;justify-content:center;opacity:1;transition:opacity .2s ease-out,transform .2s ease-out,box-shadow .16s ease,background-color .16s ease}.breez-chatbox__fab:hover{transform:translateY(-1px);background-color:var(--breez-chatbox-gold-hover)}.breez-chatbox__fab[aria-expanded=true]{transform:scale(.9);opacity:0;pointer-events:none}.breez-chatbox__fab-icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.breez-chatbox__fab-pulse{position:absolute;top:6px;right:6px;width:9px;height:9px;border-radius:50%;background-color:var(--breez-chatbox-gold);border:2px solid var(--breez-chatbox-cream);animation:breez-chatbox-pulse 2.6s ease-in-out infinite}.breez-chatbox__fab-tooltip{position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);background-color:var(--breez-chatbox-navy);color:var(--breez-chatbox-cream);padding:8px 12px;border-radius:8px;font-size:12px;line-height:1.3;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .16s ease;box-shadow:0 4px 12px #0e1a2b33}.breez-chatbox__fab-tooltip:after{content:"";position:absolute;left:100%;top:50%;transform:translateY(-50%);border:5px solid transparent;border-left-color:var(--breez-chatbox-navy)}.breez-chatbox__fab:hover .breez-chatbox__fab-tooltip,.breez-chatbox__fab:focus-visible .breez-chatbox__fab-tooltip{opacity:1}@keyframes breez-chatbox-pulse{0%,to{opacity:.7;transform:scale(1)}50%{opacity:1;transform:scale(1.06)}}.breez-chatbox__panel{position:fixed;bottom:var(--breez-chatbox-edge-bottom);right:var(--breez-chatbox-edge-right);width:var(--breez-chatbox-panel-w);height:var(--breez-chatbox-panel-h);max-height:calc(100vh - (var(--breez-chatbox-edge-bottom) * 2));background-color:var(--breez-chatbox-navy);color:var(--breez-chatbox-cream);border-radius:var(--breez-chatbox-radius-panel);box-shadow:var(--breez-chatbox-shadow-panel);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(12px);transition:opacity .2s ease-out,transform .2s ease-out}.breez-chatbox__panel[hidden]{display:none}.breez-chatbox__panel.is-open{opacity:1;transform:translateY(0)}.breez-chatbox__header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background-color:var(--breez-chatbox-navy);border-bottom:1px solid rgba(198,165,116,.18)}.breez-chatbox__identity{display:flex;flex-direction:column;gap:2px}.breez-chatbox__title{margin:0;font-family:var(--breez-chatbox-font-heading);font-style:italic;font-weight:500;font-size:20px;line-height:1.1;color:var(--breez-chatbox-cream);letter-spacing:.01em}.breez-chatbox__subtitle{margin:0;font-size:11px;font-weight:400;color:var(--breez-chatbox-grey);line-height:1.2}.breez-chatbox__close{width:32px;height:32px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:var(--breez-chatbox-cream);transition:background-color .16s ease}.breez-chatbox__close:hover,.breez-chatbox__close:focus-visible{background-color:#f4f2ee1a}.breez-chatbox__body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;background-color:var(--breez-chatbox-navy);display:flex;flex-direction:column}.breez-chatbox__view{padding:20px 18px;display:flex;flex-direction:column;gap:12px}.breez-chatbox__view[hidden]{display:none}.breez-chatbox__ai-act{background-color:var(--breez-chatbox-cream);color:var(--breez-chatbox-navy);border:1px solid rgba(198,165,116,.4);border-radius:12px;margin:12px}.breez-chatbox__ai-act-badge{align-self:flex-start;display:inline-block;padding:4px 8px;font-family:var(--breez-chatbox-font-body);font-size:11px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--breez-chatbox-gold);background-color:var(--breez-chatbox-navy);border-radius:4px}.breez-chatbox__ai-act-title{margin:0 0 4px;font-family:var(--breez-chatbox-font-heading);font-style:italic;font-size:22px;font-weight:500;color:var(--breez-chatbox-navy);line-height:1.1}.breez-chatbox__ai-act-body{margin:0;font-size:13px;color:var(--breez-chatbox-navy);line-height:1.5}.breez-chatbox__ai-act-link{margin:0;font-size:12px;align-self:flex-start}.breez-chatbox__ai-act-link a{color:var(--breez-chatbox-navy);text-decoration:underline;text-underline-offset:2px}.breez-chatbox__ai-act-link a:hover,.breez-chatbox__ai-act-link a:focus-visible{color:var(--breez-chatbox-gold-hover)}.breez-chatbox__ai-act-checkbox{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:13px;color:var(--breez-chatbox-navy);line-height:1.5;min-height:44px;padding:6px 0}.breez-chatbox__ai-act-checkbox input[type=checkbox]{width:20px;height:20px;margin:0;flex-shrink:0;cursor:pointer;accent-color:var(--breez-chatbox-gold)}.breez-chatbox__ai-act-checkbox input[type=checkbox]:focus-visible{outline:2px solid var(--breez-chatbox-gold);outline-offset:2px}.breez-chatbox__ai-act-checkbox-label{flex:1}.breez-chatbox__ai-act-secondary{align-self:center;background:none;border:none;padding:8px 12px;font-family:inherit;font-size:13px;font-weight:500;color:var(--breez-chatbox-navy);text-decoration:underline;text-underline-offset:3px;cursor:pointer;transition:color .16s ease}.breez-chatbox__ai-act-secondary:hover,.breez-chatbox__ai-act-secondary:focus-visible{color:var(--breez-chatbox-gold-hover)}.breez-chatbox__ai-act-secondary:focus-visible{outline:2px solid var(--breez-chatbox-gold);outline-offset:3px;border-radius:4px}.breez-chatbox__view.is-fading-out{opacity:0;transition:opacity .2s ease-out;pointer-events:none}.breez-chatbox__cta{display:inline-flex;align-items:center;justify-content:center;padding:11px 16px;border-radius:999px;font-size:13px;font-weight:500;letter-spacing:.02em;line-height:1.2;transition:background-color .16s ease,color .16s ease,transform .12s ease;font-family:inherit;text-decoration:none}.breez-chatbox__cta--primary{background-color:var(--breez-chatbox-cta);color:var(--breez-chatbox-navy)}.breez-chatbox__cta--primary:hover,.breez-chatbox__cta--primary:focus-visible{background-color:var(--breez-chatbox-cta-hover)}.breez-chatbox__cta--primary:active{transform:translateY(1px)}.breez-chatbox__cta--primary:disabled,.breez-chatbox__cta--primary[aria-disabled=true]{background-color:var(--breez-chatbox-grey);color:var(--breez-chatbox-cream);cursor:not-allowed;opacity:.6}.breez-chatbox__cta--primary:disabled:hover,.breez-chatbox__cta--primary[aria-disabled=true]:hover,.breez-chatbox__cta--primary:disabled:focus-visible,.breez-chatbox__cta--primary[aria-disabled=true]:focus-visible{background-color:var(--breez-chatbox-grey);transform:none}.breez-chatbox__cta--primary:disabled:active,.breez-chatbox__cta--primary[aria-disabled=true]:active{transform:none}.breez-chatbox__cta--secondary{background-color:transparent;color:var(--breez-chatbox-gold);border:1px solid rgba(198,165,116,.5)}.breez-chatbox__cta--secondary:hover,.breez-chatbox__cta--secondary:focus-visible{background-color:#c6a57414}.breez-chatbox__cta-back{font-size:12px;color:var(--breez-chatbox-grey);text-decoration:underline;text-underline-offset:2px;align-self:center;margin-top:4px;background:none;padding:4px 8px}.breez-chatbox__cta-back:hover,.breez-chatbox__cta-back:focus-visible{color:var(--breez-chatbox-cream)}.breez-chatbox__conversation{flex:1 1 auto;padding:16px 16px 8px;gap:10px}.breez-chatbox__messages{display:flex;flex-direction:column;gap:10px}.breez-chatbox__message{max-width:85%;padding:10px 14px;border-radius:var(--breez-chatbox-radius-msg);font-size:13.5px;line-height:1.5;word-wrap:break-word;overflow-wrap:anywhere}.breez-chatbox__message--bot{align-self:flex-start;background-color:var(--breez-chatbox-cream);color:var(--breez-chatbox-navy);border-bottom-left-radius:4px}.breez-chatbox__message--user{align-self:flex-end;background-color:var(--breez-chatbox-gold);color:var(--breez-chatbox-navy);border-bottom-right-radius:4px}.breez-chatbox__message p{margin:0 0 6px}.breez-chatbox__message p:last-child{margin-bottom:0}.breez-chatbox__message a{color:inherit;font-weight:500;text-decoration:underline}.breez-chatbox__message--streaming:after{content:"\258d";display:inline-block;margin-left:2px;animation:breez-chatbox-cursor 1s steps(2) infinite}@keyframes breez-chatbox-cursor{50%{opacity:0}}.breez-chatbox__typing{display:inline-flex;gap:4px;align-items:center;padding:2px 0}.breez-chatbox__typing span{display:inline-block;width:6px;height:6px;border-radius:50%;background-color:var(--breez-chatbox-grey);animation:breez-chatbox-typing 1.2s ease-in-out infinite}.breez-chatbox__typing span:nth-child(2){animation-delay:.15s}.breez-chatbox__typing span:nth-child(3){animation-delay:.3s}@keyframes breez-chatbox-typing{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.breez-chatbox__escalate-nudge{align-self:flex-start;margin-top:4px;padding:6px 12px;font-size:12px;color:var(--breez-chatbox-gold);background:transparent;border:1px solid rgba(198,165,116,.4);border-radius:999px;transition:background-color .16s ease,color .16s ease}.breez-chatbox__escalate-nudge:hover,.breez-chatbox__escalate-nudge:focus-visible{background-color:#c6a5741f;color:var(--breez-chatbox-cream)}.breez-chatbox__interrupted{font-style:italic;opacity:.7}.breez-chatbox-retry{align-self:flex-start;margin-top:4px;padding:6px 12px;font-size:12px;color:var(--breez-chatbox-gold);background:transparent;border:1px solid rgba(198,165,116,.4);border-radius:999px;cursor:pointer;transition:background-color .16s ease,color .16s ease}.breez-chatbox-retry:hover,.breez-chatbox-retry:focus-visible{background-color:#c6a5741f;color:var(--breez-chatbox-cream)}.breez-chatbox__input-error{margin:0 8px 6px;padding:6px 10px;font-size:12px;color:var(--breez-chatbox-navy);background-color:#c6a5742e;border:1px solid rgba(198,165,116,.5);border-radius:6px;line-height:1.4}.breez-chatbox__input-error[hidden]{display:none}.breez-chatbox__config-notice{margin:8px 16px 0;padding:10px 12px;font-size:12px;color:var(--breez-chatbox-cream);background-color:#8a8f9826;border:1px solid rgba(138,143,152,.3);border-radius:8px;line-height:1.45;text-align:center}.breez-chatbox__config-notice[hidden]{display:none}.breez-chatbox__quick-actions{display:flex;flex-direction:column;gap:8px;margin-top:12px}.breez-chatbox__quick-btn{text-align:left;padding:10px 14px;border-radius:var(--breez-chatbox-radius-msg);background-color:transparent;border:1px solid rgba(198,165,116,.4);color:var(--breez-chatbox-cream);font-size:13px;font-family:inherit;line-height:1.35;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.breez-chatbox__quick-btn:hover,.breez-chatbox__quick-btn:focus-visible{background-color:#c6a5741a;border-color:var(--breez-chatbox-gold);color:var(--breez-chatbox-gold)}.breez-chatbox__quick-btn:disabled{opacity:.45;cursor:not-allowed}.breez-chatbox__escalate-title{margin:0 0 2px;font-family:var(--breez-chatbox-font-heading);font-style:italic;font-size:20px;font-weight:500;color:var(--breez-chatbox-gold);line-height:1.1}.breez-chatbox__escalate-body{margin:0 0 4px;font-size:13px;color:var(--breez-chatbox-cream);line-height:1.5}.breez-chatbox__field{display:flex;flex-direction:column;gap:4px}.breez-chatbox__field-label{font-size:12px;color:var(--breez-chatbox-grey);font-weight:500}.breez-chatbox__field-label em{font-style:italic;color:var(--breez-chatbox-grey);font-weight:400}.breez-chatbox__input-text,.breez-chatbox__input-textarea{background-color:var(--breez-chatbox-cream);color:var(--breez-chatbox-navy);border:1px solid transparent;border-radius:8px;padding:9px 12px;font-size:13.5px;font-family:inherit;line-height:1.4;width:100%;transition:border-color .16s ease}.breez-chatbox__input-text:focus-visible,.breez-chatbox__input-textarea:focus-visible{outline:none;border-color:var(--breez-chatbox-gold)}.breez-chatbox__input-textarea{resize:vertical;min-height:72px;max-height:140px}.breez-chatbox__checkbox{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--breez-chatbox-cream);line-height:1.45;cursor:pointer}.breez-chatbox__checkbox input{flex:0 0 auto;margin-top:2px;accent-color:var(--breez-chatbox-gold);width:14px;height:14px}.breez-chatbox__feedback{padding:20px 18px}.breez-chatbox__feedback p{margin:0 0 14px;font-size:13.5px;color:var(--breez-chatbox-cream);line-height:1.5}.breez-chatbox__feedback--success p:before{content:"\2713";display:inline-block;margin-right:6px;color:var(--breez-chatbox-gold);font-weight:600}.breez-chatbox__input-zone{border-top:1px solid rgba(198,165,116,.18);padding:10px 12px;background-color:var(--breez-chatbox-navy)}.breez-chatbox__input-zone[hidden]{display:none}.breez-chatbox__composer{display:flex;align-items:flex-end;gap:6px;background-color:var(--breez-chatbox-cream);border-radius:12px;padding:6px 6px 6px 8px}.breez-chatbox__escalate-trigger{flex:0 0 auto;width:32px;height:32px;border-radius:8px;color:var(--breez-chatbox-grey);display:inline-flex;align-items:center;justify-content:center;transition:color .16s ease,background-color .16s ease}.breez-chatbox__escalate-trigger:hover,.breez-chatbox__escalate-trigger:focus-visible{color:var(--breez-chatbox-navy);background-color:#0e1a2b14}.breez-chatbox__composer-input{flex:1 1 auto;resize:none;border:0;background:transparent;color:var(--breez-chatbox-navy);font-family:inherit;font-size:13.5px;line-height:1.4;padding:8px 6px;min-height:36px;max-height:120px;outline:none}.breez-chatbox__composer-input::placeholder{color:var(--breez-chatbox-grey)}.breez-chatbox__send{flex:0 0 auto;width:34px;height:34px;border-radius:8px;background-color:var(--breez-chatbox-gold);color:var(--breez-chatbox-navy);display:inline-flex;align-items:center;justify-content:center;transition:background-color .16s ease,opacity .16s ease}.breez-chatbox__send:hover,.breez-chatbox__send:focus-visible{background-color:var(--breez-chatbox-gold-hover)}.breez-chatbox__send:disabled{opacity:.4;cursor:not-allowed;background-color:var(--breez-chatbox-grey)}.breez-chatbox__char-counter{margin:4px 8px 0;font-size:11px;color:var(--breez-chatbox-grey);text-align:right}.breez-chatbox__footer{padding:8px 18px 10px;font-size:11px;color:var(--breez-chatbox-grey);text-align:center;background-color:var(--breez-chatbox-navy);border-top:1px solid rgba(138,143,152,.15)}.breez-chatbox__footer a{color:var(--breez-chatbox-grey);text-decoration:underline}.breez-chatbox__footer a:hover,.breez-chatbox__footer a:focus-visible{color:var(--breez-chatbox-cream)}@media(max-width:640px){.breez-chatbox{--breez-chatbox-edge-right: 16px;--breez-chatbox-edge-bottom: 20px;--breez-chatbox-fab-edge-bottom: 20px}body:has(sticky-add-to-cart) .breez-chatbox__fab{bottom:108px}.breez-chatbox__panel{top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;max-height:100vh;border-radius:0}.breez-chatbox__panel.is-open{transform:translateY(0)}.breez-chatbox__header{padding:14px 16px}.breez-chatbox__view{padding:16px 14px}.breez-chatbox__title{font-size:18px}}@media(max-width:640px){body.breez-chatbox-mobile-open [id^=smile-],body.breez-chatbox-mobile-open [class^=smile-]{display:none!important}body.breez-chatbox-mobile-open{overflow:hidden}}@media(prefers-reduced-motion:reduce){.breez-chatbox__fab,.breez-chatbox__panel,.breez-chatbox__cta,.breez-chatbox__quick-btn,.breez-chatbox__close,.breez-chatbox__send{transition:none!important;animation:none!important}.breez-chatbox__fab{opacity:1}.breez-chatbox__fab-pulse{animation:none;opacity:.7}.breez-chatbox__message--streaming:after{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/breez-chatbox.css.map */
