predictive-search{display:block;position:relative;width:100%}.predictive-search{display:none;position:absolute;top:calc(100% + 4px);left:0;right:auto;width:450px;max-width:90vw;background-color:#fff;border:none;border-radius:4px;box-shadow:0 8px 32px #0000002e,0 2px 8px #0000001a;z-index:999999;overflow:hidden;max-height:70vh;overflow-y:auto}predictive-search[open] .predictive-search,predictive-search .predictive-search[style*="display: block"]{display:block!important}predictive-search[loading] .predictive-search__loading-state{display:flex}predictive-search[loading] .predictive-search{display:block!important}.predictive-search__loading-state{display:none;justify-content:center;align-items:center;padding:2rem}.predictive-search__loading-state .spinner{width:30px;height:30px;animation:rotate 1.4s linear infinite}.predictive-search__loading-state .spinner .path{stroke:var(--color-main, #333);stroke-linecap:round;animation:dash 1.4s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.predictive-search__result-group{padding:0;border-bottom:none}.predictive-search__result-group:last-child{border-bottom:none}.predictive-search__result-group+.predictive-search__result-group{border-top:1px solid #eee}.predictive-search__heading{font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#888;padding:12px 16px 8px;margin:0;background-color:#f5f5f5;border-bottom:1px solid #eee}.predictive-search__results-list{margin:0;padding:0;list-style:none;display:block!important;background:#fff!important}.predictive-search__results-list li{display:block!important;list-style:none!important;background:#fff!important}.predictive-search__results-list a{display:flex!important;color:#333!important;text-decoration:none!important}.predictive-search__results-list a:hover{color:#333!important}.predictive-search__list-item{margin:0;padding:0}.predictive-search__list-item[aria-selected=true]{background-color:#0000000a}.predictive-search__item{display:flex;align-items:center;padding:10px 16px;gap:12px;text-decoration:none!important;color:#333!important;transition:background-color .15s ease;cursor:pointer;width:100%;text-align:left;border:none;background:#fff!important;font-family:inherit;border-bottom:1px solid #f0f0f0}.predictive-search__item,.predictive-search__item span,.predictive-search__item p,.predictive-search__item a{color:#333!important}.predictive-search__item:hover,.predictive-search__item:focus{background-color:#f8f9fa;outline:none}.predictive-search__list-item:last-child .predictive-search__item{border-bottom:none}.predictive-search__item--term{font-weight:500;padding:12px 16px;color:#333!important}.predictive-search__item--term .predictive-search__item-heading{font-size:14px;color:#333!important}.predictive-search__item--term:hover{background-color:#f5f5f5}.predictive-search__item--term:hover .predictive-search__item-heading{color:#2e9f50!important}.predictive-search__image{width:60px;height:60px;object-fit:contain;border-radius:6px;flex-shrink:0;background-color:#fff;border:1px solid #eee;padding:4px}.predictive-search__item-content{flex:1;min-width:0}.predictive-search__item-vendor{font-size:10px;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:.25rem}.predictive-search__item-heading{font-size:13px;font-weight:500;margin:0;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;white-space:normal;color:#222}.predictive-search__item-heading--uppercase{text-transform:none;font-size:14px;letter-spacing:0;font-weight:500}#predictive-search-results-collections-list,#predictive-search-results-pages-list,#predictive-search-results-articles-list{display:block!important}#predictive-search-results-collections-list .predictive-search__item,#predictive-search-results-pages-list .predictive-search__item,#predictive-search-results-articles-list .predictive-search__item{padding:12px 16px;display:flex!important}#predictive-search-results-collections-list .predictive-search__item-heading,#predictive-search-results-pages-list .predictive-search__item-heading,#predictive-search-results-articles-list .predictive-search__item-heading,.predictive-search__item-heading{white-space:normal;display:block!important;visibility:visible!important;opacity:1!important;font-size:14px!important;color:#222!important;background:transparent!important}#predictive-search-results-collections-list .predictive-search__item-heading.h5,#predictive-search-results-pages-list .predictive-search__item-heading.h5,#predictive-search-results-articles-list .predictive-search__item-heading.h5{margin:0!important;padding:0!important}.predictive-search__item-price{font-size:14px;margin-top:6px;display:flex;align-items:center;gap:8px}.predictive-search__item-price .price-item--regular{color:#222;font-weight:600}.predictive-search__item-price .price-item--sale{color:#2e9f50;font-weight:700}.predictive-search__item-price .price-item--regular+.price-item--sale{margin-left:0}.predictive-search__item-price .price-item--regular:has(+.price-item--sale),.predictive-search__item-price span[style*=line-through]{text-decoration:line-through;color:#999;font-size:12px;font-weight:400}.predictive-search__no-results{padding:2rem 1.5rem;text-align:center;color:#666;font-size:14px;margin:0}.predictive-search__item .icon-arrow{width:14px;height:10px;margin-left:auto;transition:transform .15s ease}.predictive-search__item:hover .icon-arrow{transform:translate(4px)}.header-search predictive-search,.aloSearch predictive-search,.aloSearch-mobile predictive-search{position:relative}.header-search .predictive-search--header,.aloSearch .predictive-search--header,.aloSearch-mobile .predictive-search--header{min-width:100%;width:max-content;max-width:500px}@media screen and (max-width:749px){.predictive-search{max-height:70vh;left:-15px;right:-15px;width:calc(100% + 30px)}.predictive-search--header{max-width:none;width:calc(100% + 30px)}.predictive-search__item{padding:.75rem 1rem}.predictive-search__heading{padding:.75rem 1rem .5rem}.predictive-search__image{width:45px;height:45px}}.predictive-search-status{position:absolute!important;overflow:hidden;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);word-wrap:normal!important}.laber_search,.mini_cart_wrap.laber_search{position:relative;z-index:100}.search_header.mini_search_frm{position:relative}.predictive-search__search-for-button{border-top:2px solid #eee;background-color:#f8f9fa;margin-top:0}.predictive-search__search-for-button .predictive-search__item{justify-content:space-between;font-weight:600;color:#2e9f50;padding:14px 16px;border-bottom:none}.predictive-search__search-for-button .predictive-search__item:hover{background-color:#2e9f50;color:#fff}.predictive-search__search-for-button .predictive-search__item:hover .icon-arrow{color:#fff}predictive-search form{position:relative}.header-search,.aloSearch,.aloSearch-mobile,.laber_mini_cart,.mini_cart_wrap{overflow:visible!important}predictive-search[loading] .predictive-search{min-height:100px}.expo-search predictive-search{display:block;position:relative;flex:1}.expo-search .predictive-search{position:absolute;top:100%;left:0;right:0;margin-top:5px;min-width:100%}.expo-search,.expo-search-form{position:relative}predictive-search{z-index:1000}.predictive-search:not(:empty){display:block!important}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block!important;visibility:visible!important;opacity:1!important}.expo-search predictive-search[open] .predictive-search{display:block!important;z-index:99999}.search-bar predictive-search{display:block;position:relative}.search-bar .predictive-search{position:absolute;top:100%;left:0;right:0;z-index:999999}.search-bar,.search-bar predictive-search,.search-bar form,.header-main-wrap,.header-top,.header,.header-2-lines{overflow:visible!important}predictive-search[open]>form>.predictive-search,predictive-search .predictive-search[style*=block]{display:block!important;visibility:visible!important;opacity:1!important;z-index:999999!important;position:absolute!important;top:calc(100% + 5px)!important;left:0!important;right:0!important;background:#fff!important;border:1px solid #ddd!important;box-shadow:0 10px 40px #0003!important}.row,.col,.frm_search_input{overflow:visible!important}
/*# sourceMappingURL=/cdn/shop/t/96/assets/component-predictive-search.css.map */
