:root{--actual-vh: 100vh;--actual-vh-percent: 1vh}.hybrid-search-core{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:inherit;max-height:700px;max-height:100vh;max-height:var(--actual-vh);max-height:100svh;min-height:0;overflow:hidden;transition:height .4s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1);will-change:height,max-height;transform:translateZ(0)}@media (min-width: 769px){.hybrid-search-core{max-height:660px;transition:height .3s ease,max-height .3s ease}}@supports (-webkit-appearance: none){.hybrid-search-core{max-height:-webkit-fill-available}}@supports (height: 100svh){.hybrid-search-core{max-height:100svh}}.mobile-drawer-content{transition:height .4s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1);will-change:height,max-height;transform:translateZ(0)}.mobile-drawer-content.mobile-expanded{border-radius:0!important;height:100vh;height:var(--actual-vh);height:100svh;max-height:100vh;max-height:var(--actual-vh);max-height:100svh}@supports (-webkit-appearance: none){.mobile-drawer-content.mobile-expanded{height:-webkit-fill-available;max-height:-webkit-fill-available}}@supports (height: 100svh){.mobile-drawer-content.mobile-expanded{height:100svh;max-height:100svh}}@media (max-width: 768px){.mobile-drawer-content.mobile-expanded.position-fix{position:fixed;top:0;left:0;right:0;bottom:0;height:auto;max-height:none}}.hybrid-search-core.mobile-expanded{max-height:100%!important}.tab-content{transition:height .4s cubic-bezier(.4,0,.2,1);will-change:height;overflow:scroll!important}.tab-content.mobile-expanded-content{transition:height .4s cubic-bezier(.4,0,.2,1),flex .4s cubic-bezier(.4,0,.2,1);will-change:height,flex}.chat-container,.chat-messages{transition:height .4s cubic-bezier(.4,0,.2,1),flex .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.hybrid-search-core[data-mobile-expansion-locked]{height:100%!important;max-height:100%!important}.hybrid-search-core[data-mobile-expansion-locked] .tab-content{height:100%!important}#chatbase-popover,.mobile-drawer{transition:height .4s cubic-bezier(.4,0,.2,1),max-height .4s cubic-bezier(.4,0,.2,1);will-change:height,max-height;transform:translateZ(0);max-height:100vh;max-height:var(--actual-vh);max-height:100svh}@supports (-webkit-appearance: none){#chatbase-popover,.mobile-drawer{max-height:-webkit-fill-available}}@supports (height: 100svh){#chatbase-popover,.mobile-drawer{max-height:100svh}}.mobile-drawer-content *,.hybrid-search-core.mobile-expanded *{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}}button{font-family:var(--font-heading-family)!important}.core-header{display:flex;align-items:center;padding:16px;flex-shrink:0;border-bottom:1px solid rgb(var(--color-border))}.tabs{display:flex;gap:8px;font-family:inter}.tab{border:none;height:48px;display:flex;gap:8px;align-items:center;justify-content:center;border-radius:6px;padding:16px;font-weight:600;font-size:16px;color:rgb(var(--color-foreground-title));transition:all .3s ease;cursor:pointer;background-color:#f8f8f8}@media (min-width: 769px){.tab{font-size:14px}}.tab path{fill:rgb(var(--color-foreground-title));transition:fill .3s ease}.tab.active.ai{background:linear-gradient(120deg,#38d0c6 2.71%,#00a1ff 50.89%,#904bff);color:#fff}.tab.active.ai path{fill:#fff}.tab.active.products{background-color:rgba(var(--color-button));color:#fff}.tab-content{flex:1;display:none;flex-direction:column;gap:16px;overflow:visible;min-height:0}.tab-content.active{display:flex}.products-content{padding:0!important}.search-sticky-container{position:sticky;top:0;z-index:10;background:#fff;padding:16px;box-shadow:0 2px 8px #0000000d;border-bottom:1px solid rgb(var(--color-border))}.search-sticky-container .field{position:relative;display:flex;align-items:center;border:1px solid rgb(var(--color-border));border-radius:12px;transition:border-color .3s ease;margin-bottom:0}.search-sticky-container .field:focus-within{border-color:rgba(var(--color-button))}.field input{border-radius:12px!important}.search-sticky-container .search__input{width:100%;padding:12px 48px 12px 16px;border:none;font-size:14px;outline:none;background:transparent}.search-sticky-container .search__button{position:absolute;right:8px;background:none;border:none;padding:8px;cursor:pointer;color:rgb(var(--color-foreground-title));transition:color .2s ease;margin-top:8px}.search-sticky-container .search__button:hover{color:rgba(var(--color-button))}.predictive-search-tabs-container{margin-top:12px;display:none}.predictive-search-tabs-container.has-tabs{display:block}.products-content.has-results{height:auto;max-height:100%;overflow-y:auto;overflow-x:hidden}.products-content .predictive-search{position:relative!important;top:auto!important;left:auto!important;right:auto!important;width:100%!important;border:none!important;border-radius:8px!important;max-height:none!important;height:auto!important;overflow:visible!important;background:#fff!important;z-index:1!important;padding:0 16px!important}.products-content .predictive-search-results-wrapper,.products-content .predictive-search__result-group,.products-content .predictive-search__results-list,.products-content .predictive-search__pages-wrapper{max-height:none!important;height:auto!important;overflow:visible!important}.products-content .predictive-search:empty{display:none!important}.products-content .predictive-search:not(:empty){display:block!important;animation:slideDown .2s ease-out}#predictive-search-results-groups-wrapper{padding-bottom:24px}.predictive-search__results-list{grid-template-columns:1fr 1fr!important}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.chat-container{display:flex;flex-direction:column;height:100%;position:relative}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;max-height:calc(100% - 80px)}.message{display:flex;flex-direction:column;max-width:80%;animation:messageSlideIn .3s ease-out;margin-bottom:0}.message.user-message{align-self:flex-end}.message.ai-message-bubble{align-self:flex-start}.message-content{border-radius:12px;word-wrap:break-word;word-break:break-word;line-height:1.3;padding:12px;white-space:normal}.user-message .message-content{background:#4d73ff;border-bottom-right-radius:4px;white-space:pre-wrap}.user-message .message-content p{color:#fff}.ai-message-bubble .message-content{background:#f8fafc;color:rgb(var(--color-foreground-title));border:1px solid #e2e8f0;border-bottom-left-radius:4px;font-size:15px;font-weight:500}.ai-message-bubble.has-products .message-content{border-bottom-left-radius:4px!important;margin-bottom:0!important}.message-content p{margin:0;line-height:1.3;font-size:14px;font-family:inherit;font-weight:400}.ai-message-bubble .message-content p{font-size:14px;font-weight:400}.message-content strong{font-weight:700}.typing-indicator{display:flex;align-self:flex-start;max-width:80px;padding:12px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px 12px 12px 4px}.typing-dots{display:flex;gap:4px}.typing-dot{width:6px;height:6px;background:#9ca3af;border-radius:50%;animation:typingAnimation 1.4s infinite ease-in-out}.typing-dot:nth-child(2){animation-delay:.2s}.typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingAnimation{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.product-recommendations{display:flex;flex-direction:column;gap:4px;margin-top:-4px;align-self:flex-start;max-width:90%}.product-card{display:flex;background:#fff;border:1px solid #e2e8f0;border-radius:4px 12px 12px;padding:12px;gap:12px;transition:all .2s ease;cursor:pointer;animation:productSlideIn .4s ease-out}.product-card:hover{border-color:#4d73ff;box-shadow:0 2px 8px #0000001a}.product-image{width:60px;height:60px;border-radius:8px;object-fit:cover;background:#f3f4f6}.product-info{flex:1;display:flex;flex-direction:column;gap:4px}.product-title{font-weight:600;font-size:14px;color:rgb(var(--color-foreground-title));line-height:1.3}.product-price{font-weight:700;color:#4d73ff;font-size:14px}@keyframes productSlideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}.chat-input-container{padding:16px;border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0}.chat-input-wrapper{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:4px;transition:border-color .2s ease}.chat-input-wrapper:focus-within{border-color:#4d73ff}.chat-input{flex:1;border:none;background:none;padding:12px 16px;font-size:14px;outline:none;color:rgb(var(--color-foreground-title))}.chat-input::placeholder{color:#9ca3af}.chat-menu-container{position:relative}.chat-menu-button{width:32px;height:32px;border:none;background:none;color:#6b7280;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.chat-menu-button:hover{background:#f3f4f6;color:#374151}.chat-menu-dropdown{position:absolute;bottom:100%;right:0;margin-bottom:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;opacity:0;visibility:hidden;transform:translateY(4px);transition:all .2s ease;z-index:100;min-width:120px}.chat-menu-dropdown.show{opacity:1;visibility:visible;transform:translateY(0)}.chat-menu-item{width:100%;padding:8px 12px;border:none;background:none;color:#374151;font-size:14px;text-align:left;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background-color .2s ease}.chat-menu-item:hover{background:#fee2e2;color:#dc2626}.chat-menu-item:first-child{border-radius:8px 8px 0 0}.chat-menu-item:last-child{border-radius:0 0 8px 8px}.chat-send-button{width:36px;height:36px;border:none;background:linear-gradient(120deg,#38d0c6 2.71%,#00a1ff 50.89%,#904bff);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease;flex-shrink:0}.chat-send-button:hover{transform:scale(1.05)}.chat-send-button:disabled{opacity:.5;cursor:not-allowed;transform:none}@keyframes messageSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.skeleton-content{flex:1;padding:16px;display:flex;flex-direction:column;gap:12px}.skeleton{background:#e2e8f0;border-radius:6px;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.skeleton-line{height:16px;width:100%}.skeleton-line.short{width:60%}.skeleton-line.medium{width:80%}.skeleton-card{height:120px;width:100%}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.tab-content,.chat-messages{scrollbar-width:thin;scrollbar-color:#d1d5db white}.tab-content::-webkit-scrollbar,.chat-messages::-webkit-scrollbar{width:8px;height:8px}.tab-content::-webkit-scrollbar-track,.chat-messages::-webkit-scrollbar-track{background:#fff;border-radius:0}.tab-content::-webkit-scrollbar-thumb,.chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px;border:none}.tab-content::-webkit-scrollbar-thumb:hover,.chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.tab-content::-webkit-scrollbar-corner,.chat-messages::-webkit-scrollbar-corner{background:#fff}.chat-messages *,.message-content *{box-sizing:border-box;font-family:inherit;text-decoration:none;text-transform:none;letter-spacing:normal}
/*# sourceMappingURL=/cdn/shop/t/2/assets/hybrid-search.css.map */
