.predictive-search{position:relative;width:100%;z-index:1}.predictive-search.is-open{z-index:auto;width:auto;flex:0 0 auto}.predictive-search__surface{position:relative;width:100%;min-width:0;display:flex;flex-direction:column;align-items:stretch}.predictive-search__bar{display:flex;flex-direction:column;align-items:flex-end;width:100%;gap:0}.predictive-search__backdrop{display:none;position:fixed;z-index:95;left:0;right:0;top:var(--sticky-top-offset);bottom:0}.predictive-search__backdrop[hidden]{display:none!important}@media screen and (min-width:769px){.predictive-search__backdrop{display:none!important}}.predictive-search__open-btn{display:none;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;padding:0;margin:0;border:none;border-radius:0;background:transparent;color:inherit;cursor:pointer;flex-shrink:0}.predictive-search__open-icon{display:flex;align-items:center;justify-content:center;line-height:0}.predictive-search__open-icon svg{width:1.5rem;height:1.5rem;color:inherit}.predictive-search__open-icon svg path{fill:currentColor}.predictive-search__close-btn{display:none;align-items:center;justify-content:center;width:44px;height:44px;margin:0;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;flex-shrink:0;-webkit-appearance:none;appearance:none;position:relative;z-index:2;pointer-events:auto;touch-action:manipulation}.predictive-search__close-icon{display:flex;align-items:center;justify-content:center;line-height:0}.predictive-search__close-icon svg{width:18px;height:18px}.predictive-search__form{display:flex;align-items:center;width:100%;min-width:0;gap:0;height:40px;padding:4px 8px;border:1px solid var(--border_color, #e0e0e0);border-radius:6px;background:var(--primary_background, #fff);color:var(--primary_text, #111827);overflow:hidden;box-sizing:border-box}.predictive-search__form:focus-within{border-color:color-mix(in srgb,var(--border_color, #e0e0e0) 55%,var(--primary_text, #111))}.predictive-search__submit{display:flex;align-items:center;justify-content:center;flex:0 0 32px;width:32px;height:32px;padding:0;margin:0;border:0;background:transparent;color:inherit;cursor:pointer}.predictive-search__submit svg{width:20px;height:20px;min-width:0}.predictive-search__input{flex:1;min-width:0;height:100%;border:0;margin:0;padding:0 8px;font:inherit;font-size:1.125rem;line-height:1.2;background:transparent;color:inherit;-webkit-appearance:none;appearance:none}.predictive-search__input::-webkit-search-decoration,.predictive-search__input::-webkit-search-cancel-button,.predictive-search__input::-webkit-search-results-button,.predictive-search__input::-webkit-search-results-decoration{display:none}.predictive-search__input:focus{outline:none}.predictive-search__clear{display:inline-flex;align-items:center;justify-content:center;flex:0 0 23px;width:23px;height:23px;padding:0;margin:0;border:1px solid var(--border_color, #e0e0e0);border-radius:20px;background:var(--secondary_background, #f2efe9);color:inherit;cursor:pointer;overflow:hidden;line-height:0}.predictive-search__clear[hidden]{display:none!important}.predictive-search__clear-icon{display:flex;align-items:center;justify-content:center;width:12px;height:12px;line-height:0}.predictive-search__clear-icon svg,.predictive-search__clear svg{width:12px!important;height:12px!important;max-width:12px!important;max-height:12px!important}.predictive-search__panel{position:absolute;top:calc(100% + 6px);left:0;right:0;max-height:min(70vh,420px);overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;padding:0;border:0;border-radius:0;background:var(--primary_background, #fff);color:var(--primary_text, inherit);box-shadow:none;z-index:40}.predictive-search__status{padding:.75rem 0;opacity:.85}.predictive-search__status--error{color:#b42318}.predictive-search__group{padding:0}.predictive-search__group-title{display:flex;align-items:center;height:40px;margin:0;padding:0;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9ca3af;opacity:1}.predictive-search__list{list-style:none;margin:0;padding:0}.predictive-search__link{display:block;padding:0;text-decoration:none;color:inherit}.predictive-search__link:hover,.predictive-search__link:focus-visible{background:color-mix(in srgb,var(--secondary_background, #f2efe9) 70%,transparent)}.predictive-search__link-inner{display:flex;align-items:center;gap:.75rem;min-height:0;padding-block:.5rem}.predictive-search__thumb{flex:0 0 auto;width:40px;height:40px;border-radius:4px;overflow:hidden;background:color-mix(in srgb,var(--primary_text) 6%,var(--primary_background))}.predictive-search__thumb img{width:100%;height:100%;object-fit:cover;display:block}.predictive-search__thumb--empty{min-width:40px}.predictive-search__meta{display:flex;flex-direction:column;gap:2px;min-width:0}.predictive-search__title{margin:0;font-size:.875rem;font-weight:700;line-height:1.35;word-break:break-word}.predictive-search__type{margin:0;font-size:.75rem;line-height:1.2;color:#9ca3af;opacity:1}.predictive-search__link--query{padding-block:6px}.predictive-search__link--query .predictive-search__title{display:block}@media screen and (min-width:769px){.predictive-search__title{font-size:.9375rem}.predictive-search__link-inner{gap:1rem;padding-block:.625rem}.predictive-search__thumb{width:48px;height:48px}.predictive-search__thumb--empty{min-width:48px}}.predictive-search__footer{padding:.75rem 0 .25rem;margin-top:.25rem;border-top:1px solid #e5e7eb}.predictive-search__view-all{display:inline-block;padding:.35rem 0;color:inherit}@media screen and (min-width:769px){.predictive-search--header:not(.predictive-search--icon-only) .predictive-search__open-btn,.predictive-search--header:not(.predictive-search--icon-only) .predictive-search__close-btn{display:none!important}.predictive-search--header:not(.predictive-search--icon-only) .predictive-search__surface{display:flex;flex-direction:column;align-items:stretch;max-width:100%}.predictive-search--header:not(.predictive-search--icon-only) .predictive-search__bar{align-items:stretch}}@media screen and (max-width:768px){.predictive-search--header{width:auto;flex:0 0 auto}.predictive-search--header .predictive-search__open-btn{display:flex}.predictive-search--header:not(.is-open) .predictive-search__surface{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}}.predictive-search__surface.is-search-surface-open{position:fixed!important;z-index:40;left:0;right:0;width:100%!important;max-width:100%!important;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;clip:auto;display:flex!important;flex-direction:column;align-items:stretch;background-color:#fff!important;background-color:var(--primary_background, #fff)!important;color:var(--primary_text, inherit);box-shadow:none;isolation:isolate;-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:auto}.predictive-search__backdrop.is-search-backdrop-open{display:block!important;position:fixed!important;z-index:39;left:0;right:0;pointer-events:auto}.predictive-search__surface.is-search-surface-open .predictive-search__bar{flex:0 0 auto;padding:8px 16px 12px;border-bottom:1px solid #e5e7eb;box-sizing:border-box;background-color:#fff;background-color:var(--primary_background, #fff)}.predictive-search__surface.is-search-surface-open .predictive-search__close-btn{display:flex}.predictive-search__surface.is-search-surface-open .predictive-search__form{width:100%}.predictive-search__surface.is-search-surface-open .predictive-search__panel{position:relative;top:0;left:0;right:0;flex:1 1 auto;min-height:0;width:100%;max-width:none;max-height:none;padding:0 16px 24px;border:0;border-radius:0;box-shadow:none;box-sizing:border-box;overflow:visible;background-color:#fff;background-color:var(--primary_background, #fff)}@media screen and (max-width:768px){body.search-mobile-open .shopify-section-group-header-group{z-index:50}body.search-mobile-open header-element{background-color:#fff;background-color:var(--primary_background, #fff)}body.search-mobile-open .header__end{flex:0 0 auto;margin-inline-start:auto;background:transparent}body.search-mobile-open .header__logo,body.search-mobile-open .header__title{z-index:8}body.search-mobile-open .predictive-search,body.search-mobile-open .header__search{width:auto;max-width:none;flex:0 0 auto}}body.search-mobile-open .predictive-search__surface.is-search-surface-open{touch-action:pan-y}@media screen and (min-width:769px){.predictive-search--header.predictive-search--icon-only{width:auto;flex:0 0 auto}.predictive-search--header.predictive-search--icon-only .predictive-search__open-btn{display:flex}.predictive-search--header.predictive-search--icon-only:not(.is-open) .predictive-search__surface{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.predictive-search__surface.is-search-surface-open .predictive-search__bar,.predictive-search__surface.is-search-surface-open .predictive-search__panel{padding-inline:max(var(--page-margin-desktop, 48px),calc((100vw - var(--page-width)) / 2 + var(--page-margin-desktop, 48px)))}}body.search-mobile-open{overscroll-behavior:none}
/*# sourceMappingURL=/cdn/shop/t/31/assets/predictive-search.css.map */
