.m-predictive-search{--layout-predictive-grid-gap:1rem;background:rgb(var(--color-background));border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;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%;z-index:9999}@media screen and (min-width:1100px){.m-predictive-search{--layout-predictive-grid-gap:2rem;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}@media screen and (min-width:1100px){.m-predictive-search__results{gap:4rem;grid-template-columns:1fr 2fr}}.m-predictive-search__results--right{display:none}@media screen and (min-width:1100px){.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:1100px){.m-predictive-search__results--left .m-predictive-search__segment[data-segment=product]{display: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:1100px){.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:768px){.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}}.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{border-bottom:1px solid rgb(var(--color-border));justify-content:space-between;margin-bottom:1rem;padding-bottom:.8rem}.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{display:block;height:auto;max-width:100%}.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__image-wrapper{flex:1}.m-predictive-search__info{flex:2}@media screen and (min-width:990px){.m-predictive-search__info{flex:1}}.m-predictive-search__info:hover{text-decoration:underline}.m-predictive-search__link{text-decoration:none}