chat-bot{position:fixed;z-index:2;bottom:20px;right:20px;line-height:1.2;letter-spacing:0;color:#000;font-size:15px;pointer-events:none}chat-bot>*{pointer-events:auto}chat-bot .chat-bot__trigger{width:80px;height:80px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-radius:100px;border:none;position:absolute;bottom:0;right:0;box-shadow:0 10px 40px #0000001a,0 0 1px #0003;cursor:pointer;z-index:1;transition:transform .2s,opacity .2s,filter .2s}chat-bot .chat-bot__trigger img.chat-bot__trigger__bg{position:absolute;width:100%;border-radius:100px}chat-bot .chat-bot__trigger img.chat-bot__trigger__char{position:absolute;width:60px;bottom:10px;left:14.5px;border-radius:0 0 30px 10px;transition:transform .2s}chat-bot .chat-bot__trigger:hover{transform:scale(1.07)}chat-bot .chat-bot__trigger:hover img.chat-bot__trigger__char{transform:translateY(-5px) scale(1.07)}chat-bot .chat-bot__trigger:active{transform:scale(1)}chat-bot .chat-bot__trigger:active img.chat-bot__trigger__char{transform:none}chat-bot[data-open] .chat-bot__trigger,chat-bot[data-open] .chat-bot__hook,chat-bot[data-hook-dismissed] .chat-bot__hook{opacity:0;pointer-events:none;transform:scale(.5) translate(20px,40px)}chat-bot .chat-bot__hook{width:178px;padding:10px 15px;background-color:#fff;display:flex;flex-direction:column;align-items:flex-start;border-radius:22px;position:absolute;bottom:90px;right:0;box-shadow:0 10px 40px #0000001a,0 0 1px #0003;font-weight:500;font-size:14px;transition:transform .2s,opacity .2s,filter .2s}chat-bot .chat-bot__hook p{margin:0;line-height:1.4}chat-bot .chat-bot__hook span{color:#9f19da}chat-bot .chat-bot__hook button{font-family:inherit;border:none;background-color:transparent;font-size:12px;font-weight:700;color:#b7b7b7;display:flex;align-items:center;gap:4px;cursor:pointer;padding:4px 0;transition:color .2s}chat-bot .chat-bot__hook button:hover{color:#9f19da}chat-bot .chat-bot__window{position:relative;padding:10px;background-color:#fff;box-shadow:0 10px 40px #0000001a,0 0 1px #0003;border-radius:32px;width:450px;margin-bottom:35px;transition:transform .2s,opacity .2s}chat-bot:not([data-open]) .chat-bot__window{opacity:0;transform:scale(.7) translateY(250px) rotate(-10deg);pointer-events:none;filter:blur(10px)}chat-bot .chat-bot__actions{position:absolute;right:0;bottom:-38px;display:flex;padding-right:10px;pointer-events:none}chat-bot .chat-bot__actions>button{position:relative;font-family:inherit;border:none;background-color:transparent;font-size:12px;font-weight:700;color:#0000009c;display:flex;align-items:center;gap:4px;cursor:pointer;padding:5px 10px;pointer-events:auto;transition:color .2s}chat-bot .chat-bot__actions>button:before{content:"";position:absolute;pointer-events:none;background-color:#fff;width:calc(100% + 10px);height:calc(100% + 10px);top:-5px;left:-5px;border-radius:100%;z-index:-1;filter:blur(15px)}chat-bot .chat-bot__actions>button:hover{color:#9f19da}chat-bot main{height:340px;display:flex;position:relative}chat-bot main>img{position:absolute;bottom:-68px;left:-48px;width:276px;-webkit-user-select:none;user-select:none;pointer-events:none}chat-bot main aside{width:150px;position:absolute;bottom:0;left:0;-webkit-user-select:none;user-select:none;pointer-events:none;z-index:1}chat-bot main aside>div{width:calc(100% + 20px);height:100%;position:absolute;top:0;left:20px;display:flex;flex-direction:column;align-items:center}chat-bot main aside>div .name{font-size:15px;font-weight:800;color:#9f19da;background:#9f19da1a;border-radius:100px;padding:7px 18px;position:absolute;bottom:275px;left:10px;display:flex;align-items:center;gap:5px}chat-bot main aside>div .name span{font-size:9px;background:#9f19da;color:#fff;border-radius:5px;padding:1px 5px}chat-bot main aside>div .image{position:absolute;width:100%;aspect-ratio:2 / 3;bottom:-10px;display:flex;align-items:center;justify-content:center}chat-bot main aside>div .image>img{position:absolute;height:100%;width:100%}@keyframes bounce{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-15px) scale(.8,1.1);opacity:.7}to{transform:translateY(0) scale(1)}}@keyframes mini-bounce{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(.95,1.05)}to{transform:translateY(0) scale(1)}}.animation-bounce{animation:bounce .25s ease-in-out}.animation-mini-bounce{animation:mini-bounce .25s ease-in-out}chat-bot .chat-bot__chat{flex:1;display:flex;flex-direction:column;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgb(245,245,245) transparent;gap:10px;padding:10px 10px 10px 170px;align-items:flex-start}chat-bot .chat-bot__bubble{background-color:#fff;box-shadow:0 2px 4px #0000001a;border-radius:22px;padding:10px 15px;box-sizing:border-box;max-width:85%;font-weight:500;overflow-wrap:break-word;animation:message-appear .3s 0s cubic-bezier(.38,1.41,.58,.98) forwards}@keyframes message-appear{0%{opacity:0;transform:scale(.3) translate(-60px,10px) rotate(15deg)}to{opacity:1;transform:none}}chat-bot .chat-bot__bubble_chunk{display:inline-block;animation:message-appear .3s 0s cubic-bezier(.38,1.41,.58,.98) forwards;overflow-wrap:break-word;max-width:100%}chat-bot .chat-bot__bubble[data-user=true]{color:#fff;background-color:#9f19da;box-shadow:0 2px 4px #a019da4d;align-self:flex-end;animation:message-appear-user .3s 0s cubic-bezier(.38,1.41,.58,.98) forwards}@keyframes message-appear-user{0%{opacity:0;transform:scale(.3) translate(60px,10px) rotate(-15deg)}to{opacity:1;transform:none}}chat-bot form{position:relative;z-index:2}chat-bot form input{width:100%;font-family:inherit;color:#000;background-color:#fff;box-shadow:0 10px 40px #0000001a,0 0 1px #0003;border-radius:22px;outline:none;border:none;height:56px;margin:0;box-sizing:border-box;font-size:14px;font-weight:500;padding:0 56px 0 22px}chat-bot form input:focus-visible{outline:none;outline-offset:0px;box-shadow:0 10px 40px #0000001a,0 0 1px #00000080;border-radius:22px}chat-bot form button{position:absolute;right:5px;top:5px;border-radius:17px;width:46px;height:46px;background-color:#9f19da;color:#fff;outline:none;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #a019da4d;transition:.2s box-shadow}chat-bot form button:hover{box-shadow:0 2px 6px #a019da80}chat-bot .chat-bot__error-card{background-color:#ffcfcfa6;color:#db0f0f;box-shadow:0 2px 4px #0000001a,0 0 1px #d01919}chat-bot .chat-bot__product-card{display:flex;flex-direction:column;padding:10px;max-width:65%}chat-bot .chat-bot__product-card img{aspect-ratio:1;width:100%;object-fit:contain}chat-bot .chat-bot__product-card>span{font-size:12px;font-weight:700;color:#b7b7b7;display:flex;align-items:center;gap:4px}chat-bot .chat-bot__product-card>span svg{height:12px;width:12px}chat-bot .chat-bot__product-card .chat-bot__product-card__discount{font-weight:700;font-size:12px;padding:2px 8px;border-radius:100px;position:absolute;right:8px;top:8px;color:#9f19da;background:#9f19da1a}chat-bot .chat-bot__product-card>div{padding:4px;margin-bottom:5px}chat-bot .chat-bot__product-card h2{font-size:16px;line-height:1;margin:0 0 2px;font-weight:500}chat-bot .chat-bot__product-card .chat-bot__product-card__price{font-weight:700;color:#9f19da}chat-bot .chat-bot__product-card .chat-bot__product-card__price>span{text-decoration:line-through;font-weight:400;color:#000;font-size:12px}chat-bot .chat-bot__product-card a{padding:8px;text-decoration:none;background-color:#9f19da;font-weight:700;color:#fff;border-radius:12px;text-align:center;box-shadow:0 1px 4px #a019da4d;font-size:14px;transition:.2s box-shadow}chat-bot .chat-bot__product-card a:hover{box-shadow:0 2px 6px #a019da80}@media screen and (max-width: 509px){chat-bot{bottom:0;right:0;width:100%}chat-bot .chat-bot__trigger{bottom:10px;right:10px}chat-bot .chat-bot__window{width:100%;border-bottom-right-radius:0;border-bottom-left-radius:0;box-sizing:border-box;margin-bottom:0;padding-bottom:55px}chat-bot:not([data-open]) .chat-bot__window{opacity:0;transform:scale(.8) translateY(250px) rotate(0);pointer-events:none;filter:blur(10px)}chat-bot .chat-bot__actions{right:0;bottom:7px;padding-right:12px}chat-bot .chat-bot__actions>button{font-size:14px;gap:6px;padding:12px}chat-bot .chat-bot__chat{padding-left:calc(50% - 55px)}chat-bot main>img{left:-50px}chat-bot main aside{width:calc(50% - 75px);max-width:150px}chat-bot main aside>div .name{font-size:10px;gap:3px;padding:6px 12px;left:calc(50% - 60px)}chat-bot main aside>div .name span{font-size:6px;background:#9f19da;color:#fff;border-radius:3px;padding:.5px 3.5px}chat-bot form input{width:100%;font-size:16px}}@media screen and (max-width: 374px){chat-bot .chat-bot__chat{padding-left:32px}chat-bot main>img{bottom:-35px;left:-50px;width:150px}chat-bot main aside{width:30px;left:-20px}chat-bot main aside>div .name{display:none}}
