predictive-search .predictive-search{color:var(--color-brand-text);position:relative}predictive-search .predictive-search-results{background-color:var(--color-brand-secondary-20);-webkit-box-sizing:border-box;box-sizing:border-box;left:-1rem;min-height:50vh;position:absolute;right:-1rem;top:0;z-index:var(--z-index-popover)}@media screen and (min-width:1024px){predictive-search .predictive-search-results{left:auto;min-height:0;min-height:auto;position:relative;right:auto}}predictive-search .predictive-search__list{list-style:none;margin:0 auto;max-height:72vh;max-width:28.125rem;overflow:auto;padding:2.5rem 1rem}@media screen and (min-width:480px){predictive-search .predictive-search__list{padding:2.5rem 3.75rem}}@media screen and (min-width:768px){predictive-search .predictive-search__list{padding:2.5rem 7.5rem}}@media screen and (min-width:1024px){predictive-search .predictive-search__list{padding:3.5rem 0 7.5rem}}predictive-search .predictive-search__list-item.predictive-search__list-item--heading{padding:1rem 0;position:relative}predictive-search .predictive-search__list-item.predictive-search__list-item--heading:not(:first-of-type){border-top:1px solid var(--color-lines);margin-top:1rem}predictive-search .predictive-search__list-item.predictive-search__list-item--heading .button--link{padding:0;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}predictive-search .predictive-search__list-item.predictive-search__list-item--heading .button--link .icon{margin-right:0}predictive-search .predictive-search__list-item p.text-capitals-futura{color:var(--color-brand-primary);margin-bottom:0}predictive-search .predictive-search__list-item p.text-small{color:var(--color-brand-text-50);margin-top:.25rem}predictive-search .predictive-search__list-item .button--link{font-size:.75rem;line-height:1.125rem;padding:.5rem 0}predictive-search .predictive-search__list-item .predictive-search__item__content--title{margin-bottom:0}predictive-search .predictive-search__list-item .predictive-search__item__content--price .price__sale{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}predictive-search .predictive-search__list-item .predictive-search__item__content--price .price__sale .price-item--regular{margin-top:.25rem}predictive-search .predictive-search__list-item .predictive-search__item__content--excerpt{color:var(--color-brand-text-50)}predictive-search .predictive-search__list-item--action{border-bottom:1px solid var(--color-lines);border-top:1px solid var(--color-lines);padding:.5rem 0}@media screen and (min-width:1024px){predictive-search .predictive-search__list-item--action .button--link{padding:.5rem 0}}predictive-search .predictive-search__list__link{grid-gap:1rem;color:inherit;display:grid;gap:1rem;grid-template-columns:4rem 1fr;padding:.5rem 0;text-decoration:none}predictive-search .predictive-search__list__link:hover{background-color:var(--color-brand-secondary)}predictive-search .predictive-search__list__link:active{background-color:var(--color-brand-secondary-dark)}