.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;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));color:rgb(var(--color-foreground));z-index:5;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;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}@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-groups-wrapper{display:flex;flex-direction:column}.predictive-search__group{padding:1.6rem 1.6rem 0}.predictive-search__group:last-child{padding-bottom:1.6rem}@media screen and (min-width:750px){.predictive-search__group{padding:2rem 2.4rem 0}.predictive-search__group:last-child{padding-bottom:2rem}}.predictive-search__heading{margin:0 0 1.2rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:700;letter-spacing:.08rem;line-height:1.2;text-transform:uppercase;color:rgba(var(--color-foreground),.7)}.predictive-search__list-item{margin:0}.predictive-search__suggestions{display:flex;flex-wrap:wrap;gap:.8rem;margin:0}@media screen and (max-width:749px){.predictive-search__suggestions{flex-wrap:nowrap;overflow-x:auto;margin:0 -1.6rem;padding:0 1.6rem .2rem;scrollbar-width:none}.predictive-search__suggestions::-webkit-scrollbar{display:none}.predictive-search__suggestions .predictive-search__list-item{flex:0 0 auto}}.predictive-search__chip{display:inline-block;padding:.9rem 1.4rem;border:.1rem solid rgba(var(--color-foreground),.25);border-radius:var(--buttons-radius);font-size:1.4rem;line-height:1.2;white-space:nowrap;text-decoration:none;color:rgb(var(--color-foreground));transition:border-color var(--duration-short) ease,background-color var(--duration-short) ease}.predictive-search__chip:hover,.predictive-search__list-item[aria-selected=true] .predictive-search__chip{border-color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.predictive-search__item-query-result mark{background-color:transparent;color:inherit;font-weight:700}.predictive-search__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.2rem;margin:0}@media screen and (min-width:750px){.predictive-search__products{grid-template-columns:repeat(4,minmax(0,1fr));gap:2.4rem 1.6rem}}.predictive-search__product-link{display:flex;flex-direction:column;height:100%;text-decoration:none;color:rgb(var(--color-foreground))}.predictive-search__product-media{position:relative;aspect-ratio:1 / 1;overflow:hidden;background-color:rgba(var(--color-foreground),.04);border-bottom:.5rem solid var(--product-border-color, transparent)}.predictive-search__product-image{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-long) ease}.predictive-search__product-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;margin:.8rem 0 .2rem;font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);font-size:1.5rem;line-height:1.25;letter-spacing:0;text-underline-offset:.3rem}.predictive-search__product-vendor{margin:0 0 .2rem;font-size:1.2rem;color:rgba(var(--color-foreground),.7)}.predictive-search__product .price{margin-top:auto;font-size:1.4rem;letter-spacing:.05rem;line-height:1.3;color:rgba(var(--color-foreground),.8)}.predictive-search__product .price .price-item{margin:0 .6rem 0 0}@media screen and (min-width:750px){.predictive-search__product-title{font-size:1.6rem}}@media(hover:hover){.predictive-search__product-link:hover .predictive-search__product-image{transform:scale(1.04)}}.predictive-search__product-link:hover .predictive-search__product-title,.predictive-search__product[aria-selected=true] .predictive-search__product-title{text-decoration:underline}.predictive-search__product[aria-selected=true] .predictive-search__product-media{outline:.2rem solid rgba(var(--color-foreground),.5);outline-offset:.3rem}.predictive-search__links{margin:0}.predictive-search__link{display:block;padding:1.1rem 0;border-bottom:.1rem solid rgba(var(--color-foreground),.08);font-size:1.5rem;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none;text-underline-offset:.3rem;color:rgb(var(--color-foreground))}.predictive-search__list-item:first-child .predictive-search__link{padding-top:0}.predictive-search__list-item:last-child .predictive-search__link{border-bottom:none;padding-bottom:0}.predictive-search__link:hover,.predictive-search__list-item[aria-selected=true] .predictive-search__link{text-decoration:underline}.predictive-search__empty{margin:0;padding:2rem 1.6rem;font-size:1.5rem;line-height:1.4}@media screen and (min-width:750px){.predictive-search__empty{padding:2.4rem}}predictive-search .spinner{width:1.8rem;height:1.8rem;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:2rem}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:block}.predictive-search__search-for-button{position:sticky;bottom:0;padding:1.2rem 1.6rem 1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.08);background-color:rgb(var(--color-background))}@media screen and (min-width:750px){.predictive-search__search-for-button{padding:1.6rem 2.4rem 2rem}}.predictive-search__item--term{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%;min-height:4.6rem;padding:1rem 2rem;border:none;border-radius:var(--buttons-radius);background-color:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;letter-spacing:.05rem;line-height:1.3;text-align:center;word-break:break-word;cursor:pointer;transition:opacity var(--duration-short) ease}.predictive-search__item--term:hover{opacity:.9}.predictive-search__item--term[aria-selected=true]{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.predictive-search__item--term .svg-wrapper{flex-shrink:0;width:1.4rem;height:1.4rem}.predictive-search__item--term .icon-arrow{width:1.4rem;height:1.4rem}
/*# sourceMappingURL=/cdn/shop/t/66/assets/component-predictive-search.css.map */
