.nav-search{position:relative;display:flex;align-items:center;width:210px;height:40px;margin-left:4px;border:1px solid var(--line);border-radius:22px;background:#fff}.nav-search>i{margin-left:13px;color:var(--muted);font-size:13px}.nav-search input{height:38px;padding:8px 12px 8px 8px;border:0;border-radius:22px;background:transparent;font-size:13px}.nav-search input:focus{outline:0;box-shadow:none}.search-results{position:absolute;top:calc(100% + 10px);right:0;z-index:40;width:350px;overflow:hidden;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 15px 35px #0d302729}.search-result{display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:11px;padding:10px 12px;border-bottom:1px solid var(--line)}.search-result:last-child{border-bottom:0}.search-result:hover{background:var(--soft)}.search-result img,.search-placeholder{width:48px;height:48px;border-radius:7px;object-fit:cover;background:#e8ece5}.search-result span{display:grid;min-width:0}.search-result strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.search-result small{color:var(--muted)}.search-empty{padding:17px;color:var(--muted);text-align:center;font-size:13px}.support-chat{position:fixed;right:22px;bottom:22px;z-index:100}.chat-launcher{display:flex;align-items:center;gap:8px;min-height:50px;padding:0 18px;border:0;border-radius:28px;background:var(--green);color:#fff;box-shadow:0 10px 28px #0d30274d;font:700 14px DM Sans;cursor:pointer}.chat-launcher:hover{background:#0d3027;transform:translateY(-1px)}.chat-panel{position:absolute;right:0;bottom:64px;width:min(370px,calc(100vw - 28px));overflow:hidden;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:0 20px 55px #0d302740}.chat-panel header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:var(--green);color:#fff}.chat-panel header div{display:grid}.chat-panel header small{color:#cddbd6}.chat-close{border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}.chat-messages{display:flex;flex-direction:column;gap:10px;height:300px;overflow-y:auto;padding:16px;background:var(--paper)}.chat-message{max-width:88%;padding:10px 12px;border-radius:12px;font-size:13px;line-height:1.45;white-space:pre-line}.chat-message.bot{align-self:flex-start;border:1px solid var(--line);border-bottom-left-radius:3px;background:#fff}.chat-message.user{align-self:flex-end;border-bottom-right-radius:3px;background:var(--green);color:#fff}.chat-products{display:grid;gap:6px;align-self:flex-start;width:88%}.chat-products a{display:flex;justify-content:space-between;gap:8px;padding:9px 10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--green);font-size:12px;font-weight:700}.chat-suggestions{display:flex;gap:6px;padding:9px 12px;overflow-x:auto;border-top:1px solid var(--line)}.chat-suggestions button{flex:0 0 auto;padding:6px 9px;border:1px solid var(--line);border-radius:14px;background:#fff;color:var(--green);font-size:11px;cursor:pointer}.chat-form{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:11px;border-top:1px solid var(--line)}.chat-form input{min-width:0;padding:10px 12px;font-size:13px}.chat-form button{border:0;border-radius:8px;background:var(--green);color:#fff;cursor:pointer}@media(max-width:1100px)and (min-width:851px){.nav-search{width:44px}.nav-search input{width:0;padding-inline:0}.nav-search:focus-within{position:absolute;right:80px;width:280px}.nav-search:focus-within input{width:100%;padding:8px}}@media(max-width:850px){.nav-search{order:2;width:100%;margin:4px 0 0}.search-results{right:auto;left:0;width:100%}.support-chat{right:14px;bottom:14px}.chat-launcher span{display:none}.chat-launcher{width:52px;padding:0;justify-content:center}.chat-panel{bottom:62px}.chat-messages{height:280px}}
