.ai-chat-hero{--ai-hero-bg: #f7f5ef;--ai-hero-fg: #111111;--ai-hero-muted: #65615a;--ai-hero-panel: #ffffff;--ai-hero-accent: #111111;--ai-hero-accent-fg: #ffffff;--ai-hero-border: #ded9ce;--ai-hero-user: #eef0f2;color:var(--ai-hero-fg);font-family:inherit;background:var(--ai-hero-bg);padding:clamp(28px,6vw,72px) 16px}.ai-chat-hero--dark{--ai-hero-bg: #0b0d10;--ai-hero-fg: #f5f7fa;--ai-hero-muted: #a7b0bd;--ai-hero-panel: #12161d;--ai-hero-accent: #e7ff5f;--ai-hero-accent-fg: #111111;--ai-hero-border: #2a323d;--ai-hero-user: #243042;min-height:calc(100vh - 140px)}body.template-page:has(.ai-chat-hero--dark){background:var(--ai-hero-bg)}body.template-page:has(.ai-chat-hero--dark) .main{background:var(--ai-hero-bg)}body.template-page:has(.ai-chat-hero--dark) .breadcrumb{display:none}.ai-chat-hero__inner{max-width:920px;margin:0 auto}.ai-chat-hero__header{max-width:760px;margin:0 auto 22px;text-align:center}.ai-chat-hero__title{margin:0;font-size:clamp(30px,5vw,56px);line-height:1.04;letter-spacing:0}.ai-chat-hero--dark .ai-chat-hero__title{color:#fff}.ai-chat-hero__subtitle{margin:12px auto 0;max-width:620px;font-size:17px;line-height:1.5;color:var(--ai-hero-muted)}.ai-chat-hero__panel{background:var(--ai-hero-panel);border:1px solid var(--ai-hero-border);border-radius:8px;box-shadow:0 16px 44px #1111111f;overflow:hidden}.ai-chat-hero--dark .ai-chat-hero__panel{box-shadow:0 22px 70px #00000075}.ai-chat-hero__body{min-height:260px;max-height:480px;overflow-y:auto;padding:18px;display:flex;flex-direction:column;gap:12px}.ai-chat-hero__msg{max-width:82%;padding:11px 13px;border-radius:12px;font-size:15px;line-height:1.45;white-space:pre-wrap;word-wrap:break-word}.ai-chat-hero__msg--user{align-self:flex-end;background:var(--ai-hero-user);border-bottom-right-radius:4px}.ai-chat-hero__msg--assistant{align-self:flex-start;background:#fff;border:1px solid var(--ai-hero-border);border-bottom-left-radius:4px}.ai-chat-hero--dark .ai-chat-hero__msg--assistant,.ai-chat-hero--dark .ai-chat-hero__typing{background:#171c24}.ai-chat-hero__msg--error{align-self:stretch;background:#fff4f4;border:1px solid #e8c4c4;color:#8a2222;text-align:center}.ai-chat-hero--dark .ai-chat-hero__msg--error{background:#2a1618;border-color:#6f3038;color:#ffb8c0}.ai-chat-hero__typing{align-self:flex-start;display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:12px;background:#fff;border:1px solid var(--ai-hero-border);font-size:14px;color:var(--ai-hero-muted)}.ai-chat-hero__typing:before{content:"";width:10px;height:10px;border-radius:50%;background:var(--ai-hero-muted);animation:ai-chat-hero-pulse 1.4s infinite ease-in-out;flex:none}.ai-chat-hero__typing-phrase{font-style:italic;transition:opacity .18s ease}.ai-chat-hero__typing-phrase.is-fading{opacity:0}@keyframes ai-chat-hero-pulse{0%,to{transform:scale(.7);opacity:.35}50%{transform:scale(1);opacity:.9}}.ai-chat-hero__products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.ai-chat-hero__product{color:var(--ai-hero-fg);background:#fff;border:1px solid var(--ai-hero-border);border-radius:8px;overflow:hidden}.ai-chat-hero--dark .ai-chat-hero__product{background:#171c24}.ai-chat-hero__product:hover{box-shadow:0 6px 18px #1111111a;transform:translateY(-1px)}.ai-chat-hero__product-link{display:block;color:inherit;text-decoration:none}.ai-chat-hero__product-img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover;background:#f1f1f1}.ai-chat-hero--dark .ai-chat-hero__product-img{background:#202733}.ai-chat-hero__product-body{padding:9px 10px}.ai-chat-hero__product-title{margin:0 0 5px;font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-chat-hero__product-price{margin:0;font-size:14px;font-weight:700}.ai-chat-hero__product-oos{color:#8a2222;font-size:12px;margin:0;padding:0 10px 10px}.ai-chat-hero--dark .ai-chat-hero__product-oos{color:#ffb8c0}.ai-chat-hero__cart{display:block;width:calc(100% - 20px);min-height:36px;margin:0 10px 10px;border:0;border-radius:7px;background:var(--ai-hero-accent);color:var(--ai-hero-accent-fg);cursor:pointer;font:inherit;font-size:13px;font-weight:700}.ai-chat-hero__cart:disabled{cursor:not-allowed;opacity:.7}.ai-chat-hero__footer{border-top:1px solid var(--ai-hero-border);padding:12px}.ai-chat-hero--dark .ai-chat-hero__footer{background:#10141b}.ai-chat-hero__form{display:flex;gap:10px}.ai-chat-hero__input{flex:1;min-width:0;border:1px solid var(--ai-hero-border);border-radius:8px;padding:13px 14px;font-size:16px;font-family:inherit;background:#fbfbfb;outline:none}.ai-chat-hero--dark .ai-chat-hero__input{background:#0f1319;color:var(--ai-hero-fg)}.ai-chat-hero__input:focus{border-color:var(--ai-hero-accent);background:#fff}.ai-chat-hero--dark .ai-chat-hero__input:focus{background:#151a22}.ai-chat-hero__submit{width:48px;height:48px;flex:none;border:none;border-radius:8px;background:var(--ai-hero-accent);color:var(--ai-hero-accent-fg);cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.ai-chat-hero__submit svg{width:22px;height:22px}.ai-chat-hero__submit:disabled{opacity:.5;cursor:not-allowed}.ai-chat-hero__suggestions{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:16px auto 0}.ai-chat-hero__suggestion{border:1px solid var(--ai-hero-border);border-radius:999px;background:#fff;color:var(--ai-hero-fg);cursor:pointer;font:inherit;font-size:14px;padding:8px 12px}.ai-chat-hero--dark .ai-chat-hero__suggestion{background:#151a22}.ai-chat-hero__suggestion:hover{border-color:var(--ai-hero-accent)}.ai-chat-hero__disclaimer{color:var(--ai-hero-muted);font-size:12px;line-height:1.4;margin:12px auto 0;text-align:center}@media(max-width:700px){.ai-chat-hero{padding:28px 12px}.ai-chat-hero__body{min-height:220px;max-height:420px;padding:14px}.ai-chat-hero__msg{max-width:92%}.ai-chat-hero__products{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/ai-shop-assistant-inline.css.map */
