.predictive-search{position:absolute;top:100%;left:0;width:100%;background-color:var(--primary-background, #ffffff);z-index:1003;border-left:1px solid black;border-right:1px solid black;visibility:hidden;opacity:0;transform:translateY(-20px);transform-origin:top;transition-property:visibility,opacity,transform;transition-duration:.2s;transition-timing-function:ease-in;border-bottom-left-radius:var(--border-radius-buttons, 30px);border-bottom-right-radius:var(--border-radius-buttons, 30px)}.predictive-search.show{visibility:visible;opacity:1;transition-delay:.2s;transform:translateY(0)}.predictive-search .predictive-search__list{display:flex;flex-direction:column;border-bottom:1px solid black;visibility:hidden;opacity:0;transition-property:visibility,opacity;transition-duration:.2s;transition-timing-function:ease-in;border-bottom-left-radius:var(--border-radius-buttons, 30px);border-bottom-right-radius:var(--border-radius-buttons, 30px);max-height:470px;overflow:auto}.predictive-search .predictive-search__list.show{visibility:visible;opacity:1;transition-delay:.2s}.predictive-search .predictive-search__list:not(:empty){padding:10px}.predictive-search .predictive-search__list.predictive-search__list--no-bottom-border{border-bottom:none}.predictive-search .predictive-search__item-wrapper{display:flex;flex-direction:column;width:100%;margin-top:20px}.predictive-search .predictive-search__list-heading{margin-bottom:10px;margin-left:10px}.predictive-search .predictive-search__item{position:relative;word-break:break-word;display:flex;align-items:center;gap:10px;padding:10px}.predictive-search .predictive-search__item:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;opacity:.2;border-radius:var(--border-radius-card-images, 50px);z-index:-1;transition:background-color .2s ease}@media (-moz-touch-enabled: 0),(hover: hover){.predictive-search .predictive-search__item:hover:before{background-color:var(--primary-color, #000000)}}.predictive-search .predictive-search__image{min-width:80px;max-width:80px;width:100%;height:80px;object-fit:cover;border-radius:var(--border-radius-card-images, 50px)}.predictive-search .predictive-search__item-body{display:flex;flex-direction:column;gap:5px}.predictive-search .predictive-search__bottom-row{display:flex;align-items:flex-end;gap:10px}.predictive-search .predictive-search__button{width:100%;word-break:break-word;visibility:hidden;opacity:0}.predictive-search .predictive-search__button.show{visibility:visible;opacity:1;transition-delay:.2s}.predictive-search .predictive-search__link{display:flex}.predictive-search .predictive-search__item-title{text-decoration:none}.predictive-search .predictive-search__row-text.predictive-search__row-text--tertiary{color:var(--tertiary-text, #767676)}.predictive-search .predictive-search__row-text.predictive-search__row-text--throught{text-decoration:line-through;padding-bottom:2px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/predictive-search.css.map */
