#fraw-launch{position:fixed;right:22px;bottom:22px;z-index:999990;width:76px;height:66px;border:1px solid #ef3038;border-radius:50%;background:#e31b23;color:#fff;font-size:31px;cursor:pointer;box-shadow:0 4px 18px #0003}
#fraw-window{position:fixed;right:18px;bottom:100px;width:min(440px,calc(100vw - 24px));height:min(680px,calc(100dvh - 125px));z-index:999991;display:none;flex-direction:column;overflow:hidden;border:1px solid #e31b23;border-radius:20px;background:#fff;color:#171821;box-shadow:0 14px 48px #0005;font-family:inherit}
#fraw-window.fraw-open{display:flex}
.fraw-header{height:62px;flex:0 0 62px;background:#111;color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 16px;gap:12px;font-size:13px;letter-spacing:.04em}
.fraw-header strong{font-weight:700}
.fraw-close{border:0;background:transparent;color:#fff;font-size:29px;line-height:1;cursor:pointer}
.fraw-main{flex:1;min-height:0;overflow:auto;background:#f7f7f8;padding:14px}
.fraw-log{display:flex;flex-direction:column;gap:12px}
.fraw-bubble{max-width:92%;padding:12px 14px;border-radius:16px;font-size:15px;line-height:1.5;overflow-wrap:anywhere;white-space:pre-wrap}
.fraw-bot{align-self:flex-start;background:#e9e9eb;color:#171821;border-bottom-left-radius:5px}
.fraw-user{align-self:flex-end;background:#e31b23;color:#fff;border-bottom-right-radius:5px}
.fraw-form{display:flex;align-items:center;gap:7px;padding:10px;background:#fff;border-top:1px solid #ddd}
.fraw-form input{min-width:0;flex:1;height:44px;border:1px solid #c8c8ce;border-radius:14px;padding:0 12px;font:inherit;font-size:14px;background:#fff;color:#171821}
.fraw-form input::placeholder{color:#9ca3af}
.fraw-send{height:44px;padding:0 15px;border:0;border-radius:12px;background:#e31b23;color:#fff;font-weight:700;letter-spacing:.04em;cursor:pointer}
.fraw-send:disabled{opacity:.55}
.fraw-mic{height:42px;width:42px;flex:0 0 42px;border:1px solid #ddd;border-radius:12px;background:#f5f5f5;font-size:19px;cursor:pointer}
.fraw-mic:disabled{opacity:.35;cursor:not-allowed}
.fraw-mic.fraw-listening{background:#e31b23;color:white;animation:fraw-pulse 1s infinite alternate}
@keyframes fraw-pulse{from{opacity:.65}to{opacity:1}}
.fraw-footnote{padding:7px 10px;text-align:center;font-size:11px;color:#737373;background:#fff;border-top:1px solid #eee}
.fraw-summary{margin-top:14px;padding:14px;border:1px solid #ddd;border-radius:14px;background:#fff;font-size:14px}
.fraw-summary ul{padding-left:20px;margin:10px 0}
.fraw-summary li{margin:7px 0;line-height:1.4}
.fraw-total{font-weight:700;margin:12px 0}
.fraw-checkout{display:block;text-align:center;text-decoration:none!important;background:#e31b23;color:#fff!important;padding:13px 10px;border-radius:12px;font-weight:700;letter-spacing:.03em}
@media(max-width:520px){#fraw-window{right:6px;bottom:82px;width:calc(100vw - 12px);height:calc(100dvh - 95px);border-radius:17px}#fraw-launch{right:14px;bottom:14px}}

/* v3.3.2: checkout is available as soon as at least one cart item exists */
#fraw-window .fraw-checkout{box-sizing:border-box;width:100%;min-height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer}
#fraw-window .fraw-checkout-always{margin-top:12px}
#fraw-window .fraw-checkout:hover{filter:brightness(.94)}
#fraw-window .fraw-checkout:focus-visible{outline:3px solid #171821;outline-offset:3px}
