.predictive-search__dialog{position:fixed;z-index:90;top:calc(var(--header-top, 0px) + var(--header-height, 0px));right:0;left:0;overflow:hidden;width:100%;max-width:100%;height:calc(100dvh - var(--header-top, 0px) - var(--header-height, 0px));max-height:none;margin:0;padding:0;color:var(--color-foreground, #15110d);border:0;border-top:1px solid rgba(21,17,13,.08);background:var(--color-background, #fff)}.search-open header{background:var(--color-background, #fff)}.predictive-search-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%;max-height:inherit}.predictive-search-form__header{position:sticky;z-index:2;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px 48px;border-bottom:1px solid rgba(21,17,13,.08);background:var(--color-background, #fff);gap:12px}.predictive-search-form__header-inner{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.predictive-search__icon{position:absolute;left:0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;pointer-events:none;color:#15110d80}.predictive-search__icon svg{width:20px;height:20px}.predictive-search__input{min-width:0;padding:8px 0 8px 32px;font-size:15px;font-family:var(--font-primary--family);line-height:1.4;color:#15110d;border:0;outline:0;background:transparent;-webkit-box-flex:1;-ms-flex:1;flex:1}.predictive-search__input::-webkit-input-placeholder{color:#15110d66}.predictive-search__input::-moz-placeholder{color:#15110d66}.predictive-search__input:-ms-input-placeholder{color:#15110d66}.predictive-search__input::-ms-input-placeholder{color:#15110d66}.predictive-search__input::placeholder{color:#15110d66}.predictive-search__input::-webkit-search-cancel-button{display:none}.predictive-search__reset-button{padding:4px 8px;font-size:13px;font-family:inherit;cursor:pointer;-webkit-transition:color .15s ease;transition:color .15s ease;color:#15110d99;border:0;background:transparent}.predictive-search__reset-button:hover{color:#15110d}.predictive-search__close-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px;padding:0;cursor:pointer;-webkit-transition:background .15s ease;transition:background .15s ease;color:inherit;border:0;border-radius:4px;background:transparent}.predictive-search__close-button:hover{background:#15110d0f}.predictive-search-form__content-wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:0;-webkit-box-flex:1;-ms-flex:1;flex:1}.predictive-search-form__content{overflow-y:auto;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;scrollbar-width:thin}.predictive-search__no-results{padding:32px 20px;font-size:14px;text-align:center;color:#15110d99}.predictive-search-results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:32px 48px;gap:48px}.predictive-search-results__col--suggestions{min-width:0;-webkit-box-flex:0;-ms-flex:0 0 220px;flex:0 0 220px}.predictive-search-results__col--products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:0;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:24px}.predictive-search-results__group-title{margin:0 0 16px;font-size:var(--eyebrow);font-family:var(--font-secondary--family);font-weight:var(--font-secondary--weight);line-height:var(--leading-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase;color:#15110d80}.predictive-search-results__list{margin:0;padding:0;list-style:none}.predictive-search-results__col--suggestions .predictive-search-results__item a{display:block;padding:6px 0;font-size:14px;line-height:1.4;text-decoration:none;color:#15110d}.predictive-search-results__col--suggestions .predictive-search-results__item a:hover,.predictive-search-results__col--suggestions .predictive-search-results__item[aria-selected=true] a{text-decoration:underline;text-underline-offset:4px}.predictive-search-results__products{display:-ms-grid;display:grid;margin:0;padding:0;list-style:none;-ms-grid-columns:minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr) 16px minmax(0,1fr);grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.predictive-search-card{display:block;text-decoration:none;color:inherit}.predictive-search-card__image{display:block;overflow:hidden;background:#15110d0a;aspect-ratio:3/4}.predictive-search-card__image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.predictive-search-card__info{display:block;margin-top:8px}.predictive-search-card__title{display:block;font-size:14px;line-height:1.3;color:#15110d}.predictive-search-card__price{display:block;margin-top:4px;font-size:14px;font-weight:600;line-height:18px}.predictive-search-card__price s{margin-right:6px;color:#15110d66}.predictive-search-results__item[aria-selected=true] .predictive-search-card{outline:1px solid rgba(21,17,13,.25);outline-offset:2px}@media screen and (max-width:749px){.predictive-search-results{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;gap:24px}.predictive-search-results__col--suggestions{-webkit-box-flex:0;-ms-flex:none;flex:none}.predictive-search-results__products{-ms-grid-columns:(minmax(0,1fr))[2];grid-template-columns:repeat(2,minmax(0,1fr))}}.predictive-search__search-button{-ms-flex-item-align:start;align-self:flex-start}@media screen and (max-width:749px){.predictive-search__search-button{-ms-flex-item-align:unset;-ms-grid-row-align:unset;align-self:unset}}.visually-hidden{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;white-space:nowrap;border:0}.search-page__other{margin-top:64px}.search-page__other-title{margin:0 0 24px;font-size:var(--heading-small, 24px);font-weight:300;letter-spacing:var(--tracking-heading)}.search-page__other-list{margin:0;padding:0;list-style:none}.search-page__other-item{border-top:1px solid rgba(21,17,13,.1)}.search-page__other-item:last-child{border-bottom:1px solid rgba(21,17,13,.1)}.search-page__other-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;padding:16px 0;text-decoration:none;color:inherit;gap:24px}.search-page__other-link:hover .search-page__other-name{text-decoration:underline;text-underline-offset:4px}.search-page__other-type{min-width:96px;color:#15110d99;-ms-flex-negative:0;flex-shrink:0}.search-page__other-name{font-size:16px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width:749px){.search-page__other{margin-top:48px}.search-page__other-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.search-page__other-type{min-width:0}}.pagination_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:64px;gap:16px}.pagination_wrapper a{color:#15110d;text-decoration:none}.pagination_wrapper span.current{text-decoration:underline;text-underline-offset:4px}.pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px 20px;font-size:var(--eyebrow);font-family:var(--font-secondary--family);font-weight:var(--font-secondary--weight);line-height:var(--leading-eyebrow);letter-spacing:var(--tracking-eyebrow);text-transform:uppercase}.pagination .page,.pagination .prev,.pagination .next,.pagination .deco{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:20px}.pagination a{text-decoration:none;color:#15110d80;-webkit-transition:color .15s ease;transition:color .15s ease}.pagination a:hover,.pagination .current{color:var(--color-foreground, #15110d);text-decoration:underline;text-underline-offset:4px}.pagination .deco{color:#15110d59}@media(max-width:749px){.pagination_wrapper{margin-top:40px}.pagination{gap:6px 14px}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/custom-search.css.map */
