predictive-search[open] .overlay{z-index:30}predictive-search[open] .search__form{z-index:32}predictive-search[open] .search__input{background-color:rgb(var(--search-bar-bg-color, var(--search-bg-color-rgb, 255 255 255)));box-shadow:inset 0 0 0 1px rgb(var(--search-bar-text-color, var(--text-color)))}.header predictive-search[open] .search__input{background-color:rgb(var(--search-bar-bg-color, var(--search-bg-color-rgb, 255 255 255)));box-shadow:inset 0 0 0 1px rgb(var(--search-bar-text-color, var(--text-color)))}.search__reset{right:12px;padding:10px}[dir=rtl] .search__reset{right:auto;left:63px}[dir=rtl] .search__reset:after{right:auto;left:-8px}.predictive-search{--heading-color: var(--search-popup-text-color, var(--text-color));display:none;top:-12px;left:calc(var(--gutter) * -1);width:var(--viewport-width, 100%);padding-top:60px;border-radius:8px;background-color:rgb(var(--search-popup-bg-color, var(--bg-color)));color:rgb(var(--search-popup-text-color, var(--text-color)))}.header .predictive-search{top:0}predictive-search[open] .predictive-search{display:block;z-index:31}.predictive-search .tablist{position:sticky;z-index:1;top:0}.predictive-search .tablist__scroller{margin-inline-start:var(--gutter);padding:8px 0}.predictive-search__tabpanel{margin-top:8px}.predictive-search__item:not(.js-submit):hover,.predictive-search__item[aria-selected=true]{background-color:rgba(var(--text-color)/.04)}.predictive-search__view-all{padding:12px var(--gutter) 20px;color:currentColor;line-height:1.5;font-size:.9em}.predictive-search__view-all>.icon{width:16px;margin-inline-start:8px;vertical-align:middle}.predictive-search__no-results{padding:16px var(--gutter) 24px}.predictive-search__grid-layout{display:flex;flex-direction:column}.predictive-search__grid-layout .predictive-search__main{min-width:0}.predictive-search__product-grid-panel{padding:8px 0 0}.predictive-search__list--grid{display:grid;grid-template-columns:repeat(var(--psearch-cols, 2),1fr);gap:8px;padding:0 var(--gutter) 4px;list-style:none;margin:0}.predictive-result--grid{display:flex;flex-direction:column;height:100%;padding:0;border-radius:4px;overflow:hidden;color:var(--text-color);transition:background-color .15s ease}.predictive-search__item--grid:hover .predictive-result--grid,.predictive-search__item--grid[aria-selected=true] .predictive-result--grid{background-color:rgba(var(--text-color)/.04)}.predictive-result__media--grid{width:100%;aspect-ratio:1 / 1;flex:0 0 auto;margin:0}.predictive-result__media--grid img,.predictive-result__media--grid .predictive-result__img{width:100%;height:100%;object-fit:contain;display:block;max-height:none}.predictive-result__info--grid{padding:6px 8px 8px;flex:1 1 auto}.predictive-result__info--grid .predictive-result__title{font-size:.8em;line-height:1.3;margin-bottom:2px}.predictive-result__info--grid .price{font-size:.85em}.predictive-result__info--grid .predictive-result__sub-title{font-size:.75em;margin-top:2px}.predictive-search__view-all-wrap{padding:4px 0 0}.predictive-search__list-panel{padding:8px 0 0}.predictive-result--compact{padding:6px var(--gutter);gap:calc(2 * var(--space-unit));color:var(--text-color)}.predictive-result__media--compact{flex:0 0 40px;width:40px;height:40px}.predictive-result__media--compact .predictive-result__img--compact,.predictive-result__media--compact img{width:100%;height:100%;object-fit:contain;display:block}.predictive-result__title--truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;margin-bottom:0}.predictive-result__sub-title--truncate{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.predictive-result__title--clamp{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:0}.predictive-result{color:var(--text-color)}.predictive-result:not(.predictive-result--grid):not(.predictive-result--compact):not(.predictive-result--suggestion):not(.predictive-result--collection-suggestion){padding:8px var(--gutter)}.predictive-result__media{flex:0 0 56px;width:56px;margin-inline-end:calc(4 * var(--space-unit))}.predictive-result__media img{max-height:100px;object-fit:contain}.predictive-result__title:last-child{margin-bottom:0}.predictive-result__sub-title{margin-top:.4rem;color:rgb(var(--search-popup-subtext-color, var(--text-color)));opacity:var(--search-popup-subtext-opacity, .8)}.cc-main-search .predictive-result__title{font-size:1em}.search--speech .search__reset,.search--product-types .search__reset{right:56px}.search--speech .search__reset:after,.search--product-types .search__reset:after{content:"";position:absolute;top:10px;right:-1px;width:1px;height:24px;background-color:rgba(var(--text-color)/.3)}[dir=rtl] .search--speech .search__reset,[dir=rtl] .search--product-types .search__reset{right:auto}[dir=rtl] .search--speech .search__reset:after,[dir=rtl] .search--product-types .search__reset:after{right:auto;left:-8px}predictive-search .search__input{padding-inline-end:95px}.header__grid--centered-logo .search__input:not(.search__input--dirty){padding-inline-end:54px}.predictive-search__scroller{max-height:min(72vh,640px)}@media(max-width:768.98px){.header__search .overlay{z-index:900;background-color:#0006}predictive-search[open]{position:fixed;top:0;right:0;bottom:0;left:0;z-index:901;display:flex;flex-direction:column;background-color:rgb(var(--search-popup-bg-color, var(--bg-color)));color:rgb(var(--search-popup-text-color, var(--text-color)));overflow:hidden}predictive-search[open]>.search{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}predictive-search[open] .search__form{flex-shrink:0;padding-top:max(10px,env(safe-area-inset-top));padding-bottom:8px;z-index:2}predictive-search[open] .js-search-results{flex:1;min-height:0;overflow:hidden;display:flex;flex-direction:column}predictive-search[open] .overlay{display:none}predictive-search[open] .predictive-search{position:relative;top:0;left:0;width:100%;padding-top:0;border-radius:0;flex:1;display:flex;flex-direction:column;min-height:0}predictive-search[open] .predictive-search__scroller{max-height:none;flex:1;min-height:0}.header .predictive-search{top:0}predictive-search .search__input:not(.search__input--dirty){padding-inline-end:54px}predictive-search .tablist{top:-1px}.predictive-search .predictive-result__title{padding-top:0}.predictive-search__list--grid{grid-template-columns:1fr;gap:0;padding:0}.predictive-search__item--grid .predictive-result--grid{flex-direction:row;align-items:center;border-radius:0;padding-inline-start:var(--gutter)}.predictive-result__media--grid{flex:0 0 52px;width:52px;aspect-ratio:1}.predictive-result__info--grid{padding:8px var(--gutter) 8px 0}.predictive-result__info--grid .predictive-result__title{font-size:.875em;-webkit-line-clamp:2}.predictive-search__product-grid-panel{padding-top:0}.predictive-search__view-all-wrap{padding:0}.predictive-search__view-all{padding:10px var(--gutter) 16px}}@media(min-width:769px){.predictive-search{left:-12px;width:calc(100% + 24px);padding-top:63px;box-shadow:0 8px 32px #0000001f}.predictive-search .tablist__scroller{margin-inline-start:var(--gutter-md)}.header .predictive-search{top:-12px}.predictive-result:not(.predictive-result--grid):not(.predictive-result--compact):not(.predictive-result--suggestion):not(.predictive-result--collection-suggestion),.predictive-search__view-all,.predictive-search__no-results{padding-right:var(--gutter-md);padding-left:var(--gutter-md)}.predictive-search__view-all{padding-bottom:calc(4 * var(--space-unit))}.predictive-result--compact{padding-right:var(--gutter-md);padding-left:var(--gutter-md)}.predictive-search__list--grid{gap:10px;padding:0 var(--gutter-md) 8px}}@media(min-width:1024px){.predictive-search{padding-top:68px}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/predictive-search.css.map */
