#predictive-search{overflow-y:auto}.predictive-search{padding:0 0 1em 0}.predictive-search__inner{display:flex;justify-content:space-between;flex-wrap:wrap}@media (max-width:1024px){.predictive-search__inner{gap:1em}}.predictive-search__inner .no-results{width:100%;margin:0}@media (max-width:768px){.predictive-search__inner .no-results{text-align:center;font-size:.8em}}.predictive-search__results{display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:auto auto;grid-template-areas:'product1 product2 product3' 'product4 product4 product4';gap:1em;padding-bottom:1em}@media (max-width:768px){.predictive-search__results{grid-template-columns:1fr;grid-template-rows:auto;grid-template-areas:none}}.predictive-search__result--button span{display:flex;height:100%;width:100%;justify-content:center;align-items:center}.predictive-search__result--3{grid-area:product4}@media (max-width:768px){.predictive-search__result--3{grid-area:auto}}