#predictive-search{overflow-y:auto;padding:3em 0}#predictive-search-mobile{overflow-y:auto;padding:1em 0 2em 0}predictive-search{display:block}@media (max-width:1024px){predictive-search{display:none}}predictive-search-mobile{display:none}@media (max-width:1024px){predictive-search-mobile{display:block}}.predictive-search__inner{display:block}.predictive-search__header{display:flex;justify-content:space-between;align-items:center;width:100%;margin-bottom:1.5em}@media (max-width:1024px){.predictive-search__header{flex-direction:column;gap:1em;justify-content:center;margin-bottom:2em}}.predictive-search__header .search-title span{font:2em Denton,arial,sans-serif;font-weight:400}.predictive-search__content{display:flex;justify-content:space-between}@media (max-width:1024px){.predictive-search__content{flex-direction:column;gap:1.5em}}.predictive-search__products{width:100%}.predictive-search__results{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto auto;grid-template-areas:'product product product' 'button button button';gap:2em 1em}@media (max-width:1024px){.predictive-search__results{grid-template-columns:repeat(2,1fr);grid-template-areas:none;grid-template-rows:auto}}@media (max-width:768px){.predictive-search__results{gap:1.25em .75em}}.predictive-search__collections{width:20em;min-width:20em;display:flex;flex-direction:column}.predictive-search__collections ul{display:flex;flex-direction:column;gap:.375em}.predictive-search__collections ul a{text-decoration:none}.predictive-search__collections ul a:hover{text-decoration:underline}.predictive-search__collections ul span{font-size:.875em;text-transform:uppercase}.predictive-search__collections p{margin:0}.predictive-search__title{margin-bottom:1.25em}.predictive-search__title span{font:1.375em Denton,arial,sans-serif;font-weight:400}