.predictive-search{display:none;overflow-y:auto;background-color:var(--color-white);--header-height: helpers.rem(88)}@media(min-width: 1024px){.predictive-search{min-height:initial;border-top:none;width:calc(100% + .2rem)}}.predictive-search__container{background-color:var(--color-white);padding:1.7142857143rem .8571428571rem;flex-direction:column;align-items:flex-start;gap:1.7142857143rem;flex-shrink:0;position:fixed;top:-9999em;left:-9999em;z-index:1000;width:100%;min-height:calc(100vh + var(--header-height));opacity:0;pointer-events:none;transition:opacity .3s ease-in-out;border-top:1px solid rgba(var(--color-black), 0.08)}@media(min-width: 1024px){.predictive-search__container{height:auto;min-height:0;padding:4rem 3.4285714286rem}}.predictive-search__container.active{opacity:1;pointer-events:all;position:absolute;top:5.9285714286rem;left:0}@media(min-width: 1024px){.predictive-search__container.active{top:7.44rem}}.predictive-search__container .icon--close{position:absolute;top:50%;right:0;transform:translateY(-50%);cursor:pointer}.predictive-search__container .search-modal__form{width:100%;position:relative}.predictive-search__container .header__search-wrapper{width:100%;display:flex;position:relative;border:1px solid var(--color-light-grey);border-width:0 0 .0714285714rem 0;padding-bottom:2.5rem}@media(min-width: 1024px){.predictive-search__container .header__search-wrapper{padding-bottom:1.0714285714rem}}.predictive-search__container .header__search-button{display:none}.predictive-search__container .search__input{width:calc(100% - 3.1428571429rem);background-color:var(--color-white);max-width:none;height:4rem;border:none}.predictive-search__container .search__input:focus-visible{outline:none}.predictive-search__overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:rgba(38,37,35,.5);z-index:10;display:none}.predictive-search__overlay.active{display:block}.predictive-search__products{height:fit-content;padding-bottom:7.1428571429rem}.predictive-search__product-grid{display:grid;grid-template-columns:repeat(var(--columns-mobile, 2), 1fr);width:100%;gap:2.8571428571rem .8571428571rem}@media(min-width: 1024px){.predictive-search__product-grid{grid-template-columns:repeat(var(--columns-desktop, 4), 1fr);gap:2.8571428571rem 3.4285714286rem}}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;border-bottom:1px solid rgba(var(--color-white), 0.08)}@media(min-width: 1024px){.predictive-search__results-groups-wrapper{flex-direction:row;gap:2.2857142857rem}.predictive-search__results-groups-wrapper>.predictive-search__result-group:first-child{flex:0 0 25%;max-width:25%}.predictive-search__results-groups-wrapper>.predictive-search__result-group:last-child{flex:1 1 75%;max-width:75%}}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto}.predictive-search__result-group:first-child{padding-bottom:1.1428571429rem}@media(min-width: 1024px){.predictive-search__result-group:first-child{padding-bottom:0}.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__item{display:flex;padding:.5714285714rem 0;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:4.5714285714rem 1fr;grid-column-gap:.2857142857rem;grid-template-areas:"product-image product-content"}@media(min-width: 1024px){.predictive-search__item--link-with-thumbnail{grid-column-gap:1.1428571429rem}}.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:1rem}.predictive-search__item-heading{margin:0}@media(min-width: 1024px){.predictive-search__item-heading{font-size:1.2857142857rem}}.predictive-search .spinner{width:1.7142857143rem;height:1.7142857143rem;line-height:0}.list-unstyled{list-style-type:none}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-clear{position:absolute;top:50%;transform:translateY(-50%);right:3.4285714286rem;color:var(--color-black);display:none;text-decoration:none}.predictive-clear:hover{text-decoration:underline;text-decoration-thickness:from-font;text-underline-offset:3px}input[aria-expanded=true]~.predictive-clear{display:block}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}[data-search-toggle]{cursor:pointer}
