.predictive-search{position:absolute;top:100%;left:0;z-index:3;overflow-y:auto;-webkit-overflow-scrolling:touch;max-height:600px;background:#f9f9f9}#predictive-search{transform:translate(-30px);visibility:hidden;opacity:0;transition:all .4s ease-in-out}#predictive-search-results-queries-list{display:flex;flex-direction:column;align-items:flex-start}#predictive-search.shown{transform:translate(0);visibility:visible;opacity:1}.predictive-search--search-template{z-index:2;width:100%}.predictive-search__results-groups-wrapper{display:flex;justify-content:space-between;padding:15px 20px 20px 15px}.clear-search-button{position:absolute;right:0;border:none;outline:none;background:transparent;top:15%;cursor:pointer;opacity:1;visibility:visible;transition:all .2s ease-in-out}body:has(#predictive-search.shown) .clear-search-button{visibility:visible;opacity:1}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width: 750px){.predictive-search{border-top:none;width:100%}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;gap:10px}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}@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{border-bottom:.1rem solid rgba(var(--color-foreground),.08);color:#212121;font-size:15px;font-style:normal;font-weight:550;line-height:70%;letter-spacing:3.75px;text-transform:uppercase;padding-top:10px;padding-bottom:20px}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-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]>*,.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)}.search-wrapper .predictive-search__item{display:flex;flex-direction:column;justify-content:flex-start}.predictive-search__item{display:flex;padding:1rem 2rem;text-align:left;text-decoration:none;width:100%;max-width:89px}.predictive-search__item--link-with-thumbnail{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-heading{padding-top:8px;margin:0;color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:114%}.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),.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))}@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{position:relative;display:inline-block}.search-form{display:flex;align-items:center}.search-input-wrapper{position:relative;width:100%}.search-submit{position:absolute;right:8px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0}.search-submit svg{width:20px;height:20px}.predictive-search__container{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 2px 8px #0000001a;max-height:400px;overflow-y:auto;z-index:10;display:none}predictive-search[open] .predictive-search__container{display:block}.predictive-search__results{padding:10px}.predictive-search__heading{text-transform:uppercase}#predictive-search-results-products-list{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;row-gap:15px;max-width:187px}.predictive-search__result-group>div{width:fit-content}.predictive-search__results-list{list-style:none;padding:0;margin:0}.predictive-search__item{display:flex;align-items:center;padding:0;text-decoration:none;color:#333}.predictive-search__item:hover,.predictive-search__item[aria-selected=true]{background-color:#f5f5f5}.predictive-search__item-heading{margin:0;font-size:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__image{width:89px;height:111px;object-fit:cover}.predictive-search__item-vendor{font-size:12px;color:#666}.predictive-search__item--term{display:flex;justify-content:space-between;align-items:center}.predictive-search__loading-state{text-align:center;padding:10px}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.search-label{color:#212121;font-size:9px;font-style:normal;font-weight:400;line-height:132%;letter-spacing:2.25px;text-transform:uppercase;cursor:pointer;margin-right:6px}.search-wrapper{opacity:0;visibility:hidden;z-index:-1;width:100%;position:absolute;top:25px;right:0;max-width:402px;transition:all .3s ease-in-out}.search-wrapper.show{opacity:1;visibility:visible;z-index:5;top:75px}.search-wrapper predictive-search{width:100%}.search-wrapper predictive-search form{width:100%}.search-wrapper predictive-search form input{width:100%;padding:10px 20px;background:#f9f9f9;border:none;color:#040606;font-size:13px!important;font-style:normal!important;font-weight:400;line-height:132%!important;text-transform:none;letter-spacing:normal!important;height:35px;caret-color:#040606}.search-wrapper predictive-search form input::placeholder{text-transform:capitalize}.predictive-empty{padding:15px}@media screen and (max-width:767px){.search-wrapper{top:10px;width:calc(100% + 40px);left:-20px;max-width:unset}.search-wrapper input{height:35px}#predictive-search-results-products-list{grid-template-columns:repeat(3,1fr);max-width:100%;place-items:center}a.predictive-search__item{width:unset;height:unset}.predictive-search__result-group>div{width:100%}.search-wrapper.show{top:0}body:has(.search-wrapper.show){overflow:hidden}}@media screen and (min-width:868px){.search-label.mobile-hidden{display:none}}@media screen and (max-width: 868px){.search-label.mobile-hidden{display:block;margin-right:auto;margin-top:1px}.search-label:not(.mobile-hidden){display:none}.search-label{color:#212121;font-size:7px;font-style:normal;font-weight:400;line-height:132%;letter-spacing:1.75px;text-transform:uppercase}.clear-search-button{visibility:visible;opacity:1;right:10px}.search-wrapper predictive-search form input{padding-left:23px;position:relative}.search-wrapper predictive-search form input:before{position:absolute;content:"";height:14px;width:2px;background:#000;top:10px;left:23px}.faq-accordion-title{line-height:130%}}@media screen and (min-width: 868px){.predictive-search__results-groups-wrapper--no-suggestions #predictive-search-results-products-list{max-width:100%;grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}.predictive-search__results-groups-wrapper--no-suggestions .predictive-search__result-group>div{width:100%}.predictive-search__results-groups-wrapper--no-suggestions .predictive-search__item{max-width:100%}.predictive-search__results-groups-wrapper--no-suggestions .predictive-search__image{width:100%;height:140px}.predictive-empty{padding:20px}}
/*# sourceMappingURL=/cdn/shop/t/51/assets/component-predictive-search.css.map */
