.search{position:fixed;left:0;top:calc(var(--header-dynamic-height, var(--header-height, 0px)) + var(--announcement-dynamic-height, 0px));width:100%;z-index:22;height:100%}.searchInnerWrapper{display:flex;flex-direction:column;background:var(--background_color);color:var(--primary_text);height:100%;width:100%;max-height:none}.search[aria-hidden=false]{visibility:visible;opacity:1;display:block}.searchDrawer.Drawer{display:block;top:0;right:0;width:calc(100% - 3.75rem);max-width:none;height:100dvh;overflow:hidden;transform:translate(100%);transition:transform var(--drawer-transition-duration, .3s) var(--drawer-transition-easing, cubic-bezier(.33, 1, .68, 1));will-change:auto}.searchDrawer.Drawer.is-open{transform:translate(0)}.search[aria-hidden=false] .searchDrawer.Drawer{will-change:transform}.search .sectionOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transition:opacity var(--drawer-transition-duration, .3s) var(--drawer-transition-easing, cubic-bezier(.33, 1, .68, 1))}.search .sectionOverlay.is-visible{opacity:0}.searchHeader{width:100%;flex-shrink:0;border-bottom:1px solid var(--secondary_gray)}.searchInput--Wrapper{display:flex;align-items:center;gap:.5rem;width:calc(100% - 2rem);margin:0 auto;padding-block:1.25rem;border-bottom:0}.searchInput--Wrapper .searchInput--icon{flex-shrink:0;width:1.25rem;height:1.25rem}.searchInput--Wrapper .searchInput--icon path,.searchInput--Wrapper .Svg--search_bar path{fill:var(--primary_text)}.searchForm{flex:1 1 auto;min-width:0}.searchForm input{display:block;width:100%;border:none;background:transparent;color:var(--primary_text);line-height:1.5;margin:0;padding:0;appearance:none;-webkit-appearance:none}.searchForm input:focus,.searchForm input:focus-visible{outline:none}.searchForm input::placeholder{color:var(--secondary_gray)}.searchInput--actions{position:relative;flex-shrink:0;width:1.25rem;height:1.25rem}.searchInput--clear,.closeSearch{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;margin:0;padding:0;border:0;background:transparent;cursor:pointer;opacity:1;visibility:visible;transition:opacity .3s ease-in-out,visibility .3s ease-in-out}.searchInput--clear[aria-hidden=true],.closeSearch[aria-hidden=true]{opacity:0;visibility:hidden;pointer-events:none}.searchInput--clear svg,.closeSearch svg{width:1.25rem;height:1.25rem}.searchInput--clear path,.closeSearch path{fill:var(--primary_text)}.searchWrapper{display:block;width:100%;flex:1 1 auto;min-height:0;height:calc(100% - var(--search-header-height, 4rem));padding:2.5rem 1rem 2rem;overflow:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;transition:opacity .45s ease-in-out}.predictiveSearch{width:100%}.predictiveSearch--twoColumns{display:grid;grid-template-columns:1fr;gap:2.5rem}.predictiveSearch--innerWrapper{text-align:left}.predictiveSearch--title{display:block;margin-bottom:1.25rem;text-transform:uppercase;color:var(--primary_text)}.predictiveSearch--suggestions .predictiveSearch--queries{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}.predictiveSearch--queries li{cursor:pointer;text-transform:none;word-break:break-word}.searchSuggestion mark,.searchSuggestion strong,.searchSuggestion b{font-weight:var(--font-weight-bold, 700);color:var(--primary_text);background:transparent}.search--recentResults{display:flex;flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none}.search--recentResults li{text-transform:capitalize}.predictiveSearch--productsGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;row-gap:1.25rem}.searchInitialView--products.swiper-wrapper,.predictiveSearch--noProducts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.predictiveSearch--noResults{display:flex;align-items:center;justify-content:center;min-height:100%;width:100%;text-align:center}.predictiveSearch--noResultContent{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;text-align:left}.predictiveSearch--noProductsInline{max-width:448px;text-align:center}.predictiveSearch--header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1rem}.search a:link,.search a:visited,.search a:active,.search .cardInformation--Title,.search .price{color:var(--primary_text)}.searchSlide{min-width:0;width:100%}.search--empty .searchWrapper{display:none}.predictiveSearch--initial{display:flex;flex-direction:column;gap:2rem}.predictiveSearch--recent.is-hidden,.predictiveSearch--suggestions.is-hidden{display:none}@media screen and (min-width:1025px){.search{--search-desktop-panel-max-height: 520px;--search-top-offset: calc(var(--header-dynamic-height, var(--header-height, 0px)) + var(--announcement-dynamic-height, 0px));top:var(--search-top-offset);height:calc(100dvh - var(--search-top-offset))}.searchDrawer.Drawer,.searchDrawer.Drawer.is-open{top:var(--search-top-offset);left:0;right:0;width:100%;max-width:none;height:auto;max-height:none;transform:none;transition:none;display:block;overflow:hidden;background:transparent}.searchInnerWrapper{height:auto;max-height:none;min-height:0;display:flex;flex-direction:column;overflow:visible;width:100%;background:var(--background_color)}.search .sectionOverlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;transition:none}.search .sectionOverlay.is-visible{opacity:.3}.searchInnerWrapper{position:relative;z-index:1}.searchInput--Wrapper{width:calc(100% - 3rem);padding-block:1.25rem}.searchWrapper{padding:2.5rem 1.5rem;flex:1 1 auto;min-height:0;height:auto;max-height:none;overflow:visible}.search.search--results-view .searchDrawer.Drawer,.search.search--results-view .searchDrawer.Drawer.is-open{height:var(--search-desktop-panel-max-height);max-height:var(--search-desktop-panel-max-height)}.search.search--results-view .searchInnerWrapper{height:100%;max-height:100%;overflow:hidden}.search.search--results-view .searchWrapper{height:calc(100% - var(--search-header-height, 4rem));max-height:calc(100% - var(--search-header-height, 4rem));overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.predictiveSearch--twoColumns{grid-template-columns:minmax(0,212px) minmax(0,1fr);gap:1.5rem;align-items:start}.predictiveSearch--column{min-width:0}.predictiveSearch--productsGrid{grid-template-columns:repeat(auto-fill,10.8125rem);column-gap:1.5rem;row-gap:2.5rem}.predictiveSearch--noProducts{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.search.search--results-view .searchDrawer.Drawer:has(.predictiveSearch--noResults),.search.search--results-view .searchDrawer.Drawer.is-open:has(.predictiveSearch--noResults){height:auto;max-height:none}.search.search--results-view .searchInnerWrapper:has(.predictiveSearch--noResults){height:auto;max-height:none}.search.search--results-view .searchWrapper:has(.predictiveSearch--noResults){flex:0 0 318px;height:318px;max-height:318px}}@media(prefers-reduced-motion:reduce){.searchDrawer.Drawer,.search .sectionOverlay,.searchInput--clear,.closeSearch,.searchWrapper{transition:none!important}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-search.css.map */
