.search-modal__wrapper{--modal-height: 100vh;--padding-top: 1.5rem}@media screen and (min-width: 750px){.search-modal__wrapper{--padding-top: 4.5rem;--modal-height: unset}}details[open]>.search-modal{opacity:1;animation:animateMenuOpen var(--duration-default) ease}details[open] .modal-overlay{display:block}@media screen and (max-width: 750px){sticky-header:has(.header__search details[open])~main{overflow:hidden;max-height:1px}sticky-header:has(.header__search details[open])~.shopify-section-new-footer,sticky-header:has(.header__search details[open])~footer{overflow:hidden;max-height:1px}}details[open] .modal-overlay:after{position:absolute;content:"";background-color:rgb(var(--color-common-text-primary),.5);top:100%;left:0;right:0;height:100vh}.no-js details[open]>.header__icon--search{top:1rem;right:.5rem}.search-modal__wrapper{opacity:0;border-bottom:.1rem solid rgba(var(--color-common-foreground),.08);background:#fff;position:fixed;top:0;left:0;right:0;bottom:auto;height:var(--modal-height);z-index:90001}.search__input{background:var(--color-inputs-background);border-radius:50px;border:none;box-shadow:none;padding:.3rem .3rem .3rem 4.5rem!important;font-size:1.6rem}.search-modal__header{position:fixed;padding-top:var(--padding-top);left:0;right:0;top:0;display:flex;align-items:center;z-index:2;background:#fff;padding-bottom:.5rem}.search__input+label{left:4.5rem;top:1.1rem}.predictive-search-results__products{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-auto-flow:column}.predictive-search-results__products .card__inner .card-badge,.predictive-search-results__products .card__inner .product-card-badge__container{display:none}@media screen and (max-width: 749px){.predictive-search-results__products{grid-template-columns:1fr;grid-template-rows:unset;grid-auto-flow:row}}.search__input.field__input:-webkit-autofill~.field__label,.search__input.field__input:focus~.field__label,.search__input.field__input:not(:placeholder-shown)~.field__label{display:none}.search__input.field__input:focus{box-shadow:0 0 0 .1rem var(--color-lilac)}.search__input .field__input:-webkit-autofill,.search__input .field__input:focus,.search__input .field__input:not(:placeholder-shown){top:unset;font-size:1.6rem}.search-modal__wrapper{display:block}.search-modal__form{width:100%;position:relative;max-height:100vh;overflow-y:auto;padding:calc(var(--padding-top) + 5rem) 0}.search-modal__close-button{background:red}.predictive-search{z-index:3}.predictive-search__results{display:grid;padding-top:4rem;grid-template-columns:1fr 3fr;gap:1rem}.predictive-search__results h3{text-transform:uppercase;margin:0}@media screen and (max-width: 749px){.predictive-search__results{padding-top:1rem;grid-template-columns:1fr;padding-bottom:30vh}}.predictive-search--search-template{z-index:3}@media screen and (max-width: 989px){.predictive-search{overflow-y:auto;-webkit-overflow-scrolling:touch}}@media screen and (min-width: 750px){.predictive-search{border-top:none}}.predictive-search__heading{border-bottom:.1rem solid rgba(var(--color-common-foreground),.08);margin:0 auto;padding:12px 0 8px;display:flex;justify-content:space-between;align-items:center;width:calc(100% - 4rem);color:rgb(var(--color-common-primary-main));text-transform:none;font-size:12px;font-weight:400}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}.predictive-search__heading .spinner{margin:0 .2rem 0 2rem}predictive-search:not([loading]) .predictive-search__heading .spinner,predictive-search:not([loading]) .predictive-search__loading-state,predictive-search:not([loading]) .predictive-search-status__loading{display:none}predictive-search[loading] .predictive-search__loading-state{display:flex;justify-content:center;padding:1rem}predictive-search[loading] .predictive-search__heading~.predictive-search__loading-state,predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__list-item .link--text:hover{color:inherit}@media screen and (min-width: 750px){.predictive-search__list-item .link--text:hover{color:rgb(var(--color-common-foreground))}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*{color:rgb(var(--color-common-foreground));background-color:rgba(var(--color-common-foreground),.04)}}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__column-heading>*:hover{color:inherit;font-weight:700;cursor:default}.predictive-search__item{display:flex;padding:1rem 0;text-align:left;text-decoration:none;width:100%;position:relative}.predictive-search__list-item:nth-last-child(2) a:after{content:"";position:absolute;width:calc(100% - 4rem);bottom:0;left:2rem;height:.1rem;background-color:rgba(var(--color-common-foreground),.08)}.predictive-search__list-item:last-child:hover>*{background:transparent}.predictive-search__list-item:last-child button:hover{color:rgb(var(--color-common-foreground));background-color:rgba(var(--color-common-foreground),.04)}.predictive-search__list-item:last-child button>*{pointer-events:none}.predictive-search__item--link{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;grid-template-areas:"product-image product-content"}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0;font-size:14px;font-weight:400}.predictive-search__item .price{color:rgba(var(--color-common-foreground),.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--term{justify-content:flex-start;align-items:center;padding:1.3rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale));font-size:14px;font-weight:400;font-family:inherit}@media screen and (min-width: 750px){.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}}.predictive-search__item--term .icon-arrow{width:calc(var(--font-heading-scale) * 1.4rem);height:calc(var(--font-heading-scale) * 1.4rem);flex-shrink:0;margin-left:calc(var(--font-heading-scale) * 2rem);color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;object-fit:cover;font-family:"object-fit: contain"}.predictive-search-results__products .grid__item{width:100%;max-width:unset;padding-left:0}.predictive-search-results__products .card-wrapper{flex-direction:row;gap:2.5rem}.predictive-search-results__products .card--product{width:90px;flex-shrink:0}.predictive-search-results__products quick-view-trigger{display:none}.predictive-search-results__products .card-information__title,.predictive-search-results__products .card-information__subline{font-size:1.4rem}
/*# sourceMappingURL=/cdn/shop/t/511/assets/component-predictive-search.css.map */
