.m-predictive-search{--layout-predictive-grid-gap:1rem}@media screen and (min-width:1058px){.m-predictive-search{--layout-predictive-grid-gap:2rem}}.m-predictive-search{background:rgb(var(--color-background));font-size:var(--body-fs-sm);left:0;max-height:calc(100vh - var(--header-height) - var(--announcement-height));overflow-y:auto;position:absolute;right:0;top:100%;width:100%}@media screen and (min-width:1058px){.m-predictive-search{max-height:calc(100vh - var(--header-height) - var(--announcement-height))}}.m-predictive-search__results{display:grid;gap:1rem;grid-template-columns:1fr;padding-bottom:2rem;padding-top:2rem}.m-predictive-search__results[data-columns="1"] .m-predictive-search__results-wrapper{margin-left:auto;margin-right:auto;max-width:var(--layout-container-width);padding-left:var(--layout-site-padding);padding-right:var(--layout-site-padding);width:100%}@media screen and (min-width:1058px){.m-predictive-search__results[data-columns="2"]{gap:4rem;grid-template-columns:1fr 2fr}}.m-predictive-search__results--right{display:none}@media screen and (min-width:1058px){.m-predictive-search__results--right{display:block}}.m-predictive-search__results--left .m-predictive-search__segment[data-segment=product]{display:block}@media screen and (min-width:1058px){.m-predictive-search__results--left .m-predictive-search__segment[data-segment=product]{display:none}}.m-predictive-search__link{align-items:center;gap:1.5rem;text-decoration:none}.m-predictive-search__segment{grid-column:1;margin-bottom:2rem}.m-predictive-search__segment:last-of-type{margin-bottom:0}.m-predictive-search__segment[data-segment=product]{grid-column:2;grid-row:1/-1}.m-predictive-search__segment[data-segment=product] .m-predictive-search__segment-content{display:flex;flex-direction:row;flex-wrap:wrap;gap:var(--layout-predictive-grid-gap)}@media screen and (min-width:1058px){.m-predictive-search__segment[data-segment=product] .m-predictive-search__segment-content{gap:2rem}}.m-predictive-search__segment[data-segment=product] .m-predictive-search__item{--flex-items:1;width:calc(100%/var(--flex-items) - (var(--flex-items) - 1)/var(--flex-items)*var(--layout-predictive-grid-gap))}@media screen and (min-width:800px){.m-predictive-search__segment[data-segment=product] .m-predictive-search__item{--flex-items:2}}@media screen and (min-width:990px){.m-predictive-search__segment[data-segment=product] .m-predictive-search__item{--flex-items:4}}@media screen and (min-width:1280px){.m-predictive-search__segment[data-segment=product] .m-predictive-search__item{--flex-items:5}}.m-predictive-search__segment[data-segment=product] .m-predictive-search__link{align-items:center;display:flex;flex-direction:row;gap:1rem 2rem}@media screen and (min-width:990px){.m-predictive-search__segment[data-segment=product] .m-predictive-search__link{align-items:flex-start;flex-direction:column}}.m-predictive-search__segment[data-segment=product] .m-predictive-search__link .m-price-item--last,.m-predictive-search__segment[data-segment=product] .m-predictive-search__link .m-price__regular{font-weight:700}.m-predictive-search__segment-heading{justify-content:space-between;margin-bottom:1rem;padding-bottom:.8rem;text-transform:uppercase}.m-predictive-search__segment-title{margin-bottom:0}.m-predictive-search__segment-view-all{color:rgb(var(--color-text));font-size:var(--body-fs-sm);line-height:var(--body-lh-sm);text-decoration:none}.m-predictive-search__image{height:auto;max-width:100%;object-fit:cover}.m-predictive-search__item{padding:.5rem 0}.m-predictive-search__item p{margin-bottom:0}.m-predictive-search__query-result :not(mark){font-weight:bolder}.m-predictive-search__query-result mark{background-color:transparent;opacity:.75}.m-predictive-search__info{display:flex;flex:1;flex-direction:column;gap:.25rem}.m-predictive-search__info:hover{text-decoration:underline}.m-predictive-search__info p{margin:0}.m-predictive-search__info p:first-child{font-weight:400}