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__results-groups-wrapper~.predictive-search__loading-state{display:none}search-modal{display:contents}.search-modal-dialog{border:none;border-radius:1.6rem;padding:0;max-width:68rem;width:calc(100% - 3.2rem);max-height:80vh;background:rgb(var(--color-background));color:rgb(var(--color-foreground));box-shadow:0 2.5rem 5rem -1.2rem #00000040;overflow:hidden}.search-modal-dialog[open]{display:flex;flex-direction:column}.search-modal-dialog::backdrop{background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-modal-dialog[open]{animation:search-modal-in .3s cubic-bezier(.32,.72,0,1) forwards}.search-modal-dialog[open]::backdrop{animation:search-backdrop-in .3s ease forwards}.search-modal-dialog.is-closing{animation:search-modal-out .2s cubic-bezier(.32,.72,0,1) forwards}.search-modal-dialog.is-closing::backdrop{animation:search-backdrop-out .2s ease forwards}@keyframes search-modal-in{0%{opacity:0;transform:translateY(2rem)}to{opacity:1;transform:translateY(0)}}@keyframes search-modal-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2rem)}}@keyframes search-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes search-backdrop-out{0%{opacity:1}to{opacity:0}}.search-modal-dialog .search-modal__form{display:flex;flex-direction:column;flex:1;overflow:hidden;min-height:0}.desktop-search .search-modal__form{overflow:visible}.search-modal__input-wrap{display:flex;align-items:center;gap:1.2rem;padding:1.6rem 2rem;border-bottom:.1rem solid rgba(var(--color-foreground),.08);position:sticky;top:0;background:rgb(var(--color-background));z-index:2}.search-modal__input-wrap .icon-search{flex-shrink:0;width:2rem;height:2rem;opacity:.5}.search-modal__input{flex:1;border:none;outline:none;background:none;font-size:1.6rem;font-family:var(--font-body-family);color:rgb(var(--color-foreground));padding:0;line-height:1.5}.search-modal__input::placeholder{color:rgba(var(--color-foreground),.5)}.search-modal__input::-webkit-search-cancel-button,.search-modal__input::-webkit-search-decoration{-webkit-appearance:none}.search-modal__reset{display:none;align-items:center;justify-content:center;border:none;background:rgba(var(--color-foreground),.08);border-radius:50%;width:2.4rem;height:2.4rem;padding:0;cursor:pointer;flex-shrink:0}.search-modal__reset svg{width:1.2rem;height:1.2rem}.search-modal__reset.visible{display:flex}.search-modal__close-btn{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;flex-shrink:0;font-family:var(--font-body-family);background:rgba(var(--color-foreground),.06);border-radius:.4rem;padding:.3rem .8rem;color:rgba(var(--color-foreground),.5);transition:background .15s ease,color .15s ease}.search-modal__close-btn:hover{background:rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.search-modal__close-btn-text{font-size:1.1rem;font-weight:500;line-height:1.4}.search-modal__close-btn-icon{display:none;align-items:center;justify-content:center}@media screen and (max-width:749px){.search-modal__close-btn-text{display:none}.search-modal__close-btn-icon{display:flex}.search-modal__close-btn{background:none;padding:.4rem;border-radius:50%}}.search-modal__results{overflow-y:auto;overscroll-behavior:contain;padding:0 2rem 2rem;flex:1}.search-modal__results:empty{display:none}.search-modal__loading{display:flex;align-items:center;justify-content:center;padding:4rem 0}.search-modal__spinner{width:2.4rem;height:2.4rem;border:.2rem solid rgba(var(--color-foreground),.15);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:search-spin .6s linear infinite}@keyframes search-spin{to{transform:rotate(360deg)}}.search-modal__result-group{padding-top:2rem}.search-modal__result-group:first-child{padding-top:1.6rem}.search-modal__group-heading{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1rem;color:rgba(var(--color-foreground),.5);margin:0 0 1.2rem}.search-modal__result-group:nth-child(1){animation:search-group-in .3s ease .05s both}.search-modal__result-group:nth-child(2){animation:search-group-in .3s ease .1s both}.search-modal__result-group:nth-child(3){animation:search-group-in .3s ease .15s both}.search-modal__result-group:nth-child(4){animation:search-group-in .3s ease .2s both}@keyframes search-group-in{0%{opacity:0;transform:translateY(.8rem)}to{opacity:1;transform:translateY(0)}}.search-modal__pills{display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;padding:0;margin:0}.search-modal__pill{display:inline-flex;align-items:center;padding:.8rem 1.6rem;background:rgba(var(--color-foreground),.05);border-radius:10rem;font-size:1.4rem;color:rgb(var(--color-foreground));text-decoration:none;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;white-space:nowrap}.search-modal__pill:hover{background:rgba(var(--color-foreground),.08);transform:scale(1.03);box-shadow:0 .2rem .8rem #00000014}.search-modal__pill[aria-selected=true]{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem;background:rgba(var(--color-foreground),.08)}.search-modal__pill .styled-text b,.search-modal__pill .styled-text strong{font-weight:700}.search-modal__collections{display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding-bottom:.4rem;list-style:none;padding-left:0;margin:0}.search-modal__collections::-webkit-scrollbar{display:none}.search-modal__collection-card{flex:0 0 14rem;scroll-snap-align:start}.search-modal__collection-link{display:block;text-decoration:none;color:rgb(var(--color-foreground));border-radius:1.2rem;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.search-modal__collection-link:hover{transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #0000001a}.search-modal__collection-link[aria-selected=true]{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.search-modal__collection-image-wrap{aspect-ratio:1 / 1;overflow:hidden;border-radius:1.2rem;background:rgba(var(--color-foreground),.04)}.search-modal__collection-image-wrap img{width:100%;height:100%;object-fit:cover}.search-modal__collection-title{font-size:1.3rem;font-weight:600;margin:.8rem 0 0;line-height:1.3}.search-modal__collection-count{font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin:.2rem 0 0}.search-modal__products{display:grid;grid-template-columns:repeat(2,1fr);gap:1.6rem;list-style:none;padding:0;margin:0}@media screen and (min-width:750px){.search-modal__products{grid-template-columns:repeat(4,1fr)}}.search-modal__product-card{position:relative}.search-modal__product-link{display:block;text-decoration:none;color:rgb(var(--color-foreground));border-radius:1.2rem;overflow:hidden;transition:transform .15s ease,box-shadow .15s ease}.search-modal__product-link:hover{transform:translateY(-.2rem);box-shadow:0 .4rem 1.2rem #00000014}.search-modal__product-link[aria-selected=true]{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.search-modal__product-image-wrap{position:relative;aspect-ratio:1 / 1;overflow:hidden;border-radius:1.2rem;background:rgba(var(--color-foreground),.04)}.search-modal__product-image-wrap img{width:100%;height:100%;object-fit:contain;transition:opacity .3s ease}.search-modal__product-image--secondary{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0}.search-modal__product-link:hover .search-modal__product-image--secondary{opacity:1}.search-modal__product-info{padding:.8rem .4rem 0}.search-modal__product-vendor{font-size:1.1rem;text-transform:uppercase;letter-spacing:.05rem;color:rgba(var(--color-foreground),.5);margin:0 0 .2rem}.search-modal__product-title{font-size:1.3rem;font-weight:600;margin:0 0 .4rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-modal__product-price{font-size:1.3rem;margin:0}.search-modal__product-price s{color:rgba(var(--color-foreground),.5);margin-right:.4rem;font-weight:400}.search-modal__product-price .price--on-sale{color:#c41230;font-weight:600}.search-modal__discount-badge{position:absolute;top:.8rem;left:.8rem;background:#c41230;color:#fff;font-size:1.1rem;font-weight:700;padding:.3rem .6rem;border-radius:.4rem;line-height:1;z-index:1}.search-modal__pages-list{list-style:none;padding:0;margin:0}.search-modal__page-item{border-bottom:.1rem solid rgba(var(--color-foreground),.06)}.search-modal__page-item:last-child{border-bottom:none}.search-modal__page-link{display:flex;align-items:center;gap:1.2rem;padding:1.2rem .8rem;text-decoration:none;color:rgb(var(--color-foreground));border-radius:.8rem;transition:background .15s ease}.search-modal__page-link:hover{background:rgba(var(--color-foreground),.04)}.search-modal__page-link[aria-selected=true]{background:rgba(var(--color-foreground),.06);outline:.2rem solid rgb(var(--color-foreground));outline-offset:-.2rem}.search-modal__page-icon{flex-shrink:0;width:1.6rem;height:1.6rem;opacity:.4}.search-modal__page-title{font-size:1.4rem;font-weight:500;margin:0}.search-modal__page-type{font-size:1.1rem;color:rgba(var(--color-foreground),.5);margin-left:auto;flex-shrink:0}.search-modal__search-for{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.4rem 2rem;margin-top:2rem;background:rgba(var(--color-foreground),.04);border:.1rem solid rgba(var(--color-foreground),.1);border-radius:1rem;font-size:1.4rem;font-weight:600;color:rgb(var(--color-foreground));cursor:pointer;text-decoration:none;transition:background .15s ease}.search-modal__search-for:hover{background:rgba(var(--color-foreground),.08)}.search-modal__search-for[aria-selected=true]{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}.search-modal__search-for svg{width:1.6rem;height:1.6rem}.search-modal__empty-state{padding:2rem 0}.search-modal__empty-heading{font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.1rem;color:rgba(var(--color-foreground),.5);margin:0 0 1.6rem}.search-modal__empty-message{text-align:center;padding:4rem 0;color:rgba(var(--color-foreground),.4);font-size:1.4rem}.search-modal__status{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media screen and (max-width:749px){.search-modal-dialog{max-width:100%;max-height:100%;width:100%;height:100%;border-radius:0;margin:0}.search-modal-dialog[open]{animation:search-modal-in-mobile .3s cubic-bezier(.32,.72,0,1) forwards}.search-modal-dialog.is-closing{animation:search-modal-out-mobile .2s cubic-bezier(.32,.72,0,1) forwards}.search-modal__input-wrap{padding:1.2rem 1.6rem}.search-modal__results{padding:0 1.6rem 1.6rem}}@keyframes search-modal-in-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@keyframes search-modal-out-mobile{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(100%)}}@media(prefers-reduced-motion:reduce){.search-modal-dialog[open],.search-modal-dialog[open]::backdrop,.search-modal-dialog.is-closing,.search-modal-dialog.is-closing::backdrop,.search-modal__result-group{animation-duration:.01ms!important}.search-modal__spinner{animation:none}.search-modal__pill:hover,.search-modal__collection-link:hover,.search-modal__product-link:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/153/assets/search-modal.css.map */
