.cm-predictive-search{position:relative;width:min(100%,42rem);margin-inline:auto;display:block}.cm-predictive-search>.cm-header-search{width:100%;margin-inline:0}.cm-predictive-search__close{display:none}.cm-predictive-search__panel{position:absolute;z-index:var(--cm-z-dialog);top:calc(100% + var(--cm-space-3));left:50%;width:min(54rem,calc(100vw - (var(--cm-container-gutter) * 2)));max-height:min(42rem,calc(100vh - 9rem));max-height:min(42rem,calc(100dvh - 9rem));padding:var(--cm-space-5);overflow-y:auto;overscroll-behavior:contain;border:var(--cm-border-width) solid var(--cm-color-border);border-radius:var(--cm-radius-md);color:var(--cm-color-text);background:var(--cm-color-white);box-shadow:var(--cm-shadow-lg);transform:translate(-50%);scrollbar-width:thin}.cm-predictive-search__panel-head,.cm-predictive-results__group-head{display:flex;align-items:center;justify-content:space-between;gap:var(--cm-space-4)}.cm-predictive-search__panel-head{margin-bottom:var(--cm-space-5);padding-bottom:var(--cm-space-4);border-bottom:var(--cm-border-width) solid var(--cm-color-border)}.cm-predictive-search__panel-head h2{margin:var(--cm-space-1) 0 0;font-family:var(--cm-font-editorial);font-size:var(--cm-type-500);font-weight:var(--cm-font-weight-medium)}.cm-predictive-search__intro{min-height:10rem;display:grid;place-content:center;gap:var(--cm-space-4);color:var(--cm-color-text-muted);text-align:center}.cm-predictive-search__quick-links{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--cm-space-4)}.cm-predictive-search__loading{min-height:10rem;display:grid;place-content:center;justify-items:center;gap:var(--cm-space-3);color:var(--cm-color-text-muted);font-size:var(--cm-type-200)}.cm-predictive-search__loading>span,.cm-search__loading>span{width:1.5rem;height:1.5rem;border:2px solid var(--cm-color-border);border-top-color:var(--cm-color-brand);border-radius:var(--cm-radius-pill);animation:cm-spin .75s linear infinite}.cm-predictive-search__error{margin-bottom:var(--cm-space-4)}.cm-predictive-results{display:grid;gap:var(--cm-space-5)}.cm-predictive-results__group{min-width:0}.cm-predictive-results__group>h3,.cm-predictive-results__group-head h3{margin:0 0 var(--cm-space-3);color:var(--cm-color-brand);font-family:var(--cm-font-body);font-size:var(--cm-type-100);font-weight:var(--cm-font-weight-bold);letter-spacing:var(--cm-tracking-wide);text-transform:uppercase}.cm-predictive-results__group-head h3{margin:0}.cm-predictive-results__group-head{margin-bottom:var(--cm-space-3)}.cm-predictive-results__group-head>a{color:var(--cm-color-text);font-size:var(--cm-type-100);font-weight:var(--cm-font-weight-semibold);text-underline-offset:.2em}.cm-predictive-results :where(ul){margin:0;padding:0;list-style:none}.cm-predictive-results__products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--cm-space-3)}.cm-predictive-product{min-width:0;min-height:6.5rem;padding:var(--cm-space-3);display:grid;grid-template-columns:5.25rem minmax(0,1fr);gap:var(--cm-space-3);align-items:center;border:var(--cm-border-width) solid var(--cm-color-border);border-radius:var(--cm-radius-sm);color:var(--cm-color-text);background:var(--cm-color-white);text-decoration:none;transition:border-color var(--cm-motion-fast) var(--cm-ease-standard),background-color var(--cm-motion-fast) var(--cm-ease-standard)}.cm-predictive-product:hover,[data-cm-predictive-option][aria-selected=true]>.cm-predictive-product{border-color:var(--cm-color-brand);background:var(--cm-color-brand-soft)}.cm-predictive-product__media{--cm-media-radius: var(--cm-radius-xs);--cm-media-background: var(--cm-color-surface-subtle);grid-row:1 / span 2}.cm-predictive-product__media .cm-media__image{padding:var(--cm-space-2)}.cm-predictive-product__copy{min-width:0;display:grid;gap:var(--cm-space-1)}.cm-predictive-product__copy strong{overflow:hidden;font-family:var(--cm-font-editorial);font-size:var(--cm-type-300);font-weight:var(--cm-font-weight-medium);line-height:var(--cm-leading-heading);text-overflow:ellipsis;white-space:nowrap}.cm-predictive-product__context,.cm-predictive-product__compatibility{overflow:hidden;color:var(--cm-color-text-muted);font-size:var(--cm-type-100);text-overflow:ellipsis;white-space:nowrap}.cm-predictive-product__compatibility{color:var(--cm-color-success)}.cm-predictive-product__price{grid-column:2}.cm-predictive-product__price .cm-price{gap:var(--cm-space-2);font-size:var(--cm-type-100)}.cm-predictive-product__price .cm-price__discount{display:none}.cm-predictive-results__suggestions,.cm-predictive-results__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 var(--cm-space-5)}.cm-predictive-results__suggestions a,.cm-predictive-results__links a{min-height:var(--cm-touch-target);padding-block:var(--cm-space-2);display:flex;align-items:center;justify-content:space-between;gap:var(--cm-space-3);border-bottom:var(--cm-border-width) solid var(--cm-color-border);color:var(--cm-color-text);font-size:var(--cm-type-200);font-weight:var(--cm-font-weight-semibold);text-decoration:none}.cm-predictive-results__suggestions a{justify-content:flex-start}[data-cm-predictive-option][aria-selected=true]>a,.cm-predictive-results__suggestions a:hover,.cm-predictive-results__links a:hover{color:var(--cm-color-brand)}.cm-predictive-results__empty{min-height:10rem;display:grid;place-content:center;gap:var(--cm-space-3);text-align:center}.cm-predictive-results__empty h3{font-family:var(--cm-font-editorial);font-size:var(--cm-type-500);font-weight:var(--cm-font-weight-medium)}.cm-predictive-results__empty p:not(.cm-kicker){color:var(--cm-color-text-muted)}.cm-predictive-results__all{width:100%}html.cm-predictive-search-is-open{overflow:hidden}.cm-search.cm-collection{padding:0 0 var(--cm-search-space-end, var(--cm-space-8))}.cm-search__hero{margin-bottom:clamp(2rem,5vw,4rem);padding-block:var(--cm-search-space-start, var(--cm-space-7)) clamp(2rem,5vw,4rem);border-bottom:var(--cm-border-width) solid var(--cm-color-border);background:var(--cm-color-white)}.cm-search__hero .cm-container{display:grid;gap:var(--cm-space-4)}.cm-search__hero .cm-heading{max-width:13ch;overflow-wrap:anywhere}.cm-search__summary{max-width:var(--cm-container-copy);color:var(--cm-color-text-muted);font-size:var(--cm-type-300)}.cm-search__form{width:min(100%,58rem);min-height:var(--cm-control-height-lg);margin-top:var(--cm-space-4);padding:var(--cm-space-2) var(--cm-space-2) var(--cm-space-2) var(--cm-space-4);display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:var(--cm-space-3);align-items:center;border:var(--cm-border-width) solid var(--cm-color-border-strong);border-radius:var(--cm-radius-sm);background:var(--cm-color-white)}.cm-search__form:focus-within{border-color:var(--cm-color-brand);box-shadow:var(--cm-focus-ring)}.cm-search__form input{width:100%;min-width:0;min-height:var(--cm-control-height);border:0;outline:0;color:var(--cm-color-text);background:transparent;font-size:var(--cm-type-400)}.cm-search__error{margin-bottom:var(--cm-space-5)}.cm-search__loading{position:fixed;z-index:var(--cm-z-raised);top:50%;left:50%;width:3rem;height:3rem;display:grid;place-items:center;border-radius:var(--cm-radius-pill);background:var(--cm-color-white);box-shadow:var(--cm-shadow-md);transform:translate(-50%,-50%)}.cm-search[aria-busy=true] .cm-collection__results,.cm-search[aria-busy=true] .cm-collection__toolbar,.cm-search[aria-busy=true] .cm-active-filters{opacity:.28;pointer-events:none}.cm-search-empty{min-height:26rem;display:grid;gap:var(--cm-space-7);align-items:center}.cm-search-empty__copy{display:grid;gap:var(--cm-space-4)}.cm-search-empty__copy>p:not(.cm-kicker){max-width:38rem;color:var(--cm-color-text-muted)}.cm-search-empty__actions{display:flex;flex-wrap:wrap;gap:var(--cm-space-3)}.cm-search-categories{padding:var(--cm-space-6);border-radius:var(--cm-radius-md);color:var(--cm-color-text-inverse);background:var(--cm-color-surface-inverse)}.cm-search-categories>h2,.cm-search-categories__head h2{margin-bottom:var(--cm-space-4);font-family:var(--cm-font-editorial);font-size:var(--cm-type-500);font-weight:var(--cm-font-weight-medium)}.cm-search-categories .cm-kicker{color:var(--cm-color-text-inverse);opacity:.72}.cm-search-categories__grid{display:grid}.cm-search-categories__grid a{min-height:var(--cm-touch-target);padding-block:var(--cm-space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--cm-space-3);border-bottom:var(--cm-border-width) solid var(--cm-color-border-inverse);color:inherit;font-size:var(--cm-type-200);font-weight:var(--cm-font-weight-semibold);text-decoration:none}.cm-search-categories__grid a:hover{color:var(--cm-color-white);border-color:var(--cm-color-white)}.cm-search-categories--footer{margin-top:clamp(3rem,8vw,7rem)}.cm-search-content-card{width:100%;min-height:18rem;padding:var(--cm-space-5);display:flex;flex-direction:column;gap:var(--cm-space-4);border:var(--cm-border-width) solid var(--cm-color-border);border-radius:var(--cm-radius-md)}.cm-search-content-card h2{font-family:var(--cm-font-editorial);font-size:var(--cm-type-500);font-weight:var(--cm-font-weight-medium)}.cm-search-content-card .cm-link{margin-top:auto}@media(min-width:48rem){.cm-search-empty{grid-template-columns:minmax(0,1.15fr) minmax(18rem,.85fr)}.cm-search-categories--footer{display:grid;grid-template-columns:minmax(14rem,.7fr) minmax(0,1.3fr);gap:var(--cm-space-7);align-items:start}.cm-search-categories--footer .cm-search-categories__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0 var(--cm-space-5)}}@media(max-width:63.999rem){.cm-site-header__primary>.cm-predictive-search{display:none}.cm-site-header__mobile-search .cm-predictive-search{width:100%}.cm-predictive-search--mobile.is-open{position:fixed;z-index:var(--cm-z-dialog);top:0;right:0;bottom:0;left:0;width:100%;max-width:none;padding:max(var(--cm-space-4),env(safe-area-inset-top)) var(--cm-space-4) max(var(--cm-space-4),env(safe-area-inset-bottom));overflow:hidden;background:var(--cm-color-white)}.cm-predictive-search--mobile.is-open>.cm-header-search{max-height:100%;padding-inline:var(--cm-space-3) 0;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-content:start;border:0;border-bottom:var(--cm-border-width) solid var(--cm-color-border);border-radius:0;box-shadow:none}.cm-predictive-search--mobile.is-open .cm-predictive-search__submit{display:none}.cm-predictive-search--mobile.is-open .cm-predictive-search__close{width:var(--cm-touch-target);min-height:var(--cm-touch-target);padding:0;display:grid;place-items:center;color:var(--cm-color-text);background:transparent}.cm-predictive-search--mobile.is-open .cm-predictive-search__panel{position:static;width:auto;max-height:calc(100vh - 6rem);max-height:calc(100dvh - 6rem);margin:var(--cm-space-3) calc(var(--cm-space-4) * -1) 0;padding:var(--cm-space-4);grid-column:1 / -1;border:0;border-top:var(--cm-border-width) solid var(--cm-color-border);border-radius:0;box-shadow:none;transform:none}.cm-predictive-search--mobile.is-open .cm-predictive-search__panel-head{display:none}}@media(max-width:47.999rem){.cm-predictive-results__products,.cm-predictive-results__suggestions,.cm-predictive-results__links{grid-template-columns:1fr}.cm-predictive-product{grid-template-columns:4.5rem minmax(0,1fr)}.cm-search__form{padding-left:var(--cm-space-3)}.cm-search__form .cm-button{width:var(--cm-touch-target);padding:0;font-size:0}.cm-search__form .cm-button:after{content:"\2192";font-size:var(--cm-type-300)}.cm-search-empty__actions .cm-button{width:100%}}@media(max-width:23.999rem){.cm-predictive-search--mobile.is-open{padding-inline:var(--cm-space-3)}.cm-predictive-search--mobile.is-open .cm-predictive-search__panel{margin-inline:calc(var(--cm-space-3) * -1);padding-inline:var(--cm-space-3)}.cm-predictive-product__price{display:none}.cm-search__hero .cm-heading{font-size:var(--cm-type-600)}}@media(prefers-reduced-motion:reduce){.cm-predictive-search__panel{scroll-behavior:auto}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cm-search.css.map */
