.predictive-search{display:none;position:absolute;top:calc(100% + var(--layout-space-3));left:calc(-1 * var(--layout-space-pixel));border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));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;max-height:calc(100dvh - var(--header-height) - var(--announcement-bar-height) - var(--layout-space-offset-7) + var(--layout-space-pixel));max-width:100vw;-webkit-overflow-scrolling:touch;padding:var(--layout-space-20) var(--layout-space-offset-3)}.predictive-search--search-template{z-index:2;width:calc(100% + var(--layout-space-pixel))}.predictive-search__results-groups-wrapper{display:flex}.predictive-search__results-list{display:flex;flex-direction:column;gap:var(--layout-space-10)}.predictive-search__results-list li{line-height:1}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0;top:calc(100% + .4rem)}.predictive-search__results-list{gap:var(--layout-space-6)}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:var(--layout-space-20)}}@media screen and (min-width:750px){.predictive-search{border-top:none;width:calc(100% + var(--layout-space-pixel))}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search:not([open]) .predictive-search,predictive-search[loading] .predictive-search{display:block}predictive-search[loading] .initial-view,predictive-search[open] .initial-view,predictive-search[results] .initial-view{display:none}.header predictive-search[data-show-message=true] #predictive-search-results span[data-predictive-search-live-region-count-value]{display:flex;justify-content:flex-start;padding-bottom:0}.header predictive-search[loading] #predictive-search-results span[data-predictive-search-live-region-count-value],.header predictive-search[data-show-message=false] #predictive-search-results span[data-predictive-search-live-region-count-value]{display:none}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:0}.predictive-search__result-group div:first-child .predictive-search__heading{margin-top:0}.predictive-search__result-group div .predictive-search__heading{margin-top:var(--layout-space-20)}@media screen and (min-width:750px){.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__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}.predictive-search__heading{color:rgba(var(--color-foreground),1);letter-spacing:var(--layout-space-pixel);line-height:1;font-size:var(--text-size-base);margin-bottom:var(--layout-space-10)}predictive-search .spinner{width:var(--layout-space-3);height:var(--layout-space-3);line-height:var(--leading-none)}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:var(--layout-space-2)}predictive-search[loading] .predictive-search__loading-state svg{height:var(--layout-space-10);width:var(--layout-space-10)}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]:not(:has(>.suggested-product-card))>*,.predictive-search__list-item:not(:has(>.suggested-product-card)):hover>*,.predictive-search__item[aria-selected=true]:not(:has(>.suggested-product-card)),.predictive-search__item:hover:not(:has(>.suggested-product-card)){opacity:.6;text-decoration:none}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:none}.predictive-search__item{display:flex;padding:0;text-align:left;text-decoration:none;width:100%;font-size:var(--text-size-base);font-family:var(--font-body-family)}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:var(--layout-space-10) 1fr;grid-column-gap:var(--layout-space-20);grid-template-areas:"product-image product-content"}.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:var(--text-size-xs)}.predictive-search__item-heading{margin:0}button.predictive-search__item-heading{color:rgb(var(--color-base-dark))}.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),1);font-size:var(--text-size-xs)}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:var(--layout-space-3)}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:var(--layout-space-3) var(--layout-space-4);word-break:break-all;line-height:var(--leading-looser)}@media screen and (min-width:750px){.predictive-search__item--term{padding-top:var(--layout-space-2);padding-bottom:var(--layout-space-2)}#predictive-search-results-products-list{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--layout-space-6)}.predictive-search__results-groups-wrapper>div:first-child{min-width:20rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * var(--layout-space-3));height:calc(var(--font-heading-scale) * var(--layout-space-3));flex-shrink:0;margin-left:calc(var(--font-heading-scale) * var(--layout-space-4));color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}.predictive-search__result-group.padding-right,.predictive-search__pages-wrapper.right-padding{padding-right:var(--layout-space-offset-3)}.initial-view{display:flex;flex-direction:column;gap:var(--layout-space-20)}.initial-view .products-suggestions ul{display:flex;gap:var(--layout-space-pixel);overflow-x:auto;overflow-y:hidden;flex-wrap:nowrap;flex-direction:row;padding:0}.initial-view .products-suggestions ul li{min-width:40%}.initial-view .products-suggestions ul li .suggested-product-card{width:100%;display:block;text-decoration:none;color:var(--color-base-foreground);height:100%}.initial-view .products-suggestions ul li .suggested-product-card .image-wrap{background-color:rgb(var(--color-base-grey-light));aspect-ratio:1 / 1;display:flex;justify-content:center;align-items:center;width:100%}.initial-view .products-suggestions ul li .suggested-product-card .cont-wrap{display:flex;flex-direction:column;gap:var(--layout-space-5);padding-top:var(--layout-space-8)}.initial-view .products-suggestions img{aspect-ratio:1;height:auto;object-fit:contain;width:100%}.initial-view .products-suggestions ul li .suggested-product-card .suggested-product-card--title{display:flex;flex-direction:column;gap:var(--layout-space-2);margin:0}.initial-view .products-suggestions ul li .suggested-product-card .suggested-product-card--title span{font-size:var(--text-size-s);text-transform:uppercase;margin:0}.initial-view .products-suggestions ul li .suggested-product-card .suggested-product-card--title span:last-child{font-size:var(--text-size-s);text-transform:capitalize;margin:0}.initial-view .products-suggestions ul li .suggested-product-card .suggested-product-card--price{font-size:var(--text-size-s);margin:0}.initial-view .initial-view-suggestion{border:none;background:none;padding:0;font-size:var(--text-size-base);font-family:var(--font-body-family);letter-spacing:var(--tracking-wide);cursor:pointer;text-align:left}@media(min-width:990px){.initial-view{display:grid;grid-template-columns:repeat(12,1fr)}.initial-view .predictive-search__result-group:first-child{grid-column:1 / span 2}.initial-view .predictive-search__result-group:nth-child(2){grid-column:3 / span 2}.initial-view .predictive-search__result-group:last-child{grid-column:8 / span 5}.initial-view .predictive-search__result-group:last-child ul{display:grid;grid-template-columns:repeat(3,1fr);row-gap:var(--layout-space-5)}.predictive-search__heading{margin-bottom:var(--layout-space-offset-3)}.predictive-search__results-list{gap:calc(var(--layout-space-6) + var(--layout-space-pixel))}#predictive-search-results-products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--layout-space-6)}.header predictive-search[data-show-message=true] #predictive-search-results span[data-predictive-search-live-region-count-value]{justify-content:flex-start;padding-right:var(--layout-space-offset-3)}.predictive-search{padding:var(--layout-space-10) var(--layout-space-offset-3)}.predictive-search__results-groups-wrapper>div:first-child{min-width:30rem}}
/*# sourceMappingURL=/cdn/shop/t/158/assets/component-predictive-search.css.map */
