.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;background-color:rgb(var(--color-background));z-index:3;overflow-y:auto;-webkit-overflow-scrolling:touch;width:100%;max-height:max-content!important}.predictive-search--search-template{z-index:2;width:100%}.predictive-search__results-groups-wrapper{display:flex;border-bottom:.1rem solid rgba(var(--color-foreground),.08);padding-bottom:1rem}@media screen and (max-width: 767px){.predictive-search--header{right:0;left:-24px;top:100%;width:calc(100% + 62px)}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width:768px){.header predictive-search,.search-modal__content{position:static}.carousel-item{min-width:200px;max-width:200px}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:2rem}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}@media screen and (min-width: 750px){.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{flex:0 0 26.4rem}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}.predictive-search__heading{font-size:20px;font-weight:700;color:#040037;text-transform:none!important;padding:28px 24px 12px}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:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.04)}.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;flex-direction:column;align-items:flex-start;justify-content:flex-start;text-align:left;text-decoration:none;width:100%;box-sizing:border-box}.predictive-search__item--link-with-thumbnail{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}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75)}.predictive-search__item-query-result mark{background-color:transparent}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:1.2rem}.predictive-search__item--term{justify-content:space-between;align-items:center;width:auto;margin:24px auto 0;border-radius:2em;background:#0400371f;color:#040037;font-size:16px;padding:8px 28px;flex-direction:row}.predictive-search__item--term svg{width:20px;margin-left:8px}.predictive-search__item--term h5{font-size:16px;font-weight:600}.predictive-search__item-content{padding:16px 0 0;width:100%}.predictive-search__item-heading{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:400;overflow:hidden}.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:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain";border-radius:8px;width:100%}.carousel-container{position:relative;width:100%;overflow:hidden;margin:auto;display:flex;align-items:center;padding:0 0 76px 24px}.carousel-container.no-content{padding-bottom:0}.carousel-track{padding-right:24px;display:flex;transition:transform .4s ease;will-change:transform}.carousel-item{flex:0 0 50%;box-sizing:content-box;text-align:center;font-size:24px;border-radius:8px;padding-left:16px;min-width:175px;max-width:175px}.carousel-item:last-child{padding-right:16px}@media (min-width: 768px){.carousel-item{flex:0 0 25%}.carousel-item:first-child{padding-left:0}}@media (min-width: 1024px){.carousel-item{flex:0 0 20%}.carousel-item{min-width:250px;max-width:250px}}@media (min-width: 1280px){.carousel-item{flex:0 0 calc(100% / 6)}.carousel-item{min-width:275px;max-width:275px}}.carousel-btn{background:#040037;border-radius:2em;height:40px;width:40px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s ease-in-out;line-height:1;border:0;outline:0;box-sizing:border-box;margin:0 10px}.carousel-btn:hover{opacity:.75}.carousel-btn[aria-disabled=true]{pointer-events:none;cursor:not-allowed;background:#fff!important}.carousel-btn[aria-disabled=false] svg path{stroke:#fff!important}.carousel-btn.next[aria-disabled=true] svg path{stroke:#87878c!important}.btn-carou-search{width:100%;bottom:0;left:0;position:absolute;display:flex;align-items:center;justify-content:center}@media (prefers-reduced-motion: reduce){.carousel-track{transition:none}}@media (max-width: 767px){.carousel-container{overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.carousel-container::-webkit-scrollbar{display:none}.carousel-track{transform:none!important;flex:0 0 auto;width:100%}.carousel-item{scroll-snap-align:start;scroll-snap-stop:always}.carousel-item:first-child{scroll-snap-align:end;padding-left:0}.btn-carou-search{display:none}.carousel-container{padding:0 0 24px 24px}}.field__input:not(:placeholder-shown)~.field__label{display:none}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-predictive-search.css.map */
