#predictive-search{overflow-y:auto}.predictive-search{background-color:var(--color-white)}.predictive-search__inner{padding:2em 0;display:grid;grid-template-columns:1fr auto;grid-template-areas:'products collections';gap:2em}@media (max-width:480px){.predictive-search__inner{grid-template-columns:1fr;grid-template-rows:auto auto;grid-template-areas:'products' 'collections'}}.predictive-search__title{font-weight:700;margin-bottom:.5em}.predictive-search__products{grid-area:products}.predictive-search__results{display:grid;grid-template-columns:repeat(5,1fr);gap:1em}@media (max-width:1024px){.predictive-search__results{grid-template-columns:repeat(2,1fr)}}.predictive-search__other{grid-area:collections;display:flex;flex-direction:column;gap:1em}.predictive-search a{text-decoration:none}.predictive-search a:focus,.predictive-search a:hover{text-decoration:underline}