.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;width:calc(100% + .2rem);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;-webkit-overflow-scrolling:touch}predictive-search{position:relative;display:block}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0;top:100%;width:auto}}@media screen and (min-width:750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__results{display:grid;grid-template-columns:minmax(0,1fr);gap:2.5rem;padding:1.25rem 2rem 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08)}@media screen and (min-width:1000px){.predictive-search__results--with-suggestions{grid-template-columns:250px minmax(0,1fr)}}.predictive-search__resource-item{min-width:0}.predictive-search__no-results{text-align:center;padding:2.5rem 2rem 4rem}@media screen and (min-width:700px){.predictive-search__no-results{padding:4.75rem 2rem 6.25rem}}.predictive-search__category{border-block-end:1px solid rgba(var(--color-foreground),.12);padding-block-end:.625rem;margin:0 0 1.25rem}.predictive-search__suggestions{display:grid;grid-template-columns:minmax(0,1fr);justify-items:start;gap:.75rem 1.5rem;margin:0;padding:0}@media screen and (max-width:699px){.predictive-search__suggestions{grid:auto / auto-flow max-content;row-gap:1.25rem;overflow:auto;scrollbar-width:none}.predictive-search__suggestions::-webkit-scrollbar{display:none}}.predictive-search__item-query-result mark{background:none;font-weight:bolder}.content-tabs__list{border-block-end:1px solid rgba(var(--color-foreground),.12);white-space:nowrap;display:grid;grid-auto-flow:column;justify-content:start;gap:2.5rem;margin-block-end:1.5rem;overflow:auto;scrollbar-width:none;padding-bottom:.25rem}.content-tabs__list::-webkit-scrollbar{display:none}.content-tabs [role=tab]{-webkit-appearance:none;appearance:none;background:none;border:0;cursor:pointer;box-shadow:0 1px rgb(var(--color-foreground));padding:0 0 .625rem;transition:opacity .2s ease-in,box-shadow .2s ease-in}.content-tabs [role=tab]:not([aria-selected=true]){opacity:.6;box-shadow:0 1px transparent}@media screen and (min-width:1000px){.content-tabs__list{gap:4.375rem;margin-block-end:2rem}}.predictive-search__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:0;padding:0}@media screen and (min-width:1000px){.predictive-search__products{grid-template-columns:repeat(4,minmax(0,1fr))}}.predictive-search__product-card{display:grid;grid-template-rows:auto 1fr;gap:.75rem;text-decoration:none;width:100%;padding:.75rem;border-radius:calc(var(--popup-corner-radius) * .9)}.predictive-search__product-media{border-radius:calc(var(--popup-corner-radius) * .9);overflow:hidden;background:rgba(var(--color-foreground),.03)}.predictive-search__product-image{display:block;width:100%;height:auto}.predictive-search__product-info{display:flex;flex-direction:column;gap:.4rem}.predictive-search__collections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;margin:0;padding:0}@media screen and (min-width:1000px){.predictive-search__collections{grid-template-columns:repeat(4,minmax(0,1fr))}}.predictive-search__collection{display:grid;grid-template-rows:auto 1fr;gap:.75rem;text-decoration:none;width:100%;padding:.75rem;border-radius:calc(var(--popup-corner-radius) * .9)}.predictive-search__collection-image{display:block;width:100%;height:auto;border-radius:calc(var(--popup-corner-radius) * .9);background:rgba(var(--color-foreground),.03)}.predictive-search__collection-title{display:block}.predictive-search__blog-posts,.predictive-search__pages{display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;margin:0;padding:0}@media screen and (min-width:700px){.predictive-search__blog-posts{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2.5rem}}.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}.predictive-search__item{display:flex;padding:.75rem .5rem;text-align:left;text-decoration:none;width:100%;border-radius:calc(var(--popup-corner-radius) * .6)}.predictive-search__item-heading{margin:0}.predictive-search__item-vendor{font-size:.9rem}.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:.4rem}.predictive-search__search-for-button{padding:0 2rem .75rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.1rem .75rem;word-break:break-word;line-height:calc(1 + .4 / var(--font-body-scale));border-radius:calc(var(--popup-corner-radius) * .9)}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~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__results~.predictive-search__search-for-button{display:initial}.header-search-modal .predictive-search--header-modal{position:relative;top:0;left:0;width:100%;border:none;border-radius:0;box-shadow:none;background:rgb(var(--color-background));height:calc(100vh - var(--header-bottom-position, var(--header-height, 0px)) - 6.2rem);max-height:calc(100vh - var(--header-bottom-position, var(--header-height, 0px)) - 6.2rem);overflow:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}@media screen and (min-width:749px){.predictive-search.predictive-search--header-modal{height:fit-content}#predictive-search-results{padding-bottom:5rem;border-bottom:1px solid #000}}.header-search-modal .predictive-search__results,.header-search-modal .predictive-search__no-results{border-bottom:none}.header-search-modal .predictive-search__view-all{margin-top:2.25rem;width:min(48rem,100%);display:flex;align-items:center;justify-content:center;text-align:center;margin-left:auto;margin-right:auto;text-transform:none;letter-spacing:.28em;line-height:1.1}@media screen and (max-width:749px){.header-search-modal .predictive-search__products{grid-template-columns:minmax(0,1fr);gap:1.5rem}.header-search-modal .predictive-search__view-all{width:calc(100% - 3.2rem);margin-left:1.6rem;margin-right:1.6rem}.header-search-modal .predictive-search__product-card{grid-template-columns:10rem minmax(0,1fr);grid-template-rows:auto;align-items:center;gap:1.5rem;padding:.75rem}.header-search-modal .predictive-search__product-media{border-radius:calc(var(--popup-corner-radius) * .6)}.header-search-modal .predictive-search__product-image{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/18/assets/component-predictive-search.css.map */
