:root{--custom-search-radius-pill: 999px;--custom-search-field-height: 48px;--custom-search-field-background: rgb(var(--text-color, var(--text-primary)) / .05);--custom-search-field-border: rgb(var(--text-color, var(--text-primary)) / .08);--custom-search-muted: rgb(var(--text-color, var(--text-primary)) / .6);--custom-search-panel-gutter: var(--container-gutter, 24px);--custom-search-grid-gap: var(--spacing-4)}@media screen and (min-width:1000px){:root{--custom-search-field-height: 52px;--custom-search-grid-gap: var(--spacing-6)}}html.custom-search-is-open{overflow:hidden}@media screen and (max-width:999px){html.custom-search-is-open .shopify-section--announcement-bar,html.custom-search-is-open .shopify-section--header,html.custom-search-is-open .pt,html.custom-search-is-open .essential_countdown_annoucement_bar_wrapper{visibility:hidden}}.custom-search-bar{padding:calc(var(--spacing-3) - 5px) var(--spacing-2-5) var(--spacing-3);background:rgb(var(--background, var(--background-primary)))}@media screen and (min-width:1000px){.custom-search-bar{display:none}}.custom-search-bar__trigger{display:flex;align-items:center;gap:var(--spacing-2-5);width:100%;min-height:var(--custom-search-field-height);padding:0 var(--spacing-4);border:0;border-radius:var(--custom-search-radius-pill);background:var(--custom-search-field-background);color:var(--custom-search-muted);font-family:var(--text-font-family);font-size:var(--text-base);text-align:start;cursor:pointer;transition:background .15s ease-out}.custom-search-bar__trigger:hover{background:rgb(var(--text-color, var(--text-primary)) / .09)}.custom-search-bar__icon{flex:0 0 auto;color:rgb(var(--text-color, var(--text-primary)))}.custom-search-bar__label{flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-search-header-field{align-items:center;gap:var(--spacing-2);width:clamp(150px,12vw,220px);min-height:40px;padding:0 var(--spacing-4);border:0;border-radius:var(--custom-search-radius-pill);background:var(--custom-search-field-background);color:var(--custom-search-muted);font-family:var(--text-font-family);font-size:var(--text-sm);text-align:start;cursor:text;transition:background .15s ease-out}.custom-search-header-field:hover{background:rgb(var(--text-color, var(--text-primary)) / .09)}.custom-search-header-field__icon{flex:0 0 auto;color:rgb(var(--text-color, var(--text-primary)))}.custom-search-header-field__label{flex:1 1 auto;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.custom-search-panel[hidden]{display:none}.custom-search-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:30;display:flex;flex-direction:column;background:rgb(var(--background, var(--background-primary)));color:rgb(var(--text-color, var(--text-primary)))}.custom-search-panel__progress{position:absolute;top:0;left:0;right:0;height:3px;overflow:hidden;z-index:1}.custom-search-panel__progress[hidden]{display:none}.custom-search-panel__progress-bar{display:block;width:40%;height:100%;border-radius:var(--custom-search-radius-pill);background:rgb(var(--text-color, var(--text-primary)));animation:custom-search-progress 1.1s ease-in-out infinite}@keyframes custom-search-progress{0%{transform:translate(-100%)}to{transform:translate(350%)}}.custom-search-navigating{opacity:.55;transition:opacity .15s ease-out}@media(prefers-reduced-motion:reduce){.custom-search-panel__progress-bar{width:100%;animation:none;opacity:.35}}.custom-search-panel__header{display:flex;align-items:center;gap:var(--spacing-3);flex:0 0 auto;padding:var(--spacing-3) var(--custom-search-panel-gutter);background:rgb(var(--background, var(--background-primary)))}@media screen and (min-width:1000px){.custom-search-panel__header{max-width:var(--container-max-width);margin-inline:auto;width:100%;padding-block:var(--spacing-5)}}.custom-search-panel__back,.custom-search-panel__close{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--custom-search-radius-pill);color:rgb(var(--text-color, var(--text-primary)));cursor:pointer;transition:background .15s ease-out}.custom-search-panel__back:hover,.custom-search-panel__close:hover{background:var(--custom-search-field-background)}.custom-search-panel__close{display:none}@media screen and (min-width:1000px){.custom-search-panel__back{display:none}.custom-search-panel__close{display:inline-flex;width:48px;height:48px}}.custom-search-panel__form{display:flex;align-items:center;gap:var(--spacing-3);flex:1 1 auto;min-width:0}.custom-search-panel__field{position:relative;display:flex;align-items:center;gap:var(--spacing-2-5);flex:1 1 auto;min-width:0;min-height:var(--custom-search-field-height);padding:0 var(--spacing-4);border:1px solid transparent;border-radius:var(--custom-search-radius-pill);background:var(--custom-search-field-background);transition:border-color .15s ease-out,background .15s ease-out}.custom-search-panel__field:focus-within{border-color:rgb(var(--accent));background:rgb(var(--background, var(--background-primary)))}.custom-search-panel__field-icon{flex:0 0 auto;color:var(--custom-search-muted)}.custom-search-panel__input{flex:1 1 auto;min-width:0;border:0;background:none;color:rgb(var(--text-color, var(--text-primary)));font-family:var(--text-font-family);font-size:max(16px,var(--text-base));outline:none;-webkit-appearance:none;appearance:none}.custom-search-panel__input::placeholder{color:var(--custom-search-muted);opacity:1}.custom-search-panel__input::-webkit-search-cancel-button{display:none}.custom-search-panel__clear{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:var(--custom-search-radius-pill);background:rgb(var(--text-color, var(--text-primary)) / .12);color:rgb(var(--text-color, var(--text-primary)));cursor:pointer}.custom-search-panel__clear[hidden]{display:none}.custom-search-panel__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:var(--spacing-2) var(--custom-search-panel-gutter) var(--spacing-10)}@media screen and (min-width:1000px){.custom-search-panel__body{max-width:var(--container-max-width);margin-inline:auto;width:100%;padding-bottom:var(--spacing-8)}}.custom-search-panel__section[hidden]{display:none}.custom-search-discovery__group+.custom-search-discovery__group{margin-top:var(--spacing-8)}.custom-search-discovery__heading{margin:0 0 var(--spacing-4);color:var(--custom-search-muted);font-family:var(--text-font-family);font-size:var(--text-xs);font-weight:500;letter-spacing:.08em;text-transform:uppercase}.custom-search-discovery__terms{display:flex;flex-wrap:nowrap;gap:var(--spacing-2);margin:0 calc(-1 * var(--custom-search-panel-gutter));padding:0 var(--custom-search-panel-gutter);list-style:none;overflow-x:auto;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain;scroll-snap-type:x proximity;scroll-padding-inline:var(--custom-search-panel-gutter);scrollbar-width:none}.custom-search-discovery__terms::-webkit-scrollbar{display:none}.custom-search-discovery__terms>li{flex:0 0 auto;scroll-snap-align:start}.custom-search-discovery__term{display:inline-flex;align-items:center;gap:var(--spacing-2);padding:var(--spacing-2-5) var(--spacing-4);border:1px solid var(--custom-search-field-border);border-radius:var(--custom-search-radius-pill);color:rgb(var(--text-primary));font-size:var(--text-sm);font-weight:500;text-decoration:none;white-space:nowrap;transition:border-color .15s ease-out,background .15s ease-out}@media screen and (max-width:999px){.custom-search-discovery__terms{gap:var(--spacing-1-5)}.custom-search-discovery__term{gap:var(--spacing-1-5);padding:var(--spacing-1-5) var(--spacing-2-5);font-size:calc(var(--text-sm) - 1px)}}.custom-search-discovery__term:hover{border-color:rgb(var(--text-color, var(--text-primary)));background:var(--custom-search-field-background)}.custom-search-discovery__term-icon{color:var(--custom-search-muted)}.custom-search-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--product-list-row-gap, var(--spacing-6)) var(--custom-search-grid-gap);margin:0;padding:0;list-style:none}@media screen and (min-width:1000px){.custom-search-grid--products{grid-template-columns:repeat(4,1fr)}}.custom-search-collection-banner{display:flex;align-items:center;gap:var(--spacing-2-5);min-height:48px;margin-bottom:var(--spacing-4);padding:var(--spacing-1-5) var(--spacing-3) var(--spacing-1-5) var(--spacing-1-5);border-radius:var(--custom-search-radius-pill);background:var(--custom-search-field-background);color:rgb(var(--text-primary));text-decoration:none;transition:background .15s ease-out}.custom-search-collection-banner:hover{background:rgb(var(--text-color, var(--text-primary)) / .09)}.custom-search-collection-banner__image{flex:0 0 auto;width:36px;height:36px;border-radius:var(--custom-search-radius-pill);object-fit:cover;background:rgb(var(--background, var(--background-primary)))}.custom-search-collection-banner__text{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0}.custom-search-collection-banner__kicker{overflow:hidden;color:var(--custom-search-muted);font-size:10px;font-weight:500;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;text-overflow:ellipsis}.custom-search-collection-banner__title{overflow:hidden;font-size:var(--text-sm);font-weight:600;line-height:1.25;white-space:nowrap;text-overflow:ellipsis}.custom-search-collection-banner__chevron{flex:0 0 auto;display:inline-flex;color:var(--custom-search-muted)}.custom-search-page__banner{max-width:calc(480px + 2 * var(--container-gutter));margin-inline:auto;padding-inline:var(--container-gutter)}.custom-search-results__tabs{display:flex;gap:var(--spacing-2);margin-bottom:var(--spacing-6);padding-bottom:var(--spacing-1);overflow-x:auto;scrollbar-width:none}.custom-search-results__tabs::-webkit-scrollbar{display:none}.custom-search-results__tab{flex:0 0 auto;display:inline-flex;align-items:center;gap:var(--spacing-1-5);padding:var(--spacing-2) var(--spacing-4);border:1px solid var(--custom-search-field-border);border-radius:var(--custom-search-radius-pill);color:rgb(var(--text-color, var(--text-primary)));font-size:var(--text-sm);cursor:pointer;white-space:nowrap;transition:background .15s ease-out,border-color .15s ease-out,color .15s ease-out}.custom-search-results__tab[aria-selected=true]{border-color:rgb(var(--text-color, var(--text-primary)));background:rgb(var(--text-color, var(--text-primary)));color:rgb(var(--background, var(--background-primary)))}.custom-search-results__tab-count{font-variant-numeric:tabular-nums;opacity:.6}.custom-search-results__panel[hidden]{display:none}.custom-search-results__list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.custom-search-results__list-item{border-bottom:1px solid var(--custom-search-field-border)}.custom-search-results__list-link{display:flex;align-items:center;gap:var(--spacing-4);padding:var(--spacing-3-5) 0;color:rgb(var(--text-color, var(--text-primary)));text-decoration:none}.custom-search-results__list-link:hover .custom-search-results__list-title{text-decoration:underline}.custom-search-results__list-image{flex:0 0 auto;width:48px;height:48px;border-radius:var(--rounded-sm, 4px);object-fit:cover;background:var(--custom-search-field-background)}.custom-search-results__list-title{font-size:var(--text-base)}.custom-search-results__list-meta{display:block;margin-top:2px;color:var(--custom-search-muted);font-size:var(--text-xs)}.custom-search-results__footer{margin-top:var(--spacing-6);text-align:center}.custom-search-results__view-all{display:inline-flex;align-items:center;justify-content:center;gap:var(--spacing-2);min-height:48px;padding:0 var(--spacing-8);border-radius:var(--custom-search-radius-pill);background:rgb(var(--button-background-primary, var(--text-primary)));color:rgb(var(--button-text-primary, var(--background-primary)));font-size:var(--text-sm);font-weight:500;text-decoration:none}.custom-search-results__empty{padding:var(--spacing-12) 0;color:var(--custom-search-muted);text-align:center}.custom-search-results__empty-title{margin:0 0 var(--spacing-2);color:rgb(var(--text-color, var(--text-primary)));font-family:var(--heading-font-family);font-size:var(--text-h5)}.custom-search-loading__tabs{display:flex;gap:var(--spacing-2);margin-bottom:var(--spacing-6)}.custom-search-loading__chip{width:96px;height:36px;border-radius:var(--custom-search-radius-pill)}.custom-search-loading__card{display:flex;flex-direction:column;gap:var(--spacing-2)}.custom-search-loading__thumb{aspect-ratio:1 / 1;border-radius:var(--rounded, 8px)}.custom-search-loading__line{height:12px;border-radius:var(--rounded-xs, 2px)}.custom-search-loading__line--short{width:45%}.custom-search-skeleton{background:linear-gradient(90deg,rgb(var(--text-color, var(--text-primary)) / .06) 25%,rgb(var(--text-color, var(--text-primary)) / .12) 37%,rgb(var(--text-color, var(--text-primary)) / .06) 63%);background-size:400% 100%;animation:custom-search-shimmer 1.4s ease-in-out infinite}@keyframes custom-search-shimmer{0%{background-position:100% 50%}to{background-position:0 50%}}@media(prefers-reduced-motion:reduce){.custom-search-skeleton{animation:none}}.custom-search-hero{padding:var(--spacing-4) var(--container-gutter) var(--spacing-3);text-align:center}.custom-search-hero__title{margin:0 0 var(--spacing-2-5);font-family:var(--heading-font-family);font-size:var(--text-sm);font-weight:var(--heading-font-weight);letter-spacing:.06em;text-transform:var(--heading-text-transform)}.custom-search-hero__form{max-width:480px;margin-inline:auto}.custom-search-hero__field{display:flex;align-items:center;gap:var(--spacing-2-5);height:44px;padding:0 4px 0 var(--spacing-4);border:1px solid transparent;border-radius:var(--custom-search-radius-pill);background:var(--custom-search-field-background);transition:border-color .15s ease-out,background .15s ease-out}.custom-search-hero__field:focus-within{border-color:rgb(var(--accent));background:rgb(var(--background, var(--background-primary)))}.custom-search-hero__field-icon{flex:0 0 auto;color:var(--custom-search-muted)}.custom-search-hero__input{flex:1 1 auto;min-width:0;height:100%;border:0;background:none;color:rgb(var(--text-color, var(--text-primary)));font-family:var(--text-font-family);font-size:max(16px,var(--text-base));outline:none;-webkit-appearance:none;appearance:none}.custom-search-hero__input::placeholder{color:var(--custom-search-muted);opacity:1}.custom-search-hero__input::-webkit-search-cancel-button{display:none}.custom-search-hero__submit{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:36px;padding:0 var(--spacing-5);border-radius:var(--custom-search-radius-pill);background:rgb(var(--button-background-primary, var(--text-primary)));color:rgb(var(--button-text-primary, var(--background-primary)));font-family:var(--text-font-family);font-size:var(--text-xs);font-weight:500;cursor:pointer;white-space:nowrap}.custom-search-hero__meta{margin:var(--spacing-2) 0 0;color:var(--custom-search-muted);font-size:var(--text-xs)}.custom-search-hero__meta-term{color:rgb(var(--text-color, var(--text-primary)));font-weight:600}.custom-search-page__tabs{display:flex;justify-content:center;flex-wrap:wrap;gap:var(--spacing-2);margin-bottom:var(--spacing-4);padding-inline:var(--container-gutter)}.custom-search-page__tab{display:inline-flex;align-items:center;gap:var(--spacing-1-5);padding:var(--spacing-2) var(--spacing-4);border:1px solid var(--custom-search-field-border);border-radius:var(--custom-search-radius-pill);color:rgb(var(--text-primary));font-size:var(--text-sm);font-weight:500;cursor:pointer;transition:background .15s ease-out,border-color .15s ease-out,color .15s ease-out}.custom-search-page__tab[aria-selected=true]{border-color:rgb(var(--text-color, var(--text-primary)));background:rgb(var(--text-color, var(--text-primary)));color:rgb(var(--background, var(--background-primary)))}.custom-search-page__tab-count{font-variant-numeric:tabular-nums;opacity:.6}.custom-search-page__panel[hidden]{display:none}.custom-search-page__collections{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--custom-search-grid-gap);margin:0;padding:0;list-style:none}@media screen and (min-width:700px){.custom-search-page__collections{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (min-width:1000px){.custom-search-page__collections{grid-template-columns:repeat(4,minmax(0,1fr))}}.custom-search-page__collection-link{display:block;color:rgb(var(--text-color, var(--text-primary)));text-decoration:none}.custom-search-page__collection-image{width:100%;aspect-ratio:1 / 1;border-radius:var(--rounded, 8px);object-fit:cover;background:var(--custom-search-field-background)}.custom-search-page__collection-title{display:block;margin-top:var(--spacing-3);font-size:var(--text-base);font-weight:500}.custom-recently-viewed{padding:var(--spacing-4) var(--container-gutter) var(--spacing-12)}.custom-recently-viewed__inner{max-width:var(--container-max-width);margin-inline:auto}.custom-recently-viewed__heading{margin:0 0 var(--spacing-6);font-family:var(--heading-font-family);font-size:var(--text-h5);font-weight:var(--heading-font-weight);letter-spacing:var(--heading-letter-spacing);text-transform:var(--heading-text-transform)}
/*# sourceMappingURL=/cdn/shop/t/18/assets/custom-search.css.map */
