.predictive-search{display:none;position:absolute;top:calc(100% + 1rem);left:-.1rem;border-width:var(--popup-border-width);border-style:solid;border-color:rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));z-index:3;border-bottom-right-radius:var(--popup-corner-radius);border-bottom-left-radius:var(--popup-corner-radius);box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:flex;border-bottom:.1rem solid rgba(var(--color-foreground),.08);padding-bottom:1rem}@media screen and (max-width: 989px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper{flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width: 990px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:2rem}@media screen and (min-width: 990px){.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.predictive-search__result-group:first-child{flex:0 0 26.4rem}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}}.predictive-search__heading{margin:0 2rem;margin-left:0;padding:1.5rem 0 .75rem;font-weight:600;font-size:1.8rem;line-height:2.6rem;text-transform:none;color:#101820;letter-spacing:0}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:1rem}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__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__item{display:flex;padding:1.2rem 2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:5rem 1fr;grid-column-gap:2rem;grid-template-areas:"product-image product-content";padding-left:0}.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)}.predictive-search__item-query-result mark{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: 990px){.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;font-family:"object-fit: contain";border-radius:1rem;border:2px solid rgba(209,209,214,.4)}@media screen and (min-width: 990px){.header__search details{position:relative}.header__search .search-modal{top:0;left:0;right:unset;bottom:unset;min-width:95rem;justify-content:flex-start;border:none;min-width:30rem;margin-left:-1rem}.predictive-search{width:calc(100vw - 12rem);max-width:95rem;border-radius:4px;box-shadow:0 2px 8px #67676726;border:1px solid rgba(209,209,214,.4);overflow-y:visible}#predictive-search-results:before{content:"";position:absolute;top:-6px;left:4rem;width:1.5rem;height:1.5rem;background:#fff;transform:rotate(45deg);z-index:-2;box-shadow:0 2px 8px #67676726;border:1px solid rgba(209,209,214,.4)}.header__search .search-modal__content{justify-content:flex-start;padding:0}.header__search .modal-overlay:after{content:""!important;background-color:transparent!important}.search__input.field__input{height:3.8rem}.search-modal .icon-search{width:2.2rem;height:2.2rem;transform:scale(1);transition:transform 80ms ease-in-out}details[open=true] .search-modal .icon-search{transform:scale(.85);transition:transform 80ms ease-in-out;top:-1px;position:relative;left:-1px}.search-modal .search__button{right:3rem;top:50%;transform:translateY(-50%)}.search-modal .search-modal__close-button{position:absolute;right:0}#predictive-search-results{background:#fff}.predictive-search__results-groups-wrapper{display:flex;flex-wrap:wrap;flex-direction:row}.predictive-search__secondary{flex:0 0 calc(100% / 3);padding-left:2rem;padding-right:1rem}.predictive-search__secondary .predictive-search__item{padding:.6rem 0}.predictive-search__primary{padding-right:2rem;flex:0 0 calc(100% / 3 * 2)}.predictive-search__secondary .predictive-search__heading{padding-bottom:1.2rem}.predictive-search__secondary .predictive-search__item-heading{font-size:1.4rem;line-height:2rem;font-weight:500;letter-spacing:0}.predictive-search__result-group[data-type=products] .predictive-search__results-list{display:grid;flex-direction:column;flex-wrap:wrap;grid-template-rows:max-content max-content max-content;grid-auto-flow:column;column-gap:2rem}.predictive-search__search-for-button[data-type=view-all]{order:6;flex-basis:auto;flex-shrink:0;flex-grow:0;max-height:9rem;position:relative;right:0;display:flex;bottom:0;width:calc(100% / 3 * 2);text-align:center;justify-content:center;padding:2rem 0;width:auto;margin:auto 0 auto auto;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__search-for-button[data-type=view-all] button{font-size:1.4rem;padding:1.5rem 2rem;background:#101820;color:#fff;border-radius:5rem;line-height:1.7rem;text-transform:uppercase;width:auto;letter-spacing:1px}.predictive-search__primary .predictive-search__result-group{padding-bottom:1rem}.predictive-search__primary .predictive-search__item-content{padding-left:2rem}.predictive-search__primary .predictive-search__item-heading{color:#101820;font-size:1.5rem;line-height:2rem;font-weight:600;letter-spacing:0}.predictive-search__primary .predictive-search__item .price{font-size:1.6rem;line-height:2.4rem;color:#101820;font-weight:500;letter-spacing:0}.predictive-search__primary li.predictive-search__list-item{position:relative;margin-right:0}.predictive-search__primary li.predictive-search__list-item:not(:nth-of-type(3)):not(:last-of-type):after{content:"";position:absolute;bottom:0;width:100%;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__secondary .predictive-search__result-group{position:relative;padding-bottom:1.4rem}.predictive-search__secondary .predictive-search__result-group:not(:last-of-type):after{content:"";position:absolute;bottom:0;width:100%;max-width:24rem;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__item--term{max-width:30rem;text-align:center;justify-content:center}.predictive-search__secondary .predictive-search__no-results{opacity:.6;padding-bottom:2rem}.predictive-search__secondary [data-type=popular-collections] li{padding:0 2rem;padding-left:0}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item{padding:2rem 0 2rem 2rem;position:relative}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item:before{content:"";position:absolute;top:0;width:100%;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item-heading{font-size:1.4rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;padding-right:1.5rem}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item-content{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row;flex-grow:1}}@media screen and (max-width: 989px){.header__search .modal-overlay:before{content:""!important;background-color:#fff!important;top:calc(100% - 1px);left:0;width:100%;height:50.1rem;position:absolute;z-index:2}.header__search .search-modal__content{padding-left:1rem;padding-right:1rem}.search-modal .search__button{right:4rem}.search-modal .search-modal__close-button{position:absolute;right:1.5rem}.predictive-search{min-height:50rem}.predictive-search--header{border:0;box-shadow:none;padding:0 2rem;top:100%}.predictive-search__results-groups-wrapper{border:none;gap:0!important}.predictive-search__heading{font-size:2.2rem;line-height:2.6rem;letter-spacing:0;font-weight:600;padding-top:3rem}.predictive-search__secondary .predictive-search__heading{padding-top:1.8rem;padding-bottom:1.6rem}.predictive-search__item-heading{font-size:1.5rem;line-height:2rem;letter-spacing:0;font-weight:600}.predictive-search__secondary .predictive-search__item-heading{font-weight:500}.predictive-search__primary .predictive-search__item .price{line-height:2.4rem;font-size:1.6rem}.predictive-search__secondary .predictive-search__item{padding:.6rem 0}.predictive-search__result-group{position:relative}[data-secondary]:not([data-type=popular-collections]).predictive-search__result-group{padding-bottom:2.4rem}[data-secondary]:not([data-type=popular-collections]).predictive-search__result-group:after{content:"";position:absolute;bottom:0;width:100%;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__primary .predictive-search__item-content{padding-left:2rem}.predictive-search__primary .predictive-search__item{padding:2rem 0}.predictive-search__primary li.predictive-search__list-item{position:relative}.predictive-search__primary li.predictive-search__list-item:last-of-type .predictive-search__item{padding-bottom:3rem}[data-type=popular-products] li.predictive-search__list-item:last-of-type:after{content:none;display:none}.predictive-search__primary li.predictive-search__list-item:after{content:"";position:absolute;bottom:0;width:100%;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__search-for-button[data-type=view-all]{position:relative;right:0;display:flex;bottom:0;width:calc(100% / 3 * 2);text-align:center;justify-content:center;padding:2rem 0;width:100%;margin:auto 0 auto auto;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__search-for-button[data-type=view-all] button{font-size:1.4rem;padding:1.5rem 2rem;background:#101820;color:#fff;border-radius:5rem;line-height:1.7rem;text-transform:uppercase;width:100%;letter-spacing:1.5px}.predictive-search__search-for-button[data-type=view-all] button span{margin:auto}.predictive-search__secondary [data-type=popular-collections] li{padding:0}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item{padding:2rem;position:relative}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item:before{content:"";position:absolute;top:0;width:100%;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__secondary [data-type=popular-collections] li:last-of-type .predictive-search__item:after{content:"";position:absolute;top:unset;bottom:0;width:100%;left:0;border-top:1px solid rgba(209,209,214,.4)}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item-content{display:flex;flex-wrap:nowrap;justify-content:space-between;flex-direction:row;flex-grow:1}.predictive-search__secondary [data-type=popular-collections] .predictive-search__item-heading{font-size:1.4rem;text-transform:uppercase;letter-spacing:2px;font-weight:600;padding-right:1.5rem}.predictive-search__secondary .predictive-search__no-results{font-size:1.8rem;line-height:2.6rem;opacity:.6;padding-bottom:3rem}}
/*# sourceMappingURL=/cdn/shop/t/114/assets/component-predictive-search.css.map */
