.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;background-color:#ffdf98;border:1px solid rgba(44,44,44,.08);z-index:3;border-bottom-right-radius:12px;border-bottom-left-radius:12px;box-shadow:0 12px 32px #2c2c2c1f;overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}@media screen and (min-width:750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}.predictive-search__heading{margin:1.6rem 2rem .8rem;padding:0;border:0;color:#2c2c2cb3;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase}.predictive-search__results-groups-wrapper{display:flex;border-bottom:0;padding-bottom:1.2rem;gap:0}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto}@media screen and (max-width:749px){.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:.4rem}}@media screen and (min-width:750px){.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),.predictive-search__result-group--products .predictive-search__pages-wrapper--mobile{display:none}.predictive-search__result-group--suggestions{flex:0 0 26.4rem}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group--suggestions,.predictive-search__result-group:only-child{flex-grow:1}}@media screen and (min-width:750px){.predictive-search__pages-wrapper--mobile{display:none}}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}predictive-search:not([loading]) .predictive-search__loading-state,predictive-search:not([loading]) .predictive-search-status__loading{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__search-for-button{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:#2c2c2c;background-color:#f47c3514}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;padding:1rem 2rem;text-align:left;text-decoration:none;width:100%;color:#2c2c2c}.predictive-search__item-content{display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-heading{margin:0;font-family:var(--font-heading-family),sans-serif}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:#2c2c2cbf;background-color:transparent}.predictive-search__product-card-list{display:flex;flex-direction:column;gap:12px;margin:0;padding:0 2rem .8rem}.predictive-search__product-card{list-style:none;background-color:#2c2c2c;color:#f3f3f3;border-radius:12px;border-left:2px solid transparent;box-shadow:0 4px 14px #2c2c2c1a;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.predictive-search__product-card-link{display:grid;grid-template-columns:64px 1fr;gap:16px;align-items:center;padding:12px 16px;text-decoration:none;color:inherit}.predictive-search__product-card:hover,.predictive-search__product-card[aria-selected=true]{border-left-color:var(--color-brand-orange, #F47C35);box-shadow:0 6px 18px #2c2c2c29;background-color:#2c2c2c}.predictive-search__product-card:hover .predictive-search__product-card-title,.predictive-search__product-card[aria-selected=true] .predictive-search__product-card-title{text-decoration:none}.predictive-search__product-card-thumb-wrap{width:64px;height:64px;border-radius:8px;background-color:#ffdf98;overflow:hidden;flex-shrink:0}.predictive-search__product-card-thumb{width:100%;height:100%;aspect-ratio:1 / 1;object-fit:cover;display:block}.predictive-search__product-card-body{display:flex;flex-direction:column;gap:2px;min-width:0}.predictive-search__product-card-vendor{font-size:1.1rem;letter-spacing:.1em;text-transform:uppercase;color:#ffdf98;line-height:1.2}.predictive-search__product-card-title{font-family:var(--font-heading-family),sans-serif;font-weight:700;font-size:1.5rem;line-height:1.3;color:#f3f3f3;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.predictive-search__product-card-price{font-size:1.3rem;color:#f3f3f3c7;margin-top:2px}.predictive-search__product-card-price .price{color:#f3f3f3d9;font-size:1.3rem}.predictive-search__product-card-price .price__regular,.predictive-search__product-card-price .price__sale,.predictive-search__product-card-price .price-item{color:#f3f3f3d9}@media screen and (max-width:749px){.predictive-search__product-card-list{padding:0 1.6rem .8rem}.predictive-search__product-card-link{grid-template-columns:56px 1fr;gap:14px;padding:14px;min-height:56px}.predictive-search__product-card-thumb-wrap{width:56px;height:56px}.predictive-search__product-card-title{font-size:1.4rem}}.predictive-search__search-for-button{border-top:1px solid rgba(44,44,44,.08);background-color:#ffdf98}.predictive-search__item--term{justify-content:space-between;align-items:center;padding:1.4rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale));color:#2c2c2c;font-family:var(--font-heading-family),sans-serif;text-transform:none}.predictive-search__item--term:hover,.predictive-search__item--term[aria-selected=true]{background-color:#f47c3514}@media screen and (min-width:750px){.predictive-search__item--term{padding-top:1.2rem;padding-bottom:1.2rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:var(--color-brand-orange, #F47C35)}@media screen and (max-width:749px){.predictive-search--header{right:0;left:0;top:100%;border-radius:0;border-left:0;border-right:0;box-shadow:none;max-height:calc(100vh - var(--header-bottom-position-desktop, 5.6rem));overflow-y:auto}.predictive-search__search-for-button{position:sticky;bottom:0;z-index:4;background-color:#2c2c2c;border-top:1px solid rgba(44,44,44,.18);padding:0}.predictive-search__item--term{color:#f3f3f3;min-height:56px;padding:1.6rem 2rem}.predictive-search__item--term:hover,.predictive-search__item--term[aria-selected=true]{background-color:#f47c352e;color:#f3f3f3}.predictive-search__item--term .icon-arrow{color:var(--color-brand-orange, #F47C35)}}.predictive-search__empty-state{padding:1.2rem 0 0}.predictive-search__empty-state[hidden]{display:none}.predictive-search__empty-section{padding:0 2rem 1.6rem}.predictive-search__empty-section+.predictive-search__empty-section{padding-top:.4rem}.predictive-search__empty-heading{font-family:var(--font-heading-family),sans-serif;font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase;color:#2c2c2cb3;margin:0 0 1rem}.predictive-search__chip-list{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.predictive-search__chip-list-item{list-style:none}.predictive-search__chip{display:inline-flex;align-items:center;padding:.8rem 1.4rem;min-height:36px;background-color:#f3f3f3;color:#2c2c2c;border:1px solid rgba(44,44,44,.18);border-radius:999px;font-family:var(--font-body-family),sans-serif;font-size:1.3rem;line-height:1.2;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.predictive-search__chip:hover,.predictive-search__chip[aria-selected=true],.predictive-search__chip:focus-visible{background-color:var(--color-brand-orange, #F47C35);border-color:var(--color-brand-orange, #F47C35);color:#f3f3f3;outline:none}@media screen and (max-width:749px){.predictive-search__chip{min-height:44px;padding:1rem 1.6rem}}.predictive-search__pill-list{display:flex;flex-wrap:wrap;gap:12px;margin:0;padding:0;list-style:none}.predictive-search__pill-list-item{list-style:none}.predictive-search__pill{display:inline-flex;align-items:center;gap:12px;padding:6px 22px 6px 6px;min-height:52px;background-color:#2c2c2c;color:#f3f3f3;border:2px solid transparent;border-radius:999px;box-shadow:0 3px 10px #2c2c2c1a;text-decoration:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.predictive-search__pill:hover,.predictive-search__pill[aria-selected=true],.predictive-search__pill:focus-visible{border-color:var(--color-brand-orange, #F47C35);box-shadow:0 6px 16px #2c2c2c2e;outline:none}.predictive-search__pill-mascot{width:44px;height:44px;border-radius:999px;background-color:#3a3a3a;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.predictive-search__pill-mascot img{width:38px;height:38px;object-fit:contain;display:block}.predictive-search__pill-label{font-family:var(--font-heading-family),sans-serif;font-weight:700;font-size:1.6rem;line-height:1.2;color:#f3f3f3;white-space:nowrap}@media screen and (max-width:749px){.predictive-search__pill-list{gap:10px}.predictive-search__pill{min-height:48px;padding:5px 18px 5px 5px;gap:10px}.predictive-search__pill-mascot{width:38px;height:38px}.predictive-search__pill-mascot img{width:32px;height:32px}.predictive-search__pill-label{font-size:1.4rem}}.predictive-search__bakery-list{display:grid;grid-template-columns:1fr;gap:12px;margin:0;padding:0;list-style:none}@media screen and (min-width:750px){.predictive-search__bakery-list{grid-template-columns:1fr 1fr 1fr}}.predictive-search__bakery-list-item{list-style:none}.predictive-search__bakery-card{display:grid;grid-template-columns:56px 1fr;gap:12px;align-items:center;padding:10px 12px;background-color:#2c2c2c;color:#f3f3f3;border-left:2px solid transparent;border-radius:12px;text-decoration:none;box-shadow:0 3px 10px #2c2c2c1a;transition:border-color .15s ease,box-shadow .15s ease}.predictive-search__bakery-card:hover,.predictive-search__bakery-card[aria-selected=true],.predictive-search__bakery-card:focus-visible{border-left-color:var(--color-brand-orange, #F47C35);box-shadow:0 6px 16px #2c2c2c29;outline:none}.predictive-search__bakery-card-thumb{width:56px;height:56px;border-radius:8px;object-fit:cover;background-color:#3a3a3a;display:block;aspect-ratio:1 / 1}.predictive-search__bakery-card-body{min-width:0}.predictive-search__bakery-card-title{font-family:var(--font-heading-family),sans-serif;font-weight:700;font-size:1.4rem;line-height:1.25;color:#f3f3f3;margin:0 0 2px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}.predictive-search__bakery-card-tagline{font-size:1.2rem;line-height:1.3;color:#f3f3f3b3;margin:0;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}@media screen and (max-width:749px){.predictive-search__bakery-card{padding:12px}}
/*# sourceMappingURL=/cdn/shop/t/21/assets/component-predictive-search.css.map */
