.predictive-search{width:100%;position:static;border-top:1px solid #A9ACA9;display:none;z-index:3;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 3px 4px #00000026}.predictive-search.is-empty{border-top:0}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;padding:24px 32px 16px;gap:32px}.predictive-search__search-for-button{display:none}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:2rem}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__heading{border-bottom:1px solid #D3D8D2;margin:0;font-family:var(--font-montserrat);font-weight:400;font-size:12px;line-height:1;color:#999da0;letter-spacing:0;text-transform:none;padding-bottom:14px}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}predictive-search:not([loading]) .predictive-search__loading-state,predictive-search:not([loading]) .predictive-search-status__loading{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__search-for-button{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem;background-color:none}.predictive-search__item{display:flex;padding:12px 0;text-align:left;text-decoration:none;width:100%;font-family:var(--font-montserrat);font-weight:400;font-size:14px;line-height:1;color:#121212;background-color:transparent!important;margin:4px 0}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:55px 1fr;grid-column-gap:8px;grid-template-areas:"product-image product-content";padding:0;margin:14px 0 0}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column;flex:1}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0;font-family:var(--font-montserrat);font-weight:400;font-size:14px;line-height:1.4;color:#121212}.predictive-search__list-item:hover .predictive-search__item-heading{color:#d15e14}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75)}.predictive-search__item-query-result mark{background-color:transparent}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:16px 32px;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale));color:#121212}.predictive-search__item--term:hover{color:#d15e14}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain";width:55px;flex-shrink:0}.search-modal__content .search-modal__close-button,.search-modal__content .search__button{position:static;height:24px;width:24px;color:#121212;margin:0}.search-modal__content .search-modal__close-button .svg-wrapper,.search-modal__content .search__button .svg-wrapper{height:24px;width:24px}.search-modal__content .search-modal__close-button .svg-wrapper svg,.search-modal__content .search__button .svg-wrapper svg{height:100%;width:100%}.search-modal__content{padding:0 20px;gap:32px}.search-modal__form{max-width:680px;position:relative;height:64px}predictive-search .search-modal__form .field:after,predictive-search .search-modal__form .field:before{content:none}predictive-search .search-modal__form{border:1px solid #A9ACA9;border-radius:32px;background-color:#fbfbfa;height:auto;position:absolute;left:0;top:0;overflow:hidden}predictive-search .search-modal__form .field{padding:8px 16px}predictive-search .search-modal__form .field .search__input:focus{box-shadow:none}predictive-search .search-modal__form .field .field__label{display:none}predictive-search .search-modal__form .field .search__input{box-shadow:none;background-color:transparent;padding:10px 16px;color:#121212;border:0;height:44px;font-family:var(--font-montserrat);font-weight:500;font-size:16px;line-height:1}predictive-search .search-modal__form .field .search__input::placeholder{color:#999da0;font-family:var(--font-montserrat);font-weight:500;font-size:16px;line-height:1}predictive-search .search-modal__form .submit-wrap{display:none;align-items:center;gap:24px}predictive-search .search-modal__form .field:has(.search__input[aria-expanded=true]) .submit-wrap{display:flex}predictive-search .search-modal__form .submit-wrap button{position:static;display:flex!important;align-items:center;justify-content:center;height:32px;width:40px;padding:0;transition:.2s ease-in-out}predictive-search .search-modal__form .submit-wrap .submit-button{background-color:#d15e14;border:0;border-radius:100px}predictive-search .search-modal__form .submit-wrap .submit-button:hover{background-color:#e37325}predictive-search .search-modal__form .submit-wrap .reset__button{color:#595959}predictive-search .search-modal__form .submit-wrap .reset__button:hover{color:#7b7b7b}.search-modal__close-button{color:#121212}.search-modal__close-button .svg-wrapper{transition:.2s ease-in-out}.search-modal__close-button .svg-wrapper .icon,.search-modal__close-button .svg-wrapper:hover{scale:1!important;transform:scale(1)}@media screen and (min-width: 750px){.header predictive-search{position:relative}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{flex:auto;max-width:206px;width:100%}.predictive-search__result-group:only-child{max-width:100%}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}@media screen and (max-width: 989px){.search-modal__form{max-width:550px}}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:16px}.search-modal__content .search__button{display:none}predictive-search .search-modal__form .field .search__input{padding:10px 8px}predictive-search .search-modal__form .submit-wrap .reset__button{width:20px}predictive-search .search-modal__form .submit-wrap .reset__button .svg-wrapper{height:16px;width:16px}.predictive-search__item--term{padding:16px 24px}.predictive-search__results-groups-wrapper{padding:24px 24px 16px;gap:32px}}@media screen and (max-width: 575px){.search-modal__content{padding:0 10px;gap:8px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-predictive-search.css.map */
