.predictive-search{display:none;overflow-y:auto;background-color:var(--color-white)}@media(min-width: 1024px){.predictive-search{min-height:initial}}.predictive-search__container{background-color:var(--color-white);padding:var(--spacing-spacing-lg, 32px);flex-direction:column;align-items:flex-start;gap:var(--spacing-spacing-lg, 32px);flex-shrink:0;position:fixed;top:-9999em;left:-9999em;z-index:1000;width:100%;height:calc(100vh - 6.5rem);border-radius:var(--radius-radius-focus, 1rem);box-shadow:0 .25rem .25rem 0 rgba(0,0,0,.07);opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.predictive-search__container.active{opacity:1;pointer-events:all;top:6.5rem;left:0}@media(min-width: 1024px){.predictive-search__container.active{top:1.5rem;right:1.5rem;left:initial}}@media(min-width: 1024px){.predictive-search__container{width:24rem;height:95vh;max-height:53.25rem}}.predictive-search__container .icon--close{position:absolute;top:0;right:0;cursor:pointer}.predictive-search__container .icon--close.predictive-clear{top:50%;transform:translateY(-50%);right:var(--space-20);width:.625rem;height:.625rem}.predictive-search__container .search-modal__form{width:100%}.predictive-search__container .icon--search{fill:var(--color-medium-blue);stroke:var(--color-medium-blue);overflow:visible}.predictive-search__container .search__input{width:100%;background-color:var(--color-white);border-radius:var(--radius-radius-full-round, 64px);border:1px solid var(--border-border-subtle, #E5E3DF);max-width:none}.predictive-search__container .search__input:focus-visible{outline-offset:0}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;border-bottom:.1rem solid rgba(var(--color-off-black), 0.08)}@media screen and (max-width: 102rem 4){.predictive-search--header{min-width:auto;width:100%;border-radius:0;box-shadow:none}.predictive-search__results-groups-wrapper{flex-direction:column}}@media screen and (max-width: 102rem 4)and (min-width: 1024px){.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:calc(100% + .2rem)}.predictive-search .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;flex:1 1 auto;gap:2rem}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:first-child{padding-bottom:1rem}@media(min-width: 1024px){.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__result-group:first-child{border-bottom:none;padding-bottom:0}.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{margin-bottom:var(--space-20);color:var(--color-medium-grey)}.predictive-search__heading:first-child{margin-top:var(--space-30)}.predictive-search__suggestions-heading{display:flex;justify-content:space-between}.predictive-search__suggestions-heading .cta{font-size:.875rem;line-height:1.28}.predictive-search 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-off-black));background-color:rgba(var(--color-off-black), 0.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:.5rem 2rem;text-align:left;text-decoration:none;width:100%;padding:.5rem 0 0 0}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:4rem 1fr;grid-column-gap:.25rem;grid-template-areas:"product-image product-content"}@media(min-width: 1024px){.predictive-search__item--link-with-thumbnail{grid-column-gap:1rem}}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content.product-info{margin-left:1.75rem}@media(min-width: 1024px){.predictive-search__item-content.product-info{margin-left:1rem}}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0;color:var(--color-off-black);font-weight:500;font-size:.875rem}@media(min-width: 1024px){.predictive-search__item-heading{font-size:1.125rem}}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-off-black), 0.75)}.predictive-search__item-query-result mark{background-color:rgba(0,0,0,0)}.predictive-search__item .price{color:rgba(var(--color-off-black), 0.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__see-text{color:var(--color-off-black);line-height:1;font-size:1rem}.predictive-search__item--term{justify-content:flex-end;align-items:center;padding:.625rem 2rem;word-break:break-all;column-gap:.625rem;background-color:#f5f5f5}.predictive-search__item--term:hover{background-color:#f5f5f5}@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{object-fit:contain;mix-blend-mode:multiply}.predictive-search__image-wrapper{display:flex;justify-content:center;align-items:center;position:relative;width:5rem;height:6.25rem;margin-right:1rem;overflow:hidden;border-radius:1rem;background-color:var(--color-light-grey);mix-blend-mode:multiply}.predictive-search #predictive-search-results-products-list{max-height:21.25rem;overflow-y:auto}.predictive-search #predictive-search-results-products-list::-webkit-scrollbar{display:none}@media(min-width: 1024px){input[type=search]::-webkit-search-cancel-button{appearance:none;display:none}}.popular-searches{display:none}.popular-searches.active{display:block}.popular-searches ul{list-style:none}.popular-searches ul li{margin-bottom:.5rem}.popular-searches ul li a{text-decoration:none}
