.header__search--predictive{position:static}.header__search--predictive details{position:static}.header__search--predictive .search-modal{position:fixed;inset:var(--header-height, 0px) 0 0;z-index:30;opacity:0;min-height:0;height:auto;border-bottom:none;background:transparent}.header__search--predictive .modal-overlay{--predictive-search-overlay-blur: 1rem;display:block;position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;background:#00000059;backdrop-filter:blur(var(--predictive-search-overlay-blur));-webkit-backdrop-filter:blur(var(--predictive-search-overlay-blur));transition:opacity var(--duration-default) ease}.header__search--predictive details[open] .modal-overlay{opacity:1}.header__search--predictive .search-modal__content--predictive{display:block;position:relative;width:100%;max-width:100%;height:calc(100vh - var(--header-height, 0px));padding:0;color:rgb(var(--color-foreground));background:transparent;overflow:hidden}.search-modal__form--predictive{display:flex;flex-direction:column;height:100%;width:100%;max-width:none}.search-modal__form-element{display:flex;flex-direction:column;min-height:0;height:100%;width:100%;max-width:none;margin:0}.search-modal__row{position:relative;display:flex;align-items:center;width:100%;padding:1.6rem 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12);background:rgb(var(--color-background));z-index:1}.search-modal__field{position:relative;display:flex;align-items:center;width:100%;flex:1 1 100%;min-height:6rem;border:none;border-radius:0;box-shadow:none;background:transparent}.search-modal__field:before,.search-modal__field:after{display:none}.search-modal__search-icon,.search-modal__reset,.search-modal__close-button{color:rgb(var(--color-foreground))}.search-modal__search-icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:4.4rem;height:4.4rem}.search-modal__search-icon .icon,.search-modal__reset .icon,.search-modal__close-button .icon{width:2rem;height:2rem}.search-modal__input.search__input.field__input{position:static;flex:1 1 auto;width:100%;min-height:4.4rem;margin:0;padding:0 4.8rem 0 .4rem;border:none;box-shadow:none;background:transparent;color:rgb(var(--color-foreground));font-size:2rem;line-height:1.2}.search-modal__input.search__input.field__input::placeholder{color:rgba(var(--color-foreground),.62);opacity:1}.search-modal__input.search__input.field__input:focus{box-shadow:none}.search-modal__input.search__input.field__input:-webkit-autofill,.search-modal__input.search__input.field__input:-webkit-autofill:hover,.search-modal__input.search__input.field__input:-webkit-autofill:focus{-webkit-text-fill-color:rgb(var(--color-foreground))}.search-modal__reset{display:none!important;right:4.8rem;top:50%;transform:translateY(-50%);width:4.4rem;height:4.4rem;background:transparent;z-index:2}.search-modal__reset:not(:focus-visible):after,.search-modal__reset:not(:focus):after{display:none}.search-modal__close-button{position:absolute;right:0;top:50%;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:4.4rem;height:4.4rem;margin:0;background:transparent}.search-modal__close-button .svg-wrapper,.search-modal__search-icon .svg-wrapper{display:inline-flex}.predictive-search{display:none;position:static;flex:1 1 auto;min-height:0;min-width:0;width:100%;border:none;border-radius:0;background-color:transparent;box-shadow:none;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search,predictive-search[results=true] .predictive-search{display:block}.predictive-search-modal{display:flex;flex-direction:column;min-height:100%;min-width:0;width:100%;max-width:100%;background:transparent}.predictive-search-modal__layout{display:grid;grid-template-columns:minmax(24rem,29rem) minmax(0,1fr);flex:1 1 auto;min-height:0;min-width:0;width:100%;background:rgb(var(--color-background));overflow:hidden}.predictive-search-modal__layout--no-suggestions{grid-template-columns:minmax(0,1fr)}.predictive-search-modal__sidebar{padding:2.4rem 2rem 3.2rem;border-inline-end:.1rem solid rgba(var(--color-foreground),.08);overflow-y:auto;background:rgb(var(--color-background))}.predictive-search-modal__eyebrow{margin:0 0 1.6rem;color:rgba(var(--color-foreground),.55);font-size:1.3rem;font-weight:700;letter-spacing:.04em}.predictive-search-modal__suggestions{display:grid;gap:.4rem;margin:0}.predictive-search-modal__suggestion{display:block;padding:.6rem 0;color:rgb(var(--color-foreground));text-decoration:none}.predictive-search-modal__suggestion-text{display:block;font-size:1.7rem;line-height:1.4}.predictive-search-modal__main{display:flex;flex-direction:column;min-width:0;min-height:0;width:100%;max-width:100%;padding:2.4rem 2rem 3.2rem;background:rgb(var(--color-background));overflow:hidden}.predictive-search-modal__tabs{display:flex;align-items:center;gap:3.2rem;padding-bottom:1.4rem;border-bottom:.1rem solid rgba(var(--color-foreground),.12)}.predictive-search-modal__tab{padding:0;border:none;border-bottom:.2rem solid transparent;background:transparent;color:rgba(var(--color-foreground),.5);font:inherit;font-size:1.6rem;font-weight:600;cursor:pointer}.predictive-search-modal__tab[aria-selected=true]{border-bottom-color:rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.predictive-search-modal__panel{flex:1 1 auto;min-height:0;min-width:0;width:100%;padding-top:2.4rem}.predictive-search-modal__products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:2rem;min-width:0;width:100%}.predictive-search-modal__products>*{min-width:0}.predictive-search-modal__product .card-wrapper{height:100%}.predictive-search-modal__collections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.predictive-search-modal__collection-card{display:flex;flex-direction:column;height:100%;color:rgb(var(--color-foreground));text-decoration:none}.predictive-search-modal__collection-media{aspect-ratio:4 / 5;overflow:hidden;background:rgba(var(--color-foreground),.04)}.predictive-search-modal__collection-media img,.predictive-search-modal__collection-media svg{display:block;width:100%;height:100%;object-fit:cover}.predictive-search-modal__collection-content{padding-top:1.2rem}.predictive-search-modal__collection-title{margin:0;color:rgb(var(--color-foreground))}.predictive-search-modal__pages{display:grid;gap:1.2rem;max-width:52rem}.predictive-search-modal__page{display:inline-block;padding:.2rem 0;color:rgb(var(--color-foreground));font-size:1.9rem;text-decoration:none}.predictive-search-modal__footer{display:flex;justify-content:center;padding-top:3.2rem}.predictive-search-modal__view-all.button{min-width:20rem;padding:1.4rem 2.4rem;border-radius:999px;border:.1rem solid rgba(var(--color-foreground),.12);background:#fff;color:rgb(var(--color-button));box-shadow:none}.predictive-search-modal__view-all.button:after,.predictive-search-modal__view-all.button:before{display:none}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:4rem 2rem}predictive-search .spinner{width:2rem;height:2rem;line-height:0}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*{color:rgb(var(--color-foreground))}.predictive-search__item-query-result *:not(mark){font-weight:600}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.62);background:transparent}@media screen and (max-width:989px){.predictive-search-modal__products{grid-template-columns:repeat(2,minmax(0,1fr))}.predictive-search-modal__collections{grid-template-columns:1fr 1fr}}@media screen and (max-width:749px){.header__search--predictive .search-modal{inset:var(--header-height, 0px) 0 0}.header__search--predictive .predictive-search-modal__layout,.header__search--predictive .predictive-search-modal,.header__search--predictive .predictive-search-modal__main{display:block;height:auto;min-height:0;flex:none;overflow:visible}.header__search--predictive .predictive-search-modal__layout{grid-template-columns:1fr}.header__search--predictive .predictive-search-modal__sidebar{padding:1.6rem 2rem 2rem;border-inline-end:none;border-bottom:.1rem solid rgba(var(--color-foreground),.08);overflow:visible}.header__search--predictive .predictive-search-modal__suggestions{gap:.4rem 1.2rem}.header__search--predictive .predictive-search-modal__main{padding:1.6rem 2rem 2.4rem}.header__search--predictive .predictive-search-modal__tabs{gap:2rem;overflow-x:auto}.header__search--predictive .predictive-search-modal__panel[hidden]{display:none}.header__search--predictive .predictive-search-modal__panel:not([hidden]){min-height:0;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.header__search--predictive .predictive-search-modal__products,.header__search--predictive .predictive-search-modal__collections{grid-template-columns:1fr;gap:1.6rem}.header__search--predictive .predictive-search-modal__page{font-size:1.7rem}.search-modal__row{padding:1.2rem 1.6rem}.search-modal__field{min-height:5.2rem}.search-modal__input.search__input.field__input{font-size:1.8rem;padding-right:4.8rem}.search-modal__close-button{right:0}.search-modal__reset{display:none!important;right:4.4rem}.predictive-search-modal__footer{justify-content:flex-start;padding-top:2.4rem}}
/*# sourceMappingURL=/cdn/shop/t/33/assets/component-predictive-search.css.map */
