predictive-search .search__input:focus-visible{outline:none}predictive-search .search__input{color:var(--color-ink);font-size:1.2rem;line-height:1.4rem;text-transform:capitalize;border-bottom:none}.field__input:hover{box-shadow:none}predictive-search .search__input,predictive-search .search__input:focus{padding:0 6.5rem 0 3.8rem!important;height:25px}predictive-search .search__input::placeholder{opacity:var(--opacity-search-placeholder);color:var(--color-search-placeholder);text-transform:none}predictive-search .field__label{display:none}predictive-search .search__button{margin-left:-1.3rem}predictive-search .predictive-search__clear-button{height:3.4rem;position:absolute;right:4rem;bottom:.6rem;display:none!important;font-family:var(--font-heading-family);font-style:italic;font-weight:400;font-size:1.2rem;line-height:1.2rem}predictive-search .predictive-search__clear-button:hover span:after{left:0;right:auto;bottom:-.4rem;width:100%}predictive-search .predictive-search__clear-button span{transition:text-decoration var(--duration-short) ease;position:relative}predictive-search .predictive-search__clear-button span:after{content:"";position:absolute;height:1px;transition:width .2s cubic-bezier(.25,.1,.25,1) 0s;right:0;width:0;bottom:-.4rem;background-color:var(--color-header-2)}@media screen and (min-width: 989px){predictive-search .predictive-search__clear-button{font-size:1.4rem;line-height:1.4rem;right:8rem}}predictive-search[results=true] .predictive-search__clear-button{display:flex!important;text-decoration:none;font-family:var(--font-heading-family)}.predictive-search{position:absolute;top:100%;left:-.1rem;background-color:var(--color-light-beige);z-index:3;max-height:100vh;overflow:auto;padding:0 1.5rem 3rem}@media screen and (min-width: 989px){.predictive-search{padding:0 5.7rem 7.2rem}}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}@media screen and (min-width: 989px){predictive-search .search__input,predictive-search .search__input:focus{padding:1.5rem 14.4rem 1.5rem 3.8rem!important;height:auto}predictive-search .field{border-bottom:.1rem solid var(--color-neutral);padding-bottom:1rem}predictive-search .predictive-search__clear-button{bottom:2.6rem}}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%}}@media screen and (max-width: 989px){.predictive-search{overflow-y:auto;-webkit-overflow-scrolling:touch}predictive-search .search__button{top:-1rem}}@media screen and (min-width: 750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__heading{border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin:0 auto;padding:1.5rem 0 .75rem;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 4rem);color:rgba(var(--color-foreground),.7)}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}.predictive-search__heading .spinner{margin:0 .2rem 0 2rem}.predictive-search-status{display:none}predictive-search:not([loading]) .predictive-search__heading .spinner,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:none;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__list-item:nth-last-child(2){border-bottom:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-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:1rem 2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;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:.9rem}.predictive-search__item-heading{margin:0}.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:.5rem}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.3rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale));font-family:var(--font-heading-family);font-style:italic;font-weight:400;font-size:1.4rem;line-height:1.7rem}@media screen and (min-width: 750px){.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}predictive-search:not([results]) .predictive-search-results-list__title{display:none}.predictive-search-results-list__title{margin-bottom:1.8rem;margin-top:.6rem;color:var(--color-ink);font-size:1.2rem;line-height:1.2}.predictive-search-results-list__inner{display:flex;gap:3rem;align-items:flex-start;flex-direction:column}@media screen and (min-width: 989px){.predictive-search-results-list__title{margin-bottom:.4rem;margin-top:1.8rem;font-size:1.4rem}.predictive-search-results-list__inner{flex-direction:row;padding-top:2.8rem}}@media screen and (max-width: 989px){.predictive-search-results-list__links{width:100%}}.predictive-search-results-list__links-title{font-size:1.2rem;line-height:1.4rem;color:var(--color-ink);margin-bottom:1.5rem;margin-top:1.3rem}.predictive-search-results-list__links-title .mb2{margin-top:1.3rem;margin-bottom:5rem}.predictive-search-results-list__links ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:row;flex-wrap:wrap;gap:2rem}.predictive-search-results-list__links ul li{font-size:1.2rem;line-height:1.4rem;font-weight:300;color:var(--color-subdued);font-family:var(--font-heading-family);width:11.1rem}.predictive-search-results-list__links ul li:hover a:after{left:0;right:auto;width:100%}.predictive-search-results-list__links ul li a{transition:text-decoration var(--duration-short) ease;position:relative}.predictive-search-results-list__links ul li a:after{content:"";position:absolute;height:1px;transition:width .2s cubic-bezier(.25,.1,.25,1) 0s;right:0;width:0;bottom:-.4rem;background-color:var(--color-header-2)}@media screen and (min-width: 989px){.predictive-search-results-list__links-title{font-size:1.4rem;line-height:1.7rem;margin-bottom:1.6rem}.predictive-search-results-list__links ul li{font-size:1.4rem;line-height:1.7rem;width:100%}}.predictive-search-results-list__links ul a{position:relative;text-decoration:none;font-family:var(--font-heading-family)}.predictive-search-results-list__links ul a:after{content:"";position:absolute;height:1px;right:0;width:0;bottom:0;background-color:var(--color-ink);transition:width .3s cubic-bezier(.25,.1,.25,1) 0s}.predictive-search-results-list__links ul a:hover:after{left:0;right:auto;width:100%}.predictive-search-results-list__products{display:flex;flex-direction:column;width:100%}@media screen and (min-width: 989px){.predictive-search-results-list__products{flex:0 0 81.25%}}.predictive-search-results-list__products-list{margin:0;padding:0;list-style:none;display:flex;gap:.1rem}.predictive-search-results-list__products-list .predictive-search__list-item{width:50%}.predictive-search-results-list__products-list .predictive-search__list-item .card-wrapper{width:100%}.force-adapt .predictive-search-results-list__products-list .media{padding-bottom:0%!important}.force-adapt .predictive-search-results-list__products{height:100%}.force-adapt .predictive-search-results-list__products-list{align-self:stretch;height:100%}.force-adapt .predictive-search-results-list__products-list .card-wrapper{display:flex;flex-direction:column;height:100%}.force-adapt .predictive-search-results-list__products-list .card-wrapper .card--product,.force-adapt .predictive-search-results-list__products-list .card-wrapper .card__inner,.force-adapt .predictive-search-results-list__products-list .card-wrapper .card__inner>div,.force-adapt .predictive-search-results-list__products-list .card-wrapper .card__image,.force-adapt .predictive-search-results-list__products-list .card-wrapper .media{height:100%}.force-adapt .predictive-search-results-list__products-list .card-wrapper .card__image{min-height:250px}.force-adapt .predictive-search__results-list,.force-adapt .predictive-search__results-list .predictive-search-results-list__inner{height:100%}@media screen and (min-width: 567px){.predictive-search-results-list__products-list .predictive-search__list-item{width:calc(100% / 3)}}@media screen and (max-width: 565px){.predictive-search-results-list__products-list li+li+li{display:none}}.predictive-search-results-list__products-all{margin-top:1rem}@media screen and (min-width: 989px){.predictive-search-results-list__products-all{align-self:center;margin-top:2.6rem}}.predictive-search-results-list__products-all a,.predictive-search-results-list__products-all button{padding:0;font-family:var(--font-heading-family);text-decoration:none}
/*# sourceMappingURL=/cdn/shop/t/610/assets/component-predictive-search.css.map */
