predictive-search .search-form{position:relative}predictive-search .search-form .search__button{position:absolute;top:0;left:0;width:2.625rem;height:2.625rem;padding:.3125rem}predictive-search .search-form .search__input{padding-left:3rem;padding-right:.5rem}.predictive-search{position:relative}.predictive-search-status{color:var(--color-gray-1)}.predictive-search-form+.predictive-search-status{margin-top:1.5rem}@media screen and (min-width:768px){.predictive-search-form+.predictive-search-status{margin-top:1rem}}.predictive-search-results{box-sizing:border-box;position:relative;color:var(--color-text);left:0;right:0;overflow:auto}@media screen and (min-width:1200px){.predictive-search-results{position:absolute;z-index:var(--z-index-popover);top:0;background-color:var(--color-white);max-height:100vh;box-shadow:0 .125rem .25rem 0 rgba(0,0,0,.09)}}.predictive-search-results__inner{max-width:var(--site-center-narrow);margin:0 auto;box-sizing:border-box;padding-left:var(--site-side-spacing);padding-right:var(--site-side-spacing);min-height:18.75rem}@media screen and (min-width:768px){.predictive-search-results__inner{padding-left:var(--site-side-spacing-md)}}@media screen and (min-width:768px){.predictive-search-results__inner{padding-right:var(--site-side-spacing-md)}}.menu-drawer__search .predictive-search-results__inner{padding:0 .5rem}.predictive-search-results__content{margin-top:1rem;margin-bottom:1.5rem}.predictive-search-results__footer{text-align:center;margin-bottom:1.5rem}@media screen and (min-width:1200px){.predictive-search-results__footer{text-align:right;margin-bottom:4rem}}.predictive-search-results__status{color:var(--color-gray-1)}@media screen and (max-width:1199px){.predictive-search-results__status .body-medium{font-size:.75rem;line-height:1rem}}.predictive-search-results__nav{margin-bottom:1.25rem}.predictive-search-results__nav__item{color:var(--color-black);display:block;padding:0 .5rem .375rem;text-decoration:none;font-size:.75rem;line-height:1rem;font-weight:300;position:relative}.predictive-search-results__nav__item:hover{font-weight:700;text-decoration:none}.predictive-search-results__nav__item:after{content:"";width:.25rem;height:.25rem;background-color:var(--color-black);border-radius:50%;position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block}.predictive-search-results--articles .predictive-search-results__nav__item--products:after,.predictive-search-results--pages .predictive-search-results__nav__item--products:after{display:none}.predictive-search-results__nav__item--articles:after{display:none}.predictive-search-results--articles .predictive-search-results__nav__item--articles:after{display:block}.predictive-search-results__nav__item--pages:after{display:none}.predictive-search-results--pages .predictive-search-results__nav__item--pages:after{display:block}.predictive-search-results__products{gap:.5rem}@media screen and (min-width:1200px){.predictive-search-results__products{gap:1rem}}.predictive-search-results--articles .predictive-search-results__products{display:none}.predictive-search-results--pages .predictive-search-results__products{display:none}.predictive-search-results__products .product-card__image{padding-top:3rem}.predictive-search-results__products .product-card__information{font-size:.75rem;line-height:1rem}.predictive-search-results__pages{display:none;gap:.5rem}.predictive-search-results__pages--read-more{margin-top:.75rem}.predictive-search-results__pages>li{padding:1.5rem;background:var(--color-gray-4)}@media screen and (min-width:1200px){.predictive-search-results__pages{gap:1rem}}.predictive-search-results--pages .predictive-search-results__pages{display:grid}.predictive-search-results__articles{display:none;gap:.5rem}@media screen and (min-width:1200px){.predictive-search-results__articles{gap:1rem}}.predictive-search-results--articles .predictive-search-results__articles{display:grid}.predictive-search__show-all{margin-bottom:1rem}