.predictive-search{display:none;position:absolute;left:-.1rem;border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));z-index:3;border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);border-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.predictive-search--search-template{z-index:2}.search-modal__form input.search__input.field__input{padding-right:5.5rem}.search-modal__form input.search__input.field__input:focus{border:none}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%}}@media screen and (max-width: 989px){.predictive-search{overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%}}@media screen and (min-width: 750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}.header .search-box .search-modal__content{justify-content:flex-start}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}predictive-search .predictive-search{top:100%}.predictive-search__heading{border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin:0 auto;padding:2rem 0 1rem;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 4rem);color:rgba(var(--color-foreground),.7);transition:all var(--duration-default) linear;font-size:1.5rem;letter-spacing:var(--heading-letter-spacing);font-weight:600}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}.predictive-search__heading .spinner{margin:0 .2rem 0 2rem}predictive-search:not([loading]) .predictive-search__heading .spinner,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__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04);transition:all var(--duration-default) linear}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{color:rgba(var(--color-base-solid-button-labels));transition:all var(--duration-default) linear}.predictive-search__item{display:flex;padding:2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__pages-wrapper .predictive-search__item{padding-left:10px}.predictive-search__item--link{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;grid-template-areas:"product-image product-content"}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column;justify-content:center}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0;font-size:1.6rem;font-weight:500;transition:all var(--duration-default) linear}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.predictive-search__item .price--on-sale .price-item--regular{font-size:1rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--term{justify-content:flex-start;align-items:center;padding:1.5rem 2rem;word-break:break-all;line-height:normal;color:rgba(var(--color-base-solid-button-labels),.7)}.predictive-search__item--term:hover{color:rgba(var(--color-base-solid-button-labels),1)}@media screen and (min-width: 750px){.predictive-search__item--term{padding-top:1.5rem;padding-bottom:1.5rem}}.predictive-search__item--term .icon-caret{transform:rotate(-90deg)}.predictive-search__item--term .icon-arrow{width:1.4rem;height:1.4rem;flex-shrink:0;margin-left:2rem;color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}.search-modal__content.search-modal__content-bottom{background-color:rgba(var(--popup-background),1);padding:50px;overflow:auto;height:100vh;margin:auto;width:100%;position:relative;display:inline-block;max-width:100%;border-radius:var(--inputs-radius)}.search-modal form.search.search-modal__form{max-width:100%;position:relative;width:50%;margin:auto;padding:50px 0 0;background:transparent;margin-bottom:4rem}.search-modal .search-tags{display:flex;flex-wrap:wrap;margin:0;width:100%;align-items:center;justify-content:center}.search-modal .search-tags li{list-style:none;margin:.25rem}.search-modal h3.recently_purchased{text-align:center}.search-modal .search-tags li a{display:block;padding:6px 20px;text-transform:capitalize;position:relative;background-color:rgba(var(--color-button),var(--alpha-button-background));transition:all .3s linear;font-size:1.4rem;border-radius:var(--buttons-radius)}.search-modal .search-tags li a:hover{background:rgba(var(--color-hover-button),var(--alpha-button-background));box-shadow:0 0 6px rgba(var(--color-foreground),.5)}.search-modal .modal__close-button.link>span.line{width:2.5rem}.search-modal svg.icon.icon-close{transform:scale(1)}#dT_top-sticky.search-show{padding:30px;top:0;left:0;right:0;display:block;z-index:9999;width:100%;height:100%;position:absolute;background-color:rgba(var(--color-background),.8)}.search-modal .modal-overlay{display:block!important;z-index:-1;position:absolute;left:0;right:0;top:0;bottom:0;background-color:rgba(var(--color-background),.8)}body.search-overlay-open{overflow:hidden}.search-modal button.search__button.field__button{background:transparent}.search-modal button.search__button.field__button:hover{transform:scale(1.1)}.search-modal button.search__button.field__button>svg{color:inherit}@media screen and (max-width: 1200px){.search-modal form.search.search-modal__form{width:100%}}@media screen and (max-width: 750px){.search-modal .grid--2-col-tablet-down .grid__item{width:100%;max-width:100%}.search-modal form.search.search-modal__form{width:100%}.search-modal .search-tags{padding:0}.search-modal .search-tags>li:not(.tag-item){width:100%;margin-right:0rem;margin-bottom:.5rem;text-align:center;margin-bottom:2rem}}@media screen and (max-width: 576px){.search-modal__content.search-modal__content-bottom{padding:20px}}.predictive-search .predictive-search__results-groups-wrapper{display:flex;flex-direction:column;flex-wrap:nowrap}.predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:first-child{flex:100% 0 0}.predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:last-child{flex:100% 0 0}.predictive-search__item--term{justify-content:center;border-top:1px solid rgba(var(--color-border),.17)}@media screen and (min-width: 780px){.predictive-search .predictive-search__results-groups-wrapper{display:flex;flex-direction:row;flex-wrap:nowrap}.predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:first-child{flex:1 0 0}.predictive-search .predictive-search__results-groups-wrapper .predictive-search__result-group:last-child{flex:2 0 0}.predictive-search__item--term{justify-content:space-between}}button.predictive-search__item.predictive-search__item--term.link:hover{color:rgba(var(--color-base-solid-button-labels),1);background:rgba(var(--color-foreground),.04)}.predictive-search .predictive-search__results-groups-wrapper .predictive-search__item-content{margin-left:10px}predictive-search button.reset__button.field__button{background:transparent}.template-search .template-search__results .grid__item .article-card .article-card__image img{height:100%}.template-search .template-search__results .grid__item .page-div.card{align-items:center}
/*# sourceMappingURL=/cdn/shop/t/6/assets/component-predictive-search.css.map */
