.predictive-search{display:none;position:absolute;top:100%;left:0;background-color:rgb(var(--color-background));z-index:3;border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));overflow-y:auto;-webkit-overflow-scrolling:touch}.region-count-value{margin:0 auto;display:block;padding:1rem}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;padding-bottom:1rem}@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:2rem}}predictive-search[loading] .predictive-search,predictive-search[open] .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,predictive-search:not([loading]) .predictive-search-status__loading,predictive-search:not([loading]) .predictive-search__loading-state,predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state,predictive-search[loading] .predictive-search__search-for-button{display:none}@media screen and (min-width:750px){.predictive-search{border-top:none;width:100%}.predictive-search__result-group:last-child .predictive-search__pages-wrapper,.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2){display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{flex:0 0 21rem}.predictive-search__result-group:only-child,.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child{flex-grow:1}}.predictive-search__heading{border-bottom:.1rem solid #d9d9d9;margin:0 2rem;padding:1.5rem 0 .75rem;color:#8a8a8a;font-size:1.4rem;font-weight:400}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__item{display:flex;padding:1rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:auto 1fr;grid-column-gap:2rem;grid-template-areas:'product-image product-content';align-items:center}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0;font-size:1.6rem}.predictive-search__item-query-result :not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75);background-color:transparent}.predictive-search__item .price{color:#000;font-size:1.6rem}.predictive-search .price,.predictive-search__item-vendor+.predictive-search__item-heading{margin-top:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.3rem 2rem;word-break:break-word;line-height:calc(1 + .4)}#predictive-search-results-products-list{display:grid;grid-template-columns:1fr;gap:1rem;margin:2rem}#predictive-search-results{padding-top:1.5rem;padding-bottom:1.5rem}#predictive-search-results-pages-list-desktop,#predictive-search-results-queries-list{margin:0 1rem}.predictive-search__gridIteam{border:0.1rem solid #d9d9d9;border-radius:var(--media-radius)}#predictive-search-results-queries-list .predictive-search__item-heading{text-transform:capitalize}.predictive-search__search-for-button{text-align:center}@media screen and (min-width:1024px){.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}#predictive-search-results-products-list{grid-template-columns:1fr 1fr 1fr}}.predictive-search__image{grid-area:product-image;object-fit:cover;border-radius:var(--media-radius)}