.predictive-search__item--link-with-thumbnail{grid-template-columns:6.4rem 1fr;grid-column-gap:1.4rem;align-items:center}.predictive-search__image{width:6.4rem;height:6.4rem;object-fit:cover;border-radius:.4rem;background:rgba(var(--color-foreground),.04)}.predictive-search__image--collection{border-radius:50%}.predictive-search__image--empty{display:inline-flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.25);background:linear-gradient(135deg,rgba(var(--color-foreground),.06),rgba(var(--color-foreground),.02));font-size:1.2rem}.predictive-search__image--empty svg{width:60%;height:60%;opacity:.4}.predictive-search__image:not([src]),.predictive-search__image[src=""]{background:linear-gradient(90deg,rgba(var(--color-foreground),.04) 25%,rgba(var(--color-foreground),.1),rgba(var(--color-foreground),.04) 75%);background-size:200% 100%;animation:predictive-search-shimmer 1.2s linear infinite}@keyframes predictive-search-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.predictive-search__heading{letter-spacing:.12em;font-size:1.1rem;text-transform:uppercase}.predictive-search__item-heading{line-height:1.35}.predictive-search__item-query-result mark{color:rgb(var(--color-foreground));font-weight:600;background:transparent}.predictive-search__item--term{font-weight:500;background:rgba(var(--color-foreground),.025);border-top:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search__item--term:hover,.predictive-search__item--term[aria-selected=true]{background:rgba(var(--color-foreground),.06)}.predictive-search-empty-wrapper{display:none;position:absolute;top:calc(100% + .1rem);left:-.1rem;right:-.1rem;z-index:3;background-color:rgb(var(--color-background));border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));padding:1.6rem 2rem 2rem;max-height:70vh;overflow-y:auto}details[open] predictive-search:not([open]):not([loading]) .predictive-search-empty-wrapper{display:block}@media screen and (min-width:750px){.header predictive-search .predictive-search-empty-wrapper{left:0;right:0;width:100%}}.predictive-search-empty{display:flex;flex-direction:column;gap:2rem}.predictive-search-empty__group+.predictive-search-empty__group{padding-top:1.6rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.predictive-search-empty__heading{margin:0 0 1.2rem;color:rgba(var(--color-foreground),.6);font-size:1.1rem;letter-spacing:.12em;text-transform:uppercase}.predictive-search-empty__chips{display:flex;flex-wrap:wrap;gap:.8rem}.predictive-search-empty__chip{display:inline-flex;align-items:center;padding:.7rem 1.4rem;border-radius:999px;border:.1rem solid rgba(var(--color-foreground),.18);background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-size:1.3rem;font-weight:500;text-decoration:none;transition:background .12s ease,border-color .12s ease,color .12s ease}.predictive-search-empty__chip:hover,.predictive-search-empty__chip:focus-visible{background:rgb(var(--color-foreground));color:rgb(var(--color-background));border-color:rgb(var(--color-foreground));text-decoration:none}.predictive-search-empty__collections{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}.predictive-search-empty__collections--six{grid-template-columns:repeat(3,1fr)}.predictive-search-empty__collection-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-foreground),.1),rgba(var(--color-foreground),.04));color:rgba(var(--color-foreground),.55);font-size:3.6rem;font-weight:600;letter-spacing:0}.predictive-search-empty__collection{display:flex;flex-direction:column;gap:.6rem;text-decoration:none;color:rgb(var(--color-foreground))}.predictive-search-empty__collection-media{display:block;aspect-ratio:1 / 1;border-radius:.6rem;overflow:hidden;background:rgba(var(--color-foreground),.05)}.predictive-search-empty__collection-media img{width:100%;height:100%;object-fit:cover;transition:transform .22s ease}.predictive-search-empty__collection:hover .predictive-search-empty__collection-media img,.predictive-search-empty__collection:focus-visible .predictive-search-empty__collection-media img{transform:scale(1.04)}.predictive-search-empty__collection-title{font-size:1.4rem;font-weight:500;line-height:1.3}.predictive-search-empty__collection:hover .predictive-search-empty__collection-title,.predictive-search-empty__collection:focus-visible .predictive-search-empty__collection-title{text-decoration:underline;text-underline-offset:.3rem}.predictive-search-empty__collection-count{font-size:1.1rem;color:rgba(var(--color-foreground),.55);letter-spacing:.04em}html.search-modal-open .section-header,html.search-modal-open .shopify-section-header,html.search-modal-open #shopify-section-header{z-index:9999!important}html.search-modal-open sticky-header,html.search-modal-open .header-wrapper,html.search-modal-open .header{transform:none!important;-webkit-transform:none!important;will-change:auto!important}@media screen and (max-width:749px){.header__search details[open]>.search-modal,.header__search details[open]>.search-modal.modal__content{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh;height:100dvh;min-height:0!important;max-height:none!important;z-index:9999!important;border-bottom:none;overflow:hidden}.header__search details[open]>.search-modal .search-modal__content,.header__search details[open]>.search-modal .search-modal__content-top,.header__search details[open]>.search-modal .search-modal__content-bottom{position:relative!important;top:0!important;bottom:0!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;height:100%!important;width:100%!important;padding:calc(1.6rem + env(safe-area-inset-top,0)) 1rem 1.6rem!important;overflow-y:auto;-webkit-overflow-scrolling:touch}.header__search details[open]>.search-modal .search-modal__form{width:100%;max-width:none;flex-shrink:0}.header__search details[open]>.search-modal .search-modal__form .field{padding-right:4rem}.header__search details[open]>.search-modal .search-modal__close-button{position:absolute!important;top:calc(1.6rem + env(safe-area-inset-top,0))!important;right:1rem!important;margin:0!important;z-index:2}.header__search details[open]>.search-modal .modal-overlay{display:none}.header__search details[open] .predictive-search--header{position:static;width:100%;border:none;box-shadow:none;border-radius:0;margin-top:1.2rem;max-height:none;overflow:visible}.header__search details[open] .predictive-search-empty-wrapper{position:static;width:100%;border:none;box-shadow:none;border-radius:0;padding:1.6rem 0 0;margin-top:0;max-height:none}.predictive-search-empty__chips{gap:.6rem}.predictive-search-empty__chip{font-size:1.2rem;padding:.6rem 1.2rem}.predictive-search-empty__collections,.predictive-search-empty__collections--six{grid-template-columns:repeat(3,1fr);gap:.8rem}.predictive-search-empty__collections>:nth-child(n+4){display:none}.predictive-search-empty__collection-title{font-size:1.2rem}.predictive-search-empty__collection-count{font-size:1rem}.predictive-search__item{padding:1.2rem 1rem}.predictive-search__item--link-with-thumbnail{grid-template-columns:5.6rem 1fr;grid-column-gap:1.2rem}.predictive-search__image{width:5.6rem;height:5.6rem}}.predictive-search-empty__chip:focus-visible,.predictive-search-empty__collection:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.2rem}
/*# sourceMappingURL=/cdn/shop/t/8/assets/component-predictive-search-v2.css.map */
