.predictive-search{position:absolute;left:0;top:calc(100% + 18px);display:none;width:100%;overflow:hidden}.predictive-search.is-shown{display:block}.predictive-search__content{max-height:calc(var(--window-dynamic-height, 100svh) - var(--header-bottom, 50px) - 38px);overflow-y:auto;padding:10px;border-radius:17px 17px 30px 30px;background-color:#f2efeb}.predictive-search__content[data-empty-results=true]{border-radius:30px}.predictive-search__columns{display:flex;flex-wrap:wrap;flex-direction:column;gap:20px}.predictive-search__column{width:100%}.predictive-search__links-wrapper+.predictive-search__links-wrapper{margin-top:20px}.predictive-search__links{display:flex;flex-direction:column;gap:12px;list-style:none;padding:0;line-height:1.24}.predictive-search__links .predictive-search__link{text-decoration:none}.predictive-search__title{margin-bottom:12px}.predictive-search__product{display:flex;align-items:center;padding:8px 10px;border-radius:12px;background-color:#fff;text-decoration:none}.predictive-search__product:hover{text-decoration:none}.predictive-search__product+.predictive-search__product{margin-top:6px}.predictive-search__product-image{--responsive-wrapper-max-width:76px;flex-shrink:0;margin-right:16px}h5.predictive-search__product-title{margin:0;font-size:17px;font-weight:600;line-height:1.17647}.predictive-search__product-description{margin-top:2px}@media only screen and (min-width:768px){.predictive-search__columns{flex-direction:row;gap:20px 24px}.predictive-search__column{flex-grow:1;width:calc(65% - 12px)}.predictive-search__column--links{width:calc(35% - 12px);order:-1}.predictive-search__links-wrapper+.predictive-search__links-wrapper{margin-top:24px}}@media only screen and (min-width:1024px){.predictive-search--columns-layout{left:-100px;width:calc(100% + 200px)}.predictive-search__content{padding:18px}}