.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@font-face{font-family:NouvelRBook;src:url(/build/fonts/NouvelRBook.ttf) format("truetype");font-display:swap}.francek-chat{--chat-ink: #000;--chat-muted: #8b8b8b;--chat-paper: #f7f6f6;--chat-line: #d9d9d9;--chat-button: #242424;display:grid;grid-template-rows:85px minmax(0,1fr) auto 35px;width:100%;height:100%;overflow:hidden;color:var(--chat-ink);font-family:NouvelRBook,NouvelRRegular,sans-serif;background:var(--chat-paper);border-radius:8px}.francek-chat__header{display:flex;align-items:center;justify-content:space-between;min-width:0;padding:20px;background:#fff;border-bottom:1px solid var(--chat-line)}.francek-chat__identity,.francek-chat__utilities,.francek-chat__prompt,.francek-chat__composer{display:flex;align-items:center}.francek-chat__identity{gap:19px;min-width:0}.francek-chat__avatar{flex:0 0 45px;display:block}.francek-chat__identity h1{margin:0;font-family:NouvelRSemibold,NouvelRRegular,sans-serif;font-size:20px;font-weight:400;line-height:24px;white-space:nowrap}.francek-chat__identity p{margin:5px 0 0;color:var(--chat-muted);font-size:16px;line-height:1;white-space:nowrap}.francek-chat__utilities{gap:14px;margin-left:12px}.francek-chat__icon-button{display:grid;width:24px;height:24px;padding:0;color:#969696;background:transparent;border:0;cursor:pointer;place-items:center}.francek-chat__icon-button svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.05}.francek-chat button:focus-visible,.francek-chat a:focus-visible,.francek-chat input:focus-visible{outline:2px solid #cfa65f;outline-offset:3px}.francek-chat__conversation{min-height:0;padding:15px 20px 24px;overflow-y:auto}.francek-chat__greeting{width:243px;height:127px;padding:19px 19px 14px;background:#fff;border:1px solid #ebebeb;border-radius:0 8px 8px;box-shadow:0 4px 4px #d9d9d966}.francek-chat__greeting p{margin:0;font-size:16px;line-height:20px}.francek-chat__greeting time{display:block;margin-top:9px;color:#9f9f9f;font-size:14px;line-height:18px}.francek-chat__prompt{justify-content:flex-start;gap:5px;width:max-content;margin:20px 99px 10px;color:#6b6b6b;font-size:14px;line-height:18px;text-align:right;white-space:nowrap}.francek-chat__prompt img{flex:0 0 16px}.francek-chat__suggestions{display:grid;gap:10px}.francek-chat__suggestion{position:relative;min-height:126px;padding:20px 58px 14px 20px;border-radius:4px}.francek-chat__suggestion--appointment{background:#edd4bc}.francek-chat__suggestion--shop{min-height:127px;background:#fedbd1}.francek-chat__suggestion-icon{position:absolute;top:15px;right:20px;display:grid;width:40px;height:40px;place-items:center}.francek-chat__suggestion-icon--calendar{display:block}.francek-chat__suggestion-icon--bag{background:#fff;border-radius:50%}.francek-chat__suggestion-icon--bag img{display:block;width:17.15px;height:16.45px}.francek-chat__suggestion h2{max-width:330px;margin:0;font-family:NouvelRSemibold,NouvelRRegular,sans-serif;font-size:18px;font-weight:400;line-height:20px;text-transform:uppercase}.francek-chat__suggestion p{margin:6px 0 10px;font-size:14px;line-height:16px}.francek-chat__suggestion button,.francek-chat__suggestion a{display:inline-grid;min-width:108px;height:34px;padding:0 16px;color:#fff;font-family:NouvelRRegular,sans-serif;font-size:12px;font-weight:400;line-height:14px;text-decoration:none;text-transform:uppercase;background:var(--chat-button);border:0;cursor:pointer;place-items:center}.francek-chat__messages{display:grid;gap:15px;margin-top:22px;padding-bottom:2px}.francek-chat__message{display:grid;width:fit-content;min-width:0}.francek-chat__message--user{justify-self:end;animation:francek-chat-user-in .36s cubic-bezier(.16,1,.3,1) both}.francek-chat__message--assistant{justify-self:stretch;width:100%;animation:francek-chat-assistant-in .42s cubic-bezier(.16,1,.3,1) both}.francek-chat__message-bubble{overflow:hidden}.francek-chat__message--user .francek-chat__message-bubble{width:min(279px,calc(100vw - 60px));padding:19px 19px 18px;color:#000;background:#fde6df;border-radius:8px 8px 0;box-shadow:2px 2px 2px #6c3e4224}.francek-chat__message--assistant .francek-chat__message-bubble{width:min(394px,calc(100vw - 60px));padding:18px 19px 17px;color:#000;background:#fff;border:1px solid #ebebeb;border-radius:0 8px 8px;box-shadow:0 4px 2px #d9d9d966}.francek-chat__message-paragraph{margin:0;font-size:16px;line-height:20px}.francek-chat__message-paragraph+.francek-chat__message-paragraph{margin-top:0}.francek-chat__message-time{display:block;margin-top:7px;color:#9f9f9f;font-size:14px;line-height:18px}.francek-chat__message--assistant .francek-chat__message-paragraph,.francek-chat__message--assistant .francek-chat__message-markdown{animation:francek-chat-paragraph-in .52s cubic-bezier(.16,1,.3,1) both}.francek-chat__message-markdown{font-size:16px;line-height:20px}.francek-chat__message-markdown>:first-child{margin-top:0}.francek-chat__message-markdown>:last-child{margin-bottom:0}.francek-chat__message-markdown p{margin:8px 0;font-size:inherit;line-height:inherit}.francek-chat__message-markdown ul,.francek-chat__message-markdown ol{margin:8px 0;padding-left:22px}.francek-chat__message-markdown li{margin:3px 0}.francek-chat__message-markdown h1,.francek-chat__message-markdown h2,.francek-chat__message-markdown h3,.francek-chat__message-markdown h4,.francek-chat__message-markdown h5,.francek-chat__message-markdown h6{margin:12px 0 6px;font-size:16px;line-height:20px}.francek-chat__message-markdown a{color:#ce9094;text-decoration:underline;text-underline-offset:2px}.francek-chat__message-markdown strong{font-weight:700}.francek-chat__message-markdown code{padding:1px 5px;font-size:14px;background:#f6f1ee;border-radius:4px}.francek-chat__message-markdown pre{margin:8px 0;padding:10px 12px;overflow-x:auto;background:#f6f1ee;border-radius:6px}.francek-chat__message-markdown pre code{padding:0;background:none}.francek-chat__message-markdown table{width:100%;margin:8px 0;border-collapse:collapse}.francek-chat__message-markdown th,.francek-chat__message-markdown td{padding:5px 8px;border:1px solid #ebebeb;text-align:left}.francek-chat__message-markdown blockquote{margin:8px 0;padding-left:12px;border-left:3px solid #ebebeb;color:#555}.francek-chat__message--streaming .francek-chat__message-paragraph:last-child:after,.francek-chat__message--streaming .francek-chat__message-markdown:last-child>:last-child:after{display:inline-block;width:1px;height:1em;margin-left:3px;vertical-align:-.12em;background:#cfa65f;content:"";animation:francek-chat-caret .8s steps(1,end) infinite}.francek-chat__products{display:flex;gap:16px;width:calc(100% + 20px);margin-top:15px;padding:0 20px 10px 0;overflow-x:hidden;overscroll-behavior:contain;scroll-behavior:smooth;scrollbar-width:none;touch-action:pan-y;cursor:grab;-webkit-user-select:none;user-select:none;-webkit-overflow-scrolling:auto}.francek-chat__products::-webkit-scrollbar{display:none}.francek-chat__products--dragging{scroll-behavior:auto;cursor:grabbing}.francek-chat__product-card{position:relative;isolation:isolate;display:flex;flex:0 0 170px;flex-direction:column;min-height:333px;overflow:hidden;color:#242424;background:#fff;border-radius:4px;cursor:pointer}.francek-chat__product-link{display:flex;flex:1;flex-direction:column;color:inherit;text-decoration:none}.francek-chat__product-link:focus-visible{outline:2px solid #ce9094;outline-offset:-2px}.francek-chat__product-visual{position:relative;width:170px;height:161px;overflow:hidden;background:#fff}.francek-chat__product-visual>img{display:block;width:170px;height:161px;object-fit:cover;pointer-events:none}.francek-chat__favorite{position:absolute;z-index:3;top:4px;left:4px;display:grid;width:44px;height:44px;padding:12px;background:#ffffffe0;border:0;border-radius:50%;cursor:pointer;place-items:center}.francek-chat__favorite svg{display:block;width:20px;height:18px;overflow:visible;pointer-events:none}.francek-chat__favorite:focus-visible{outline:2px solid #ce9094;outline-offset:-3px}.francek-chat__product-copy{display:flex;flex:1;flex-direction:column;align-items:center;padding:20px 10px 8px;text-align:center}.francek-chat__product-brand{margin:0 0 8px;color:#a1a1a1;font-size:12px;line-height:14px;text-transform:uppercase}.francek-chat__product-name{display:-webkit-box;overflow:hidden;margin:0;color:#242424;font-size:14px;line-height:17px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.francek-chat__product-price{display:flex;flex-direction:column;align-items:center;gap:4px;min-height:53px;padding:4px 10px 10px;text-align:center}.francek-chat__product-price strong{font-family:NouvelRBold,NouvelRSemibold,sans-serif;font-size:16px;font-weight:400;line-height:19px}.francek-chat__product-price span{color:#a1a1a1;font-size:11px;line-height:14px;text-transform:uppercase}.francek-chat__typing{display:flex;align-items:center;gap:8px;justify-self:start}.francek-chat__typing>img{display:block;width:22px;height:22px}.francek-chat__typing>span{display:flex;align-items:center;gap:4px;height:32px;padding:0 12px;background:#fff;border:1px solid #bebebe;border-radius:0 8px 8px;box-shadow:0 4px 10px #24242412}.francek-chat__typing i{display:block;width:5px;height:5px;background:#8b8b8b;border-radius:50%;animation:francek-chat-typing .9s ease-in-out infinite}.francek-chat__typing i:nth-child(2){animation-delay:.14s}.francek-chat__typing i:nth-child(3){animation-delay:.28s}.francek-chat__appointment-invite{display:flex;align-items:center;gap:9px;margin-top:10px;padding:10px 12px;background:#fde6df;border-radius:6px}.francek-chat__appointment-invite>img{flex:0 0 18px}.francek-chat__appointment-invite p{margin:0;color:#7a4038;font-size:14px;line-height:18px}.francek-chat__appt{width:min(394px,calc(100vw - 60px));margin-top:15px;padding-left:0!important;padding-right:0!important;overflow:hidden;background:#fff;border:1px solid #ebebeb;border-radius:0 8px 8px;box-shadow:0 4px 2px #d9d9d966;animation:francek-chat-assistant-in .42s cubic-bezier(.16,1,.3,1) both}.francek-chat__appt-summary{padding:14px 18px 6px;background:var(--chat-paper);border-bottom:1px solid #ebebeb}.francek-chat__appt-summary-title{margin:0 0 6px;color:var(--chat-muted);font-family:NouvelRSemibold,NouvelRRegular,sans-serif;font-size:11px;font-weight:400;letter-spacing:.09em;line-height:14px;text-transform:uppercase}.francek-chat__appt-summary-row{display:grid;grid-template-columns:92px 1fr 16px;align-items:baseline;gap:8px;width:100%;margin:0;padding:7px 0;color:inherit;font:inherit;text-align:left;background:transparent;border:0;border-top:1px solid #e7e2df;cursor:pointer}div.francek-chat__appt-summary-row{cursor:default}.francek-chat__appt-summary-row span{color:var(--chat-muted);font-size:10px;letter-spacing:.07em;text-transform:uppercase}.francek-chat__appt-summary-row strong{min-width:0;overflow-wrap:anywhere;color:var(--chat-ink);font-family:NouvelRSemibold,NouvelRRegular,sans-serif;font-size:13px;font-weight:400;line-height:17px}.francek-chat__appt-summary-row svg{width:14px;height:14px;fill:none;stroke:#b3aca8;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.4;justify-self:end;align-self:center}button.francek-chat__appt-summary-row:hover strong{text-decoration:underline;text-underline-offset:2px}.francek-chat__appt-body{padding:14px 18px 18px}.francek-chat__appt-progress{display:flex;align-items:center;gap:10px;min-height:26px;margin-bottom:10px}.francek-chat__appt-step-label{flex:1;color:var(--chat-muted);font-size:11px;letter-spacing:.08em;text-transform:uppercase}.francek-chat__appt-dots{display:flex;gap:5px}.francek-chat__appt-dots i{width:6px;height:6px;background:#dedad7;border-radius:50%;transition:background .24s ease-in-out}.francek-chat__appt-dot--done{background:#cfa65f!important}.francek-chat__appt-dot--current{background:#242424!important}.francek-chat__appt-step-title{margin:2px 0 12px;font-family:NouvelRSemibold,NouvelRRegular,sans-serif;font-size:15px;font-weight:400;line-height:19px}.francek-chat__appt-options{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.francek-chat__appt-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:11px 13px;color:var(--chat-ink);font-family:NouvelRBook,NouvelRRegular,sans-serif;font-size:14px;line-height:18px;text-align:left;background:#faf8f7;border:1px solid #eeeae8;border-radius:4px;cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out}.francek-chat__appt-option:hover:not(:disabled){border-color:#ddd4cf}.francek-chat__appt-option:disabled{color:#b3aca8;cursor:default}.francek-chat__appt-option-title{min-width:0;overflow-wrap:anywhere}.francek-chat__appt-option-chevron{display:grid;width:16px;height:16px;place-items:center;color:var(--chat-muted);transition:transform .24s cubic-bezier(.16,1,.3,1)}.francek-chat__appt-option-chevron svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.francek-chat__appt-service--open .francek-chat__appt-option-chevron{transform:rotate(90deg)}.francek-chat__appt-service--open .francek-chat__appt-option{background:#fff;border-color:#ddd4cf}.francek-chat__appt-check{visibility:hidden;color:#242424;font-size:13px}.francek-chat__appt-option--active{background:#fde6df;border-color:#fde6df}.francek-chat__appt-option--active .francek-chat__appt-check{visibility:visible}.francek-chat__appt-subs{display:flex;flex-wrap:wrap;gap:6px;padding:9px 2px 3px}.francek-chat__appt-chip{padding:7px 11px;color:var(--chat-ink);font-family:NouvelRBook,NouvelRRegular,sans-serif;font-size:13px;line-height:16px;background:#fff;border:1px solid #e3ddda;border-radius:3px;cursor:pointer;transition:background .2s ease-in-out,border-color .2s ease-in-out}.francek-chat__appt-chip:hover{border-color:#ddd4cf}.francek-chat__appt-chip--active{background:#fde6df;border-color:#eec5c8}.francek-chat__appt-note{margin:2px 0 0;color:#a1a1a1;font-size:11px;line-height:15px}.francek-chat__appt-option .francek-chat__appt-note{text-align:right}.francek-chat__appt-calendar{margin-bottom:4px}.francek-chat__appt-calendar-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.francek-chat__appt-month{color:var(--chat-ink);font-family:NouvelRSemibold,NouvelRRegular,sans-serif;font-size:13px}.francek-chat__appt-nav{display:grid;width:28px;height:28px;padding:0;color:#6b6b6b;background:transparent;border:0;border-radius:4px;cursor:pointer;place-items:center}.francek-chat__appt-nav:hover:not(:disabled){background:var(--chat-paper)}.francek-chat__appt-nav:disabled{color:#d5d0cd;cursor:default}.francek-chat__appt-nav svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5}.francek-chat__appt-weekdays,.francek-chat__appt-days{display:grid;grid-template-columns:repeat(7,1fr);gap:3px}.francek-chat__appt-weekdays{margin-bottom:4px}.francek-chat__appt-weekdays span{color:var(--chat-muted);font-size:10px;letter-spacing:.05em;text-align:center;text-transform:uppercase}.francek-chat__appt-day{aspect-ratio:1 / 1;width:100%;padding:0;color:var(--chat-ink);font:inherit;font-size:12px;background:transparent;border:0;border-radius:4px;cursor:pointer;transition:background .16s ease-in-out}.francek-chat__appt-day:hover:not(:disabled):not(.francek-chat__appt-day--active){background:#fde6df}.francek-chat__appt-day--off{color:#d5d0cd;cursor:default}.francek-chat__appt-day--today{box-shadow:inset 0 0 0 1px #cfa65f}.francek-chat__appt-day--active{background:#242424;color:#fff}.francek-chat__appt-slots{display:flex;flex-wrap:wrap;align-items:center;gap:6px;min-height:34px;margin-top:10px}.francek-chat__appt-hint{margin:0;color:var(--chat-muted);font-size:12px}.francek-chat__appt-slot{min-width:58px;padding:7px 10px;color:var(--chat-ink);font:inherit;font-size:13px;line-height:16px;background:#faf8f7;border:1px solid #eeeae8;border-radius:3px;cursor:pointer;transition:background .18s ease-in-out}.francek-chat__appt-slot:hover{background:#fde6df}.francek-chat__appt-slot--active{background:#242424;border-color:#242424;color:#fff}.francek-chat__appt-form{display:flex;flex-direction:column;gap:13px;margin-bottom:4px}.francek-chat__appt-gender{display:inline-flex;align-self:flex-start;overflow:hidden;border:1px solid #e3ddda;border-radius:4px}.francek-chat__appt-gender-option{padding:8px 18px;color:var(--chat-muted);font-family:NouvelRRegular,sans-serif;font-size:12px;letter-spacing:.05em;text-transform:uppercase;background:#fff;border:0;cursor:pointer}.francek-chat__appt-gender-option+.francek-chat__appt-gender-option{border-left:1px solid #e3ddda}.francek-chat__appt-gender-option--active{background:#242424;color:#fff}.francek-chat__appt-field span{display:block;margin-bottom:3px;color:var(--chat-muted);font-size:10px;letter-spacing:.07em;text-transform:uppercase}.francek-chat__appt-field input,.francek-chat__appt-field textarea{width:100%;padding:7px 2px;color:var(--chat-ink);font-family:NouvelRBook,NouvelRRegular,sans-serif;font-size:14px;line-height:18px;background:transparent;border:0;border-bottom:1px solid #d9d9d9;border-radius:0;resize:vertical}.francek-chat__appt-field input::placeholder,.francek-chat__appt-field textarea::placeholder{color:#b3aca8}.francek-chat__appt-field input:focus,.francek-chat__appt-field textarea:focus{outline:0;border-bottom-color:#242424}.francek-chat__appt-terms{display:flex;align-items:flex-start;gap:8px;color:#6b6b6b;font-size:12px;line-height:16px;cursor:pointer}.francek-chat__appt-terms input{flex:0 0 auto;width:15px;height:15px;margin:0;accent-color:#242424;cursor:pointer}.francek-chat__appt-terms a{color:#ce9094;text-decoration:underline;text-underline-offset:2px}.francek-chat__appt-button{display:inline-grid;min-height:34px;padding:0 18px;color:#242424;font-family:NouvelRRegular,sans-serif;font-size:12px;letter-spacing:.07em;line-height:14px;text-transform:uppercase;background:transparent;border:1px solid #242424;border-radius:2px;cursor:pointer;place-items:center;transition:background .22s ease-in-out,color .22s ease-in-out}.francek-chat__appt-button:hover:not(:disabled){background:#f7f1ee}.francek-chat__appt-button--primary{width:100%;min-height:38px;margin-top:12px;color:#fff;background:#242424;border:0}.francek-chat__appt-button--primary:hover:not(:disabled){background:#353535}.francek-chat__appt-button:disabled{opacity:.45;cursor:not-allowed}.francek-chat__appt-retry{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:14px}.francek-chat__appt-error{margin:0 0 10px;padding:9px 11px;color:#8b3a3a;font-size:12px;line-height:17px;white-space:pre-line;background:#fef0f0;border:1px solid #f5c6c6;border-radius:6px}.francek-chat__appt-loading{display:flex;align-items:center;gap:9px;padding:6px 0 12px;color:var(--chat-muted);font-size:13px}.francek-chat__appt-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(36,36,36,.18);border-top-color:#242424;border-radius:50%;animation:francek-chat-appt-spin .7s linear infinite}.francek-chat__appt-skeleton{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}.francek-chat__appt-skeleton i{height:38px;background:#f6f1ee;border-radius:4px;animation:francek-chat-appt-pulse 1.3s ease-in-out infinite alternate}.francek-chat__appt-skeleton i:nth-child(2){animation-delay:.12s}.francek-chat__appt-skeleton i:nth-child(3){animation-delay:.24s}.francek-chat__appt-skeleton i:nth-child(4){animation-delay:.36s}.francek-chat__appt-success{padding:26px 22px 30px;text-align:center}.francek-chat__appt-success svg{width:46px;height:46px;fill:none;stroke:#cfa65f;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.3}.francek-chat__appt-success-title{margin:12px 0 4px;color:#242424;font-family:Birthstone,cursive;font-size:34px;font-weight:400;line-height:1.1}.francek-chat__appt-success-text{margin:0;color:var(--chat-muted);font-size:13px;line-height:18px}@keyframes francek-chat-appt-spin{to{transform:rotate(360deg)}}@keyframes francek-chat-appt-pulse{0%{opacity:1}to{opacity:.45}}@keyframes francek-chat-user-in{0%{opacity:0;clip-path:inset(0 0 0 100% round 8px);transform:translate3d(12px,8px,0)}to{opacity:1;clip-path:inset(0 0 0 0 round 8px);transform:translateZ(0)}}@keyframes francek-chat-assistant-in{0%{opacity:0;filter:blur(4px);transform:translate3d(-8px,10px,0)}to{opacity:1;filter:blur(0);transform:translateZ(0)}}@keyframes francek-chat-paragraph-in{0%{opacity:0;clip-path:inset(0 0 100% 0);transform:translate3d(0,8px,0)}to{opacity:1;clip-path:inset(0 0 0 0);transform:translateZ(0)}}@keyframes francek-chat-caret{0%,45%{opacity:1}46%,to{opacity:0}}@keyframes francek-chat-typing{0%,65%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.francek-chat__composer{gap:15px;min-height:47px;margin:0 20px;padding:11px 11px 11px 12px;background:#fff;border-radius:8px;box-shadow:0 1px 1.5px #0000001f}.francek-chat__composer>img{flex:0 0 24px;width:14px;height:19px;object-fit:contain}.francek-chat__composer input{width:100%;min-width:0;padding:0;color:var(--chat-ink);font-family:NouvelRBook,NouvelRRegular,sans-serif!important;font-size:14px;line-height:18px;background:transparent;border:0}.francek-chat__composer input::placeholder{color:var(--chat-muted);font-family:NouvelRBook,NouvelRRegular,sans-serif!important;font-weight:400}.francek-chat__composer input:focus{outline:0}.francek-chat__composer button{display:grid;flex:0 0 24px;width:24px;height:24px;padding:0;background:transparent;border:0;cursor:pointer;place-items:center}.francek-chat__composer button img{display:block;width:24px;height:24px}.francek-chat__error{display:flex;align-items:center;gap:10px;margin:0 20px 8px;padding:10px 14px;color:#8b3a3a;font-size:13px;line-height:17px;background:#fef0f0;border:1px solid #f5c6c6;border-radius:6px;animation:francek-chat-assistant-in .32s cubic-bezier(.16,1,.3,1) both}.francek-chat__error-text{flex:1;margin:0}.francek-chat__error-dismiss{flex:0 0 20px;display:grid;width:20px;height:20px;padding:0;color:#c78a8a;background:transparent;border:0;cursor:pointer;place-items:center}.francek-chat__error-dismiss svg{width:16px;height:16px}.francek-chat__powered{margin:10px 0 0;color:#a2a2a2;font-size:14px;line-height:16px;text-align:center}@media(max-width:480px){.francek-chat{grid-template-rows:85px minmax(0,1fr) auto 35px}.francek-chat__header{padding:20px}.francek-chat__identity{gap:19px}.francek-chat__avatar{width:45px;height:45px;flex-basis:45px}.francek-chat__identity h1{font-size:20px}.francek-chat__identity p{font-size:16px}.francek-chat__utilities{gap:6px}.francek-chat__conversation{padding:15px 20px 24px}.francek-chat__composer{margin:0 20px}.francek-chat__suggestion{padding-left:20px}.francek-chat__prompt{margin-right:0;margin-left:auto}.francek-chat__suggestion h2{max-width:330px;font-size:18px}}@media(max-width:390px){.francek-chat__header{padding:14px 16px}.francek-chat__identity{gap:10px}.francek-chat__avatar{width:40px;height:40px;flex-basis:40px}.francek-chat__identity h1{font-size:17px;line-height:21px}.francek-chat__identity p{margin-top:3px;font-size:13px}.francek-chat__utilities{gap:4px;margin-left:8px}.francek-chat__icon-button,.francek-chat__icon-button svg{width:22px;height:22px}.francek-chat__message{max-width:100%}.francek-chat__products{width:calc(100% + 16px);padding-right:16px}.francek-chat__appt{width:100%}}@media(prefers-reduced-motion:reduce){.francek-chat__message,.francek-chat__message-paragraph,.francek-chat__message-markdown,.francek-chat__typing i,.francek-chat__appt,.francek-chat__message--streaming .francek-chat__message-paragraph:last-child:after{animation:none!important}.francek-chat__appt-spinner,.francek-chat__appt-skeleton i{animation-duration:2.4s!important}}
