.custom-header,.custom-header__drawer{--search-bg: rgb(var(--color-custom-white, 255, 255, 255));--search-input-bg: rgb(var(--color-custom-bg-cool, 244, 246, 249));--search-input-border: rgb(var(--color-custom-gray-light, 231, 231, 232));--search-input-focus: rgb(var(--color-custom-primary, 46, 83, 138));--search-text: rgb(var(--color-custom-dark, 0, 0, 0));--search-text-muted: rgb(var(--color-custom-paragraph, 57, 58, 59));--search-heading: rgb(var(--color-custom-secondary, 158, 32, 53));--search-hover-bg: rgb(var(--color-custom-primary-tint, 235, 238, 244));--search-divider: rgb(var(--color-custom-gray-light, 231, 231, 232));--search-price: rgb(var(--color-custom-secondary, 158, 32, 53));--search-shadow: 0 25px 50px -12px rgba(0, 0, 0, .15)}@media screen and (min-width:1024px){.custom-header__search-modal{padding-top:100px;background-color:#00000080;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.custom-header__search-modal-overlay{background-color:transparent}.custom-header__search-modal-content{max-width:720px;padding:0;background-color:var(--search-bg);box-shadow:var(--search-shadow);border-radius:0;overflow:hidden}.custom-header__search-form{width:100%;position:relative}.custom-header__search{width:100%;padding:24px;background-color:var(--search-bg)}.custom-header__search-field{background-color:var(--search-input-bg);border:2px solid transparent;border-radius:0;transition:border-color .3s ease,box-shadow .3s ease}.custom-header__search-field:focus-within{border-color:var(--search-input-focus);box-shadow:0 0 0 3px #2e538a1a}.custom-header__search-input{font-family:var(--font-family-body);font-size:1.125rem;font-weight:var(--font-weight-regular);height:56px;padding:0 20px;background:transparent;color:var(--search-text);border:none}.custom-header__search-input::placeholder{color:var(--search-text-muted);opacity:.7}.custom-header__search-input:focus{outline:none}.custom-header__search-input::-webkit-search-cancel-button,.custom-header__search-input::-webkit-search-decoration,.custom-header__search-input::-webkit-search-results-button,.custom-header__search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.custom-header__search-reset{width:40px;height:56px;padding:0;background:transparent;cursor:pointer;color:var(--search-text-muted);border:none;display:flex;justify-content:center;align-items:center;transition:color .3s ease}.custom-header__search-reset:hover{color:var(--search-text)}.custom-header__search-reset.hidden{display:none}.custom-header__search-reset .custom-header__icon{width:20px;height:20px}.custom-header__search-button{width:56px;height:56px;padding:0;background:transparent;cursor:pointer;color:var(--search-text-muted);border:none;display:flex;justify-content:center;align-items:center;transition:color .3s ease}.custom-header__search-button:hover{color:var(--search-input-focus)}.custom-header__search-button .custom-header__icon{width:24px;height:24px}.custom-header__search-close{width:40px;height:40px;padding:0;background:transparent;cursor:pointer;color:var(--search-text-muted);border:none;border-radius:0;display:flex;justify-content:center;align-items:center;flex-shrink:0;margin-left:auto;transition:color .3s ease}.custom-header__search-close:hover{color:var(--search-text)}.custom-header__search-close .custom-header__icon{width:20px;height:20px}.custom-header__search-modal-content{position:relative;display:flex;align-items:flex-start;padding:24px;gap:16px}.custom-header__search-form{flex:1}.custom-header__search{padding:0}}@media screen and (min-width:1024px){.custom-header__search-modal .predictive-search{max-height:60vh;background-color:var(--search-bg);overflow-y:auto;border:none;border-top:1px solid var(--search-divider);border-radius:0;box-shadow:none;position:relative;top:auto;right:auto;left:auto}.custom-header__search-modal predictive-search[open] .predictive-search,.custom-header__search-modal predictive-search[loading] .predictive-search{display:block}.custom-header__search-modal .predictive-search__results-groups-wrapper{flex-direction:row;border-bottom:none;padding:0;gap:0}.custom-header__search-modal .predictive-search__result-group{padding:24px 0;gap:24px}.custom-header__search-modal .predictive-search__result-group:first-child{flex:0 0 280px;padding-left:24px;padding-right:24px;border-right:1px solid var(--search-divider)}.custom-header__search-modal .predictive-search__result-group:last-child{flex:1;padding-left:24px;padding-right:24px}.custom-header__search-modal .predictive-search__heading{font-family:var(--font-family-body);font-size:.75rem;font-weight:var(--font-weight-bold);text-transform:uppercase;letter-spacing:.15em;margin:0;padding:0 0 12px;color:var(--search-heading);border-bottom:none}.custom-header__search-modal .predictive-search__results-list{margin:0;padding:0}.custom-header__search-modal .predictive-search__list-item{margin:0}.custom-header__search-modal .predictive-search__list-item[aria-selected=true]>*,.custom-header__search-modal .predictive-search__list-item:hover>*{background-color:var(--search-hover-bg)}.custom-header__search-modal .predictive-search__item{padding:12px 16px;margin:0 -16px;border-radius:0;transition:background-color .2s ease}.custom-header__search-modal .predictive-search__item:hover{background-color:var(--search-hover-bg)}.custom-header__search-modal .predictive-search__item-heading{font-family:var(--font-family-body);font-size:1rem;font-weight:var(--font-weight-medium);line-height:1.4;color:var(--search-text);margin:0}.custom-header__search-modal .predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.custom-header__search-modal .predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:none;color:var(--search-input-focus)}.custom-header__search-modal .predictive-search__item-query-result mark{background-color:transparent;color:var(--search-text-muted);font-weight:var(--font-weight-regular)}.custom-header__search-modal .predictive-search__item-query-result *:not(mark){font-weight:var(--font-weight-bold);color:var(--search-text)}.custom-header__search-modal .predictive-search__item--link-with-thumbnail{grid-template-columns:80px 1fr;grid-column-gap:16px;padding:16px;margin:0 -16px;align-items:center}.custom-header__search-modal .predictive-search__image{width:80px;height:80px;object-fit:cover;background-color:var(--search-input-bg);border-radius:0}.custom-header__search-modal .predictive-search__item-content{gap:4px}.custom-header__search-modal .predictive-search__item-vendor{font-family:var(--font-family-body);font-size:.8125rem;font-weight:var(--font-weight-semibold);text-transform:uppercase;letter-spacing:.05em;color:var(--search-text-muted)}.custom-header__search-modal .predictive-search__item .price{font-family:var(--font-family-heading);font-size:1.125rem;font-weight:var(--font-weight-medium);color:var(--search-price);margin-top:8px}.custom-header__search-modal .predictive-search__search-for-button{padding:0 24px 24px;border-top:1px solid var(--search-divider);background-color:var(--search-bg)}.custom-header__search-modal .predictive-search__item--term{font-family:var(--font-family-body);font-size:1rem;font-weight:var(--font-weight-bold);padding:20px 24px;margin:0 -24px;background-color:var(--search-input-bg);color:var(--search-input-focus);justify-content:space-between;align-items:center;transition:background-color .3s ease}.custom-header__search-modal .predictive-search__item--term:hover{background-color:var(--search-hover-bg)}.custom-header__search-modal .predictive-search__item--term .icon-arrow{width:20px;height:20px;color:var(--search-input-focus);margin-left:12px;transition:transform .3s ease}.custom-header__search-modal .predictive-search__item--term:hover .icon-arrow{transform:translate(4px)}.custom-header__search-modal predictive-search[loading] .predictive-search__loading-state{padding:48px 24px;justify-content:center}.custom-header__search-modal predictive-search .spinner{width:24px;height:24px}.custom-header__search-modal .predictive-search__pages-wrapper{margin-top:24px;padding-top:24px;border-top:1px solid var(--search-divider)}}.custom-header__drawer-search{width:100%}.custom-header__drawer-search-form{background-color:var(--search-bg);overflow:hidden;border:2px solid var(--search-input-border);border-radius:0;display:flex;align-items:center;transition:border-color .3s ease}.custom-header__drawer-search-form:focus-within{border-color:var(--search-input-focus)}.custom-header__drawer-search-input{font-family:var(--font-family-body);font-size:1rem;font-weight:var(--font-weight-regular);height:48px;padding:0 16px;background:transparent;color:var(--search-text);border:none;flex:1;min-width:0}.custom-header__drawer-search-input::placeholder{color:var(--search-text-muted);opacity:.7}.custom-header__drawer-search-input:focus{outline:none}.custom-header__drawer-search-input::-webkit-search-cancel-button,.custom-header__drawer-search-input::-webkit-search-decoration,.custom-header__drawer-search-input::-webkit-search-results-button,.custom-header__drawer-search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.custom-header__drawer-search-button{width:48px;height:48px;padding:0;background:rgb(var(--color-custom-primary, 46, 83, 138));cursor:pointer;color:rgb(var(--color-custom-white, 255, 255, 255));border:none;display:flex;justify-content:center;align-items:center;flex-shrink:0;transition:opacity .3s ease}.custom-header__drawer-search-button:hover{opacity:.9}.custom-header__drawer-search-button .custom-header__icon{width:20px;height:20px}@media screen and (max-width:1023px){.predictive-search--header{display:none!important}}@media screen and (min-width:1280px){.custom-header__search-modal-content{max-width:800px}.custom-header__search-modal .predictive-search__result-group:first-child{flex:0 0 320px}}.custom-header__search-modal .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.custom-header__search-modal .predictive-search__result-group:only-child{flex:1;border-right:none}.custom-header__search-input:focus-visible,.custom-header__drawer-search-input:focus-visible{outline:none}.custom-header__search-close:focus-visible,.custom-header__search-button:focus-visible,.custom-header__drawer-search-button:focus-visible{outline:2px solid var(--search-input-focus);outline-offset:2px}.custom-header__search-modal .predictive-search__item:focus-visible{outline:2px solid var(--search-input-focus);outline-offset:-2px}@media(prefers-reduced-motion:reduce){.custom-header__search-field,.custom-header__search-button,.custom-header__search-close,.custom-header__drawer-search-form,.custom-header__drawer-search-button,.custom-header__search-modal .predictive-search__item,.custom-header__search-modal .predictive-search__item--term,.custom-header__search-modal .predictive-search__item--term .icon-arrow{transition:none}}.custom-header__search-modal .predictive-search::-webkit-scrollbar{width:6px}.custom-header__search-modal .predictive-search::-webkit-scrollbar-track{background:var(--search-input-bg)}.custom-header__search-modal .predictive-search::-webkit-scrollbar-thumb{background:var(--search-divider);border-radius:3px}.custom-header__search-modal .predictive-search::-webkit-scrollbar-thumb:hover{background:var(--search-text-muted)}
/*# sourceMappingURL=/cdn/shop/t/6/assets/custom-search.css.map */
