.crea-chat{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9000;--crea-bg: #FAF8F4;--crea-bg-chips: #F2F0EB;--crea-bg-input: #FFFFFF;--crea-bg-bubble-ai: #FFFFFF;--crea-fg: #000000;--crea-fg-2: #374658;--crea-muted: #9C9B9B;--crea-border: #E2DDD6;--crea-grip: #D1CEC9;--crea-font-brand: "Preospe", "Familjen Grotesk", system-ui, sans-serif;--crea-font-display: "Gilroy", "Plus Jakarta Sans", system-ui, sans-serif;--crea-font-body: "Asen Pro", "Manrope", system-ui, sans-serif;--crea-radius-sheet: 28px;--crea-radius-bubble: 18px;--crea-radius-input: 22px;--crea-radius-chip: 20px;font-family:var(--crea-font-body);font-size:15px;line-height:1.45;color:var(--crea-fg)}.crea-chat__bubble{position:absolute;right:20px;bottom:20px;height:56px;padding:6px 22px 6px 8px;border-radius:9999px;background:var(--crea-accent);color:#fff;border:none;pointer-events:auto;cursor:pointer;box-shadow:0 8px 24px #0000002e;display:inline-flex;align-items:center;gap:12px;font-family:inherit;transition:transform .16s ease,box-shadow .16s ease}.crea-chat__bubble:hover{transform:scale(1.04);box-shadow:0 10px 28px #00000038}.crea-chat__bubble:focus-visible{outline:3px solid #fff;outline-offset:3px}.crea-chat__bubble-badge{width:42px;height:42px;border-radius:50%;background:#a11418;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-family:var(--crea-font-brand);font-weight:700;font-size:16px;letter-spacing:-.3px;flex-shrink:0}.crea-chat__bubble-label{font-family:var(--crea-font-brand);font-weight:700;font-size:16px;letter-spacing:.1px;line-height:1;color:#fff}.crea-chat__panel{position:absolute;right:20px;bottom:20px;width:380px;max-height:600px;height:calc(100vh - 40px);background:var(--crea-bg);border-radius:var(--crea-radius-sheet);box-shadow:0 16px 48px #0000002e;display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;opacity:0;transform:translateY(8px);transition:opacity .16s ease,transform .16s ease}.crea-chat__panel[hidden]{display:none}.crea-chat--open .crea-chat__panel{opacity:1;transform:translateY(0)}.crea-chat--open .crea-chat__bubble{display:none}.crea-chat__header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid var(--crea-border);background:var(--crea-bg)}.crea-chat__header-identity{display:flex;align-items:center;gap:10px;min-width:0}.crea-chat__avatar{width:36px;height:36px;border-radius:50%;background:#0f1e190a;display:inline-flex;align-items:center;justify-content:center}.crea-chat__avatar svg{width:22px;height:22px}.crea-chat__title{margin:0;font-family:var(--crea-font-brand);font-size:16px;font-weight:700;letter-spacing:-.2px;color:var(--crea-fg)}.crea-chat__subtitle{margin:0;font-family:var(--crea-font-body);font-size:12px;color:var(--crea-muted)}.crea-chat__close{background:transparent;border:none;padding:6px;cursor:pointer;color:var(--crea-muted);border-radius:6px}.crea-chat__close svg{width:18px;height:18px}.crea-chat__close:hover{color:var(--crea-fg);background:#0f1e190a}.crea-chat__close:focus-visible{outline:2px solid var(--crea-accent);outline-offset:2px}.crea-chat__messages{list-style:none;padding:16px;margin:0;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px}.crea-chat__messages::-webkit-scrollbar{width:6px}.crea-chat__messages::-webkit-scrollbar-thumb{background:#00000029;border-radius:3px}.crea-chat__message{max-width:82%;padding:10px 14px;border-radius:var(--crea-radius-bubble);font-family:var(--crea-font-body);font-size:14px;line-height:20px;white-space:pre-wrap;word-wrap:break-word;margin-bottom:0}.crea-chat__message--user{align-self:flex-end;background:var(--crea-accent);color:#fff;border-bottom-right-radius:4px}.crea-chat__message--assistant{align-self:flex-start;background:var(--crea-bg-bubble-ai);color:var(--crea-fg);border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000d}.crea-chat__message--error{align-self:center;background:#ffe9e3;color:#8a3622;font-size:13px;border-radius:8px}.crea-chat__cursor{display:inline-block;width:8px;height:14px;background:currentColor;margin-left:2px;vertical-align:text-bottom;animation:crea-blink .9s steps(2) infinite}@keyframes crea-blink{to{opacity:0}}.crea-chat__quick-replies{display:flex;flex-wrap:nowrap;justify-content:center;gap:8px;padding:6px 16px 2px;background:transparent;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.crea-chat__quick-replies::-webkit-scrollbar{display:none}.crea-chat__quick-replies[hidden]{display:none}.crea-chat__quick-reply{background:#fff;border:1px solid #ECE6DA;color:var(--crea-fg);border-radius:var(--crea-radius-chip);padding:7px 13px;font-family:var(--crea-font-display);font-weight:600;font-size:12.5px;letter-spacing:-.1px;cursor:pointer;white-space:nowrap;flex-shrink:0;box-shadow:0 1px 2px #0f0f0f0a;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.crea-chat__quick-reply:hover{border-color:#d6cfc2;box-shadow:0 2px 6px #0f0f0f12;transform:translateY(-1px)}.crea-chat__quick-reply:focus-visible{outline:2px solid var(--crea-accent);outline-offset:2px}.crea-chat__product-card{display:flex;gap:12px;background:var(--crea-bg-bubble-ai);border:1px solid var(--crea-border);border-radius:var(--crea-radius-bubble);padding:10px;margin-top:10px;align-items:center;box-shadow:0 2px 8px #0000000d}.crea-chat__product-card-image{width:60px;height:60px;border-radius:8px;object-fit:cover;flex-shrink:0}.crea-chat__product-card-body{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.crea-chat__product-card-title{font-family:var(--crea-font-display);font-size:14px;font-weight:700;margin:0}.crea-chat__product-card-price{font-family:var(--crea-font-display);font-size:13px;font-weight:600;color:var(--crea-muted);margin:0}.crea-chat__product-card-cta{background:var(--crea-accent);color:#fff;border:none;border-radius:8px;padding:8px 12px;font-family:var(--crea-font-display);font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.crea-chat__product-card-cta:hover{filter:brightness(1.05)}.crea-chat__product-card-cta:disabled{opacity:.5;cursor:not-allowed}.crea-chat__product-card-cta:focus-visible{outline:2px solid var(--crea-fg);outline-offset:2px}.crea-chat__email-capture{background:var(--crea-bg);border:1px solid var(--crea-border);border-radius:12px;padding:12px;margin-top:10px;display:flex;flex-direction:column;gap:8px}.crea-chat__email-capture-message{font-size:13px;color:var(--crea-fg);margin:0}.crea-chat__email-capture-row{display:flex;gap:6px}.crea-chat__email-capture-input{flex:1;padding:8px 10px;border:1px solid var(--crea-border);border-radius:8px;font-size:13px;font-family:inherit}.crea-chat__email-capture-input:focus-visible{outline:2px solid var(--crea-accent);outline-offset:-1px}.crea-chat__email-capture-submit{background:var(--crea-accent);color:#fff;border:none;border-radius:8px;padding:8px 12px;font-size:13px;font-weight:600;cursor:pointer}.crea-chat__email-capture-submit:disabled{opacity:.5;cursor:not-allowed}.crea-chat__form{display:flex;align-items:center;gap:4px;margin:10px 14px 0;padding:5px 5px 5px 18px;background:var(--crea-bg-input);border:1px solid #ECE6DA;border-radius:var(--crea-radius-input);box-shadow:0 2px 6px #0f0f0f0a;transition:border-color .16s ease,box-shadow .16s ease}.crea-chat__form:focus-within{border-color:#c9c3b8;box-shadow:0 4px 12px #0f0f0f14}.crea-chat__input{flex:1;min-width:0;padding:10px 4px;border:0;outline:0;background:transparent;font-family:var(--crea-font-body);font-size:15px;color:var(--crea-fg)}.crea-chat__input:focus,.crea-chat__input:focus-visible{outline:0;box-shadow:none}.crea-chat__input::placeholder{color:var(--crea-muted)}.crea-chat__send{width:38px;height:38px;border-radius:50%;background:var(--crea-accent);border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.crea-chat__send svg{width:18px;height:18px}.crea-chat__send:hover{filter:brightness(1.05)}.crea-chat__send:disabled{background:var(--crea-border);opacity:1;cursor:default}.crea-chat__send:focus-visible{outline:2px solid var(--crea-fg);outline-offset:2px}.crea-chat__disclaimer{text-align:center;padding:2px 16px 14px;margin:0;font-family:var(--crea-font-body);font-size:10px;color:var(--crea-fg-2)}.crea-chat .visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:640px){.crea-chat__panel{right:0;bottom:0;left:0;top:0;width:100%;height:100dvh;max-height:none;border-radius:0}.crea-chat__bubble{right:16px;bottom:16px}.crea-chat__header{padding-top:max(14px,env(safe-area-inset-top))}.crea-chat__form{padding-bottom:max(12px,env(safe-area-inset-bottom))}}body.crea-chat-open{overflow:hidden}@media(min-width:641px){body.crea-chat-open{overflow:visible}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-storefront-chat.css.map */
