.search-dropdown-overlay{position:absolute;top:100%;left:0;right:0;background:rgb(var(--color-background));z-index:100;opacity:0;visibility:hidden;transform:translateY(-10px);transition:opacity .25s ease,visibility .25s ease,transform .25s ease;border-bottom:1px solid rgba(var(--color-foreground),.08);box-shadow:0 4px 12px #00000014;max-height:70vh;overflow-y:auto}.search-dropdown-overlay.is-open{opacity:1!important;visibility:visible!important;transform:translateY(0)}.search-dropdown__container{padding:24px 0 32px}.search-dropdown__input-wrapper{position:relative;display:flex;align-items:center;max-width:900px;margin:0 auto}.search-dropdown__input{width:100%;height:36px;padding:0 90px 0 20px;font-size:13px;font-family:inherit;border:1.5px solid #c9a961;border-radius:50px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}.search-dropdown__input:focus{outline:none;border-color:#b89a4d;box-shadow:0 0 0 3px #c9a96126}.search-dropdown__input::placeholder{color:rgba(var(--color-foreground),.5)}.search-dropdown__input::-webkit-search-cancel-button,.search-dropdown__input::-webkit-search-decoration,.search-dropdown__input::-webkit-search-results-button,.search-dropdown__input::-webkit-search-results-decoration{display:none;-webkit-appearance:none;appearance:none}.search-dropdown__input::-ms-clear,.search-dropdown__input::-ms-reveal{display:none;width:0;height:0}.search-dropdown__input[type=search]{-moz-appearance:textfield}.search-dropdown__buttons{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.search-dropdown__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:none;border:none;border-radius:50%;cursor:pointer;color:rgb(var(--color-foreground));transition:background-color .2s ease,opacity .2s ease}.search-dropdown__btn:hover{background:rgba(var(--color-foreground),.08)}.search-dropdown__btn svg{width:18px;height:18px}.search-dropdown__btn.hidden{display:none}.search-dropdown__clear-btn{opacity:.6}.search-dropdown__clear-btn:hover{opacity:1}.search-dropdown__input:placeholder-shown~.search-dropdown__buttons .search-dropdown__clear-btn{display:none}.search-dropdown__input:not(:placeholder-shown)~.search-dropdown__buttons .search-dropdown__clear-btn{display:flex}.search-dropdown__submit-btn{color:#1a1a1a}.search-dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;top:var(--header-bottom-position-desktop, var(--header-total-height, 85px));background:#00000059;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:99;pointer-events:none}.search-dropdown-backdrop.active{opacity:1;visibility:visible;pointer-events:auto}.predictive-search{display:none;position:relative;width:100%;background:transparent;z-index:3;overflow-y:visible}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.search-dropdown-overlay predictive-search[open] .predictive-search,.search-dropdown-overlay predictive-search[loading] .predictive-search,.search-dropdown-overlay predictive-search[open] .predictive-search--header,.search-dropdown-overlay predictive-search[loading] .predictive-search--header{display:block;opacity:1;visibility:visible}@media screen and (min-width:990px){.search-dropdown-overlay .predictive-search{position:relative;top:auto;left:auto;border:none;box-shadow:none;border-radius:0;margin-top:20px;background:transparent;max-height:none;overflow:visible}.search-dropdown-overlay predictive-search{position:relative;display:block}.search-dropdown-overlay predictive-search[results=true] .predictive-search{display:block}}.predictive-search__results-groups-wrapper{display:flex;flex-direction:column;padding-bottom:0;border-bottom:none}@media screen and (min-width:990px){.search-dropdown-overlay .predictive-search__results-groups-wrapper{display:block}.search-dropdown-overlay .predictive-search__result-group:first-child{display:none}.search-dropdown-overlay .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.search-dropdown-overlay .predictive-search__results-groups-wrapper--no-suggestions .predictive-search__result-group:first-child{display:block!important}.search-dropdown-overlay .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:last-child,.search-dropdown-overlay .predictive-search__results-groups-wrapper--no-suggestions .predictive-search__result-group:last-child{display:none}}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:1rem;padding:15px}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__heading{font-size:13px;font-weight:400;text-transform:none;letter-spacing:normal;color:rgba(var(--color-foreground),.5);margin:0 0 16px;padding:0;border:none}@media screen and (min-width:990px){.search-dropdown-overlay .predictive-search__heading{text-align:center;padding:0;margin-bottom:20px}}@media screen and (min-width:990px){#predictive-search-results-products-list{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;padding:0;list-style:none;max-width:1100px;margin:0 auto;justify-content:center}#predictive-search-results-products-list .predictive-search__list-item{width:auto;margin:0}#predictive-search-results-products-list .predictive-search__item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;border-radius:8px;border:1px solid rgba(var(--color-foreground),.08);height:auto;min-height:90px;transition:border-color .2s ease,box-shadow .2s ease,background-color .2s ease;background:rgb(var(--color-background));text-align:left;text-decoration:none}#predictive-search-results-products-list .predictive-search__item:hover{border-color:rgba(var(--color-foreground),.15);box-shadow:0 2px 8px #00000014;background:rgba(var(--color-foreground),.02)}#predictive-search-results-products-list .predictive-search__image{width:64px;height:64px;object-fit:cover;border-radius:6px;flex-shrink:0;margin:0}#predictive-search-results-products-list .predictive-search__item-content{flex:1;min-width:0;text-align:left;display:flex;flex-direction:column;justify-content:center}#predictive-search-results-products-list .predictive-search__item-heading{font-size:14px;font-weight:400;line-height:1.3;margin:0 0 4px;color:rgb(var(--color-foreground));display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#predictive-search-results-products-list .predictive-search__item-vendor{font-size:12px;font-weight:400;color:rgba(var(--color-foreground),.55);line-height:1.4;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}#predictive-search-results-products-list .price{font-size:13px;margin-top:4px;color:rgba(var(--color-foreground),.7)}.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.predictive-search__result-group:only-child{flex-grow:1}}@media screen and (min-width:990px)and (max-width:1199px){#predictive-search-results-products-list{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:750px)and (max-width:989px){#predictive-search-results-products-list{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:749px){.search-dropdown-overlay{display:none}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}predictive-search .spinner{width:1.5rem;height:1.5rem;line-height:0}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:2rem}predictive-search[loading] .predictive-search__search-for-button{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state{display:none}predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button{display:initial}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:rgb(var(--color-foreground))}.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__item{display:flex;padding:1rem 1.5rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:1.5rem;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}.predictive-search__item-query-result *:not(mark){font-weight:bolder}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75);background-color:transparent}.predictive-search__item .price{color:rgba(var(--color-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:space-between;align-items:center;padding:1.3rem 2rem;word-break:break-all;line-height:calc(1 + .4 / var(--font-body-scale))}@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:contain}.predictive-search__search-for-button{margin-top:16px;padding:0 1.5rem}@media screen and (min-width:990px){.search-dropdown-overlay .predictive-search__search-for-button{text-align:center;max-width:400px;margin:24px auto 0;padding:0}.search-dropdown-overlay .predictive-search__search-for-button button{width:100%;justify-content:center;border-radius:50px;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.1);transition:background-color .2s ease,border-color .2s ease}.search-dropdown-overlay .predictive-search__search-for-button button:hover{background:rgba(var(--color-foreground),.1);border-color:rgba(var(--color-foreground),.2)}}
/*# sourceMappingURL=/cdn/shop/t/154/assets/component-predictive-search.css.map */
