@layer components{.predictive-search-results{display:grid;grid-template-areas:"queries" "articles" "products" "submit";padding:var(--spacing-unit-m)}@media screen and (min-width: 768px){.predictive-search-results{grid-template-columns:1fr 1fr;grid-template-areas:"queries articles" "products products" "submit submit"}}@media screen and (min-width: 1024px){.predictive-search-results{grid-template-columns:32% 68%;grid-template-areas:"queries products" "articles products" "submit submit"}}.predictive-search-results__queries{grid-area:queries}@media screen and (max-width: 767px){.predictive-search-results__queries{margin-bottom:var(--spacing-unit-m);border-bottom:var(--border-width) solid var(--color-borders);padding-bottom:var(--spacing-unit-m)}}.predictive-search-results__articles{grid-area:articles}.predictive-search-results__products{grid-area:products}@media screen and (max-width: 1023px){.predictive-search-results__products{margin-top:var(--spacing-unit-m);border-top:var(--border-width) solid var(--color-borders);padding-top:var(--spacing-unit-m)}}@media screen and (min-width: 1024px){.predictive-search-results__products{margin-left:var(--spacing-unit-m);border-left:var(--border-width) solid var(--color-borders);padding-left:var(--spacing-unit-m)}}.predictive-search-results__submit{display:block;grid-area:submit;margin:calc(-1 * var(--spacing-unit-m));margin-top:var(--spacing-unit-m);border-top:var(--border-width) solid var(--color-borders)}.predictive-search-results__button{display:flex;justify-content:space-between;align-items:center;gap:var(--spacing-unit-xs);padding:calc(var(--spacing-unit-xxs) * 5) var(--spacing-unit-m);width:100%}[aria-selected=true] .predictive-search-results__button{outline:var(--border-width) auto var(--color-focus-ring);outline-offset:var(--spacing-unit-xxs)}.predictive-search-results__items{display:grid;gap:calc(var(--spacing-unit-xxs) * 3)}.predictive-search-results__items--products{gap:var(--spacing-unit-m)}@media screen and (min-width: 768px){.predictive-search-results__items--products{grid-template-columns:repeat(4,1fr)}}.predictive-search-result__item{display:flex;align-items:center;gap:var(--spacing-unit-xxs);color:var(--color-font);font-size:1.3rem;text-decoration:none}[aria-selected=true] .predictive-search-result__item{outline:var(--border-width) auto var(--color-focus-ring);outline-offset:var(--spacing-unit-xxs)}.predictive-search-result__icon{width:1rem;height:1rem}}
/*# sourceMappingURL=/cdn/shop/t/467/assets/predictive-search-results.css.map */
