.predictive-search{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,visibility .25s ease;z-index:10}.predictive-search.is-open{opacity:1;visibility:visible;pointer-events:auto}.predictive-search__form{display:flex;align-items:center;width:100%;height:100%;padding:var(--padding-m);background:rgb(var(--color-background))}@media screen and (max-width:749px){.predictive-search__form{padding:var(--padding-l)}}.predictive-search__input-wrapper{display:flex;align-items:center;width:100%;height:100%;gap:var(--padding-m)}.predictive-search__input-container{position:relative;padding:0;width:100%;z-index:1}.predictive-search__icon-container{position:relative;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:1.2rem;height:1.2rem;order:2}.predictive-search__icon{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.predictive-search__icon svg{width:1.2rem;height:1.2rem}.predictive-search__input{flex:1;border:none;background:transparent;outline:none;font-size:var(--body-1);color:rgb(var(--color-foreground));width:100%}.predictive-search__input::placeholder{color:rgb(var(--color-idle))}.predictive-search__close{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;order:3}.predictive-search__close svg{width:.8rem;height:.8rem}.predictive-search__loading{position:absolute;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgb(var(--color-background));z-index:2}.predictive-search__loading.is-loading{display:flex!important}.predictive-search__spinner{width:1.2rem;height:1.2rem;border:1px solid rgb(var(--color-background));border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.predictive-search__results-wrapper{position:absolute;top:calc(var(--header-height) + 1.6rem);left:0;width:100%;max-height:calc(100vh - var(--header-height) - var(--padding-m) * 2);overflow-y:auto;background:rgb(var(--color-background));border-bottom-left-radius:.2rem;border-bottom-right-radius:.2rem;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;display:flex;flex-direction:column;z-index:10}.predictive-search.has-results .predictive-search__results-wrapper{opacity:1;visibility:visible}.predictive-search.is-open:not(.has-query) .predictive-search__results-wrapper{opacity:1;visibility:visible}.predictive-search__default-state{display:none;align-items:center;justify-content:center;min-height:8rem;padding-block:var(--padding-m);padding-inline-start:var(--padding-m);padding-inline-end:0;border-bottom:1px solid rgb(var(--color-foreground) / .1)}@media screen and (max-width:989px){.predictive-search__default-state{padding-block:var(--padding-l);padding-inline-start:var(--padding-l);padding-inline-end:0}}.predictive-search__default-copy{margin:0}@media screen and (max-width:989px){.predictive-search__default-state{grid-template-columns:1fr}}@media screen and (min-width:990px){.predictive-search__default-state{grid-template-columns:18.3rem minmax(0,1fr);align-items:start}}.predictive-search__default-products{min-width:0;width:100%}.predictive-search__default-products-list{display:flex;flex-wrap:nowrap;gap:var(--padding-m);margin:0;padding:0;list-style:none}.predictive-search__default-products-slider{display:block;width:100%}.predictive-search__default-products-viewport{overflow:hidden}.predictive-search__default-products-item{flex:0 0 43%;width:43%;min-width:0;max-width:100%}@media screen and (min-width:750px){.predictive-search__default-products-item{flex:0 0 16rem;width:16rem}}.predictive-search__default-product-card{display:grid;gap:var(--padding-s);width:100%}.predictive-search__default-product-card .product-card__body{padding-top:0;min-width:0}.predictive-search__default-product-card .product-card__title{line-height:1.4}.predictive-search__default-product-card .product-card__title *{word-break:break-word}.predictive-search.is-open:not(.has-query) .predictive-search__default-state{display:grid;flex-direction:column;gap:var(--padding-m)}.predictive-search.is-open:not(.has-query) .predictive-search__results,.predictive-search.is-open:not(.has-query) .predictive-search__view-all{display:none}.predictive-search__results{padding-block:var(--padding-m);padding-inline-start:var(--padding-m)}.predictive-search__slider{display:block;width:100%;overflow:hidden}.predictive-search__viewport{overflow:hidden}.predictive-search__container{display:flex;gap:var(--padding-m)}.predictive-search__slide{flex:0 0 66.666%;min-width:0}@media screen and (min-width:750px){.predictive-search__slide{flex:0 0 25%}}@media screen and (min-width:990px){.predictive-search__slide{flex:0 0 17rem}}.predictive-search__empty{padding:var(--padding-l);text-align:center}.predictive-search__view-all{display:inline-block;margin:2rem auto;text-align:center;border-top:1px solid rgb(var(--color-foreground) / .1)}.predictive-search__default-collections{margin-top:var(--padding-l);overflow:hidden}@media screen and (max-width:989px){.predictive-search__default-collections{padding-right:0}}.predictive-search__default-collections-slider{display:block;width:100%}.predictive-search__default-collections-viewport{overflow:hidden}.predictive-search__default-collections-container{display:flex;flex-wrap:nowrap;gap:var(--padding-l);margin:0;padding:0;list-style:none}@media screen and (max-width:989px){.predictive-search__default-collections-container{gap:var(--padding-m)}}.predictive-search__default-collections-item{display:flex;flex-direction:column;flex:0 0 15.4rem;min-width:0}.predictive-search__default-collections-item[onclick]{cursor:pointer}.predictive-search__default-collections{grid-column:span 2}@media screen and (max-width:989px){.predictive-search__default-collections{grid-column:unset}}.predictive-search__default-collections-item:hover .predictive-search__default-collections-media img,.predictive-search__default-collections-item:hover .predictive-search__default-collections-media svg{transform:scale(1.03)}@media screen and (max-width:989px){.predictive-search__default-collections-item{flex:0 0 30%}}@media screen and (max-width:749px){.predictive-search__default-collections-item{flex:0 0 43%}}.predictive-search__default-collections-media{position:relative;width:100%;aspect-ratio:144 / 180;overflow:hidden;margin:0}.predictive-search__default-collections-media img,.predictive-search__default-collections-media svg{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.predictive-search__default-collections-content{padding-inline:var(--padding-m);padding-block:var(--padding-m);display:flex;flex-direction:column}.predictive-search__default-collections-content>a .link--accent{word-break:break-word}@media screen and (max-width:749px){.predictive-search__default-collections-content{padding-inline:0}}
/*# sourceMappingURL=/cdn/shop/t/114/assets/predictive-search.css.map */
