.predictive-search{display:none;position:fixed;top:63px;left:0;right:0;z-index:30;background:#fff;box-shadow:0 20px 40px #00000014;overflow:hidden}.predictive-search--search-template{z-index:2}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}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:24px}predictive-search[loading] .predictive-search-panel__footer{display:none}#predictive-search-results{width:100%;max-width:none;margin:0;padding:10px 32px 16px}.predictive-search-panel{display:flex;flex-direction:column;gap:16px}.predictive-search-panel__suggestions{padding-top:4px}.predictive-search-bubbles{display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.predictive-search-bubbles .predictive-search__list-item,.predictive-search-collections .predictive-search__list-item,.predictive-search-pages .predictive-search__list-item,.predictive-search-products-grid .predictive-search__list-item{list-style:none}.predictive-search-bubble{display:inline-flex;align-items:center;min-height:36px;padding:7px 16px;border:1px solid var(--ut-medium-green);border-radius:999px;background:var(--ut-light-green);color:var(--ut-dark-green);font-size:14px;line-height:20px;text-decoration:none}.predictive-search-bubble mark{background:transparent;color:var(--ut-very-dark-green);font-weight:700}.predictive-search-panel__scroll{max-height:min(56vh,560px);overflow-y:auto;padding-right:4px}.predictive-search-panel__grid{display:grid;gap:24px}.predictive-search-panel__grid--products-only{grid-template-columns:1fr}.predictive-search-panel__section+.predictive-search-panel__section{margin-top:24px}.predictive-search__heading{margin:0 0 12px;padding:0;color:var(--ut-very-dark-green);font-size:22px;font-weight:700;line-height:24px;letter-spacing:0;text-align:left}.predictive-search-collections{display:grid;gap:12px;margin:0;padding:0}.predictive-search-panel__section--collections{padding:16px;border:1px solid var(--ut-medium-green);border-radius:14px;background:var(--ut-light-green)}.predictive-search-panel__section--collections .predictive-search__heading{margin-bottom:14px}.predictive-search-panel__section--collections .predictive-search-collections{gap:12px}.predictive-search-collection-card{display:grid;grid-template-columns:84px minmax(0,1fr);gap:12px;padding:10px;border:1px solid var(--ut-medium-green);border-radius:8px;background:#fff;text-decoration:none}.predictive-search-collection-card__media{width:84px;height:84px;overflow:hidden;border-radius:6px;background:#f3f3f3}.predictive-search-collection-card__media img{width:100%;height:100%;object-fit:cover;display:block}.predictive-search-collection-card__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#d9d9d9)}.predictive-search-collection-card__title{margin:0 0 4px;color:#000;font-size:14px;font-weight:600;line-height:20px}.predictive-search-collection-card__meta{margin:0;color:#7a7d81;font-size:12px;line-height:18px}.predictive-search-pages{display:flex;flex-direction:column;gap:8px;margin:0;padding:0}.predictive-search-page-link{display:block;color:#404346;font-size:14px;line-height:22px;text-decoration:none}.predictive-search-products-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:0;padding:0}.predictive-search-products-grid .predictive-search__list-item{min-width:0}.predictive-search-product-card{display:flex;flex-direction:column;gap:10px;text-decoration:none}.predictive-search-product-card__media{width:100%;aspect-ratio:1 / 1;overflow:hidden;border-radius:10px;background:#f3f3f3}.predictive-search-product-card__media img{width:100%;height:100%;display:block;object-fit:cover}.predictive-search-product-card__title{margin:0 0 4px;color:#000;font-size:13px;font-weight:400;line-height:20px}.predictive-search-product-card__vendor{margin:0 0 4px;color:#7a7d81;font-size:12px;line-height:18px}.predictive-search-product-card__price{display:flex;gap:8px;color:#000;font-size:13px;line-height:20px}.predictive-search-product-card__price-current--sale{color:#f30}.predictive-search-product-card__price-compare{color:#2229;text-decoration:line-through}.predictive-search-panel__empty{padding:8px 0 4px;color:#7a7d81;font-size:14px;line-height:22px}.predictive-search-panel__footer{position:sticky;bottom:0;padding-top:1px;background:transparent}.predictive-search__item--term.predictive-search-panel__footer-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:30px;padding:14px 24px;border:0;border-radius:999px;background:var(--ut-dark-green);color:#fff;font-size:16px;font-weight:600;line-height:22px;text-decoration:none;cursor:pointer}.predictive-search__item--term.predictive-search-panel__footer-button.search_no_results{background:var(--ut-dark-green)}.predictive-search__list-item[aria-selected=true] .predictive-search-bubble,.predictive-search__list-item:hover .predictive-search-bubble{border-color:var(--ut-medium-green-hover);background:var(--ut-light-green-hover)}.predictive-search__list-item[aria-selected=true] .predictive-search-page-link,.predictive-search__list-item:hover .predictive-search-page-link{text-decoration:underline;text-underline-offset:.2rem}.predictive-search__list-item[aria-selected=true] .predictive-search-collection-card,.predictive-search__list-item:hover .predictive-search-collection-card,.predictive-search__list-item[aria-selected=true] .predictive-search-product-card,.predictive-search__list-item:hover .predictive-search-product-card{transform:translateY(-1px)}.predictive-search-panel__sidebar{order:2}.predictive-search-panel__products{order:1}@media(hover:hover)and (pointer:fine){.predictive-search__item--term.predictive-search-panel__footer-button:hover{background:var(--ut-dark-green-hover)}}@media screen and (min-width:768px){.predictive-search{top:70px}#predictive-search-results{padding:12px 24px 24px}.predictive-search-panel__grid{grid-template-columns:280px minmax(0,1fr);align-items:start}.predictive-search-panel__grid--products-only{grid-template-columns:minmax(0,1fr)}.predictive-search-panel__grid--products-only .predictive-search-panel__products{grid-column:1 / -1}.predictive-search-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.predictive-search-panel__sidebar{order:1}.predictive-search-panel__products{order:2}}@media screen and (max-width:767px){.predictive-search-panel__suggestions{overflow-x:auto;overflow-y:hidden;padding-bottom:6px;-webkit-overflow-scrolling:touch;scrollbar-width:thin}.predictive-search-bubbles{display:flex;flex-wrap:nowrap;gap:10px;width:max-content;min-width:100%}.predictive-search-bubbles .predictive-search__list-item{flex:0 0 auto}}
/*# sourceMappingURL=/cdn/shop/t/62/assets/component-predictive-search.css.map */
