.predictive-search{display:none;width:100%;min-height:4.5rem;border:none;overflow:hidden}.predictive-search--search-template{width:100%}@media screen and (min-width:750px){.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}predictive-search[open] .search__button--reset,predictive-search[loading] .search__button--reset{display:flex}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;align-items:center;padding:1.3rem 2rem}predictive-search[loading] .predictive-search__results-list:first-child{display:none}.predictive-search__result-group{padding-top:4rem}@media screen and (max-width:576px){.predictive-search__result-group{padding-top:2rem}}.predictive-search__result-tabs--wrapper{display:flex;justify-content:space-between;position:relative}@media screen and (max-width:576px){.predictive-search__result-tabs--wrapper{flex-direction:column}}.predictive-search__result-tabs--wrapper .view-all-btn--wrapper{display:block;padding:12px 0}@media screen and (max-width:576px){.predictive-search__result-tabs--wrapper .view-all-btn--wrapper{padding-bottom:2.4rem}}.predictive-search__result-tabs--wrapper .view-all-btn{white-space:nowrap;text-decoration:underline;font-weight:600;text-underline-offset:5px;line-height:1.5;color:rgb(var(--color-foreground));display:inline-block;transition:background-size var(--duration-default) ease-in-out,opacity var(--duration-default) ease-in-out;background-position:left 100%;background-size:100% 5%;background-image:linear-gradient(to right,rgba(var(--color-foreground)) 0% 100%);background-repeat:no-repeat;text-decoration:none;font-size:1.6rem}@media screen and (pointer:fine){.predictive-search__result-tabs--wrapper .view-all-btn:hover{background-size:0% 5%;background-position:right 100%;opacity:.8}}.predictive-search__result-tabs{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1.2rem;margin:0;padding:0;padding-bottom:3.2rem;width:90%;list-style:none}.predictive-search__result-tabs:empty{padding-bottom:0}@media screen and (max-width:750px){.predictive-search__result-tabs{width:100%;padding-bottom:1.4rem}}.predictive-search__result-tab{cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:0;font-size:1.6rem;border:.2rem solid rgb(var(--color-foreground));padding:1.2rem 2.8rem;border-radius:var(--border-radius-button);font-weight:700}.predictive-search__result-tab.button--secondary{background-color:transparent;border:.2rem solid rgb(var(--color-foreground));color:rgb(var(--color-foreground))}.predictive-search__result-tab.button--secondary:hover{border:.2rem solid rgb(var(--color-foreground))!important}.predictive-search__result-tab.button--secondary:hover .button__label{color:rgb(var(--color-foreground))!important}.predictive-search__result-tab.button--primary{background-color:rgb(var(--color-foreground))}.predictive-search__result-tab.button--primary:hover{background-color:rgb(var(--color-foreground))!important}.predictive-search__result-tab-title{font-family:var(--font-body-family);font-style:var(--font-body-style);letter-spacing:var(--font-body-letter-spacing);font-weight:700;position:relative;padding:0;background:transparent;text-transform:none;text-decoration:none;z-index:1}.predictive-search__result-tab span{letter-spacing:-.4px}.predictive-search__result-tab.active{text-decoration:none;background-color:rgb(var(--color-foreground));border:.2rem solid rgb(var(--color-foreground))}.predictive-search__result-tab.active span{color:rgb(var(--color-background))}.predictive-search__result-tab.active:hover{border:.2rem solid rgb(var(--color-foreground))!important}.predictive-search__result-tab.active:hover span{color:rgb(var(--color-background))!important}.predictive-search-results-wrapper{max-height:calc(100vh - var(--search-height) - 10rem);max-height:calc(var(--vh, 1vh) * 100 - var(--search-height) - 10rem);overflow-y:auto;-webkit-overflow-scrolling:touch}@media screen and (min-width:576px){.predictive-search-results-wrapper{max-height:calc(100vh - var(--search-height) - 4.8rem);max-height:calc(var(--vh, 1vh) * 100 - var(--search-height) - 4.8rem)}}.predictive-search-results-wrapper::-webkit-scrollbar{width:.4rem;height:.4rem}.predictive-search-results-wrapper::-webkit-scrollbar-thumb{background-color:rgb(var(--color-scrollbar));border-radius:2rem}.predictive-search-results-wrapper .card-information__wrapper{z-index:2;pointer-events:none}.predictive-search__results-list_queries{gap:1.6rem;align-items:center;flex-wrap:wrap}.predictive-search__results-list_queries.predictive-search__results-list.active{display:flex;padding-bottom:8rem}.predictive-search__results-list_queries-link{word-break:break-word;transition:opacity var(--duration-default)}.predictive-search__results-list_queries-link mark{background-color:rgb(var(--color-background-secondary))}.predictive-search__results-list_queries-link:focus-visible{outline-offset:-.1rem}@media screen and (hover:hover)and (pointer:fine){.predictive-search__results-list_queries-link:hover{opacity:var(--hover-opacity)}}.predictive-search__results-list_products{grid-template-columns:1fr;gap:2rem}@media screen and (min-width:576px){.predictive-search__results-list_products{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.predictive-search__results-list_products{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.predictive-search__results-list_products{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:990px){.header__search .predictive-search__results-list_products{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:1100px){.header__search .predictive-search__results-list_products{grid-template-columns:repeat(4,1fr)}}.predictive-search__results-list_collections{grid-template-columns:1fr;gap:3.2rem 1.6rem}.predictive-search__results-list_collections .article-card-meta{margin-top:2.3rem}@media screen and (min-width:576px){.predictive-search__results-list_collections{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.predictive-search__results-list_collections{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.predictive-search__results-list_collections{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.header__search .predictive-search__results-list_collections{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.header__search .predictive-search__results-list_collections{grid-template-columns:repeat(3,1fr)}}.predictive-search__results-list_pages{grid-template-columns:1fr;gap:3.2rem 1.6rem}@media screen and (min-width:576px){.predictive-search__results-list_pages{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.predictive-search__results-list_pages{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.predictive-search__results-list_pages{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width:990px){.header__search .predictive-search__results-list_pages{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.header__search .predictive-search__results-list_pages{grid-template-columns:repeat(4,1fr)}}.predictive-search__results-list_articles{grid-template-columns:1fr;gap:3.2rem 1.6rem;align-items:stretch}.predictive-search__results-list_articles .article-card-title{line-height:1.3!important}.predictive-search__results-list_articles .article-card-meta{margin-top:5.3rem!important}@media screen and (min-width:576px){.predictive-search__results-list_articles{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:990px){.predictive-search__results-list_articles{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1100px){.predictive-search__results-list_articles{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.header__search .predictive-search__results-list_articles{grid-template-columns:repeat(3,1fr)}}.predictive-search__results-list_collections{gap:1.6rem}.predictive-search__empty{display:flex;flex-direction:column;border:.1rem solid rgb(var(--color-border));align-items:center;border-radius:var(--border-radius-block);padding:4.8rem 4.8rem 5.6rem}.predictive-search__empty .predictive-search__empty-term{display:inline}.predictive-search--header .predictive-search__empty{margin-top:7.2rem}.predictive-search__empty .icon-no-results{color:rgb(var(--color-foreground));margin-bottom:4rem}.predictive-search__empty-title{color:rgb(var(--color-foreground));word-break:break-word;font-family:var(--font-body-family);font-weight:var(--font-body-weight);line-height:1.4;letter-spacing:calc(var(--font-body-letter-spacing) * .1);font-style:var(--font-body-style);text-transform:unset;text-align:center;margin-bottom:1.2rem;letter-spacing:-.1px}.predictive-search__empty-title .input-value{font-weight:700}.predictive-search__empty-title .left-quotation{margin-left:4px;margin-right:-2px}.predictive-search__empty-title .right-quotation{margin-left:-2px;margin-right:4px}.predictive-search__empty-text{color:rgb(var(--color-foreground));word-break:break-word;text-align:center;margin-bottom:3.2rem;max-width:594px;font-size:1.6rem}.predictive-search__empty .predictive-search__empty--clear-results{text-decoration:underline;font-weight:600;text-underline-offset:5px;line-height:1.5;color:rgb(var(--color-foreground));display:inline-block;transition:background-size var(--duration-default) ease-in-out,opacity var(--duration-default) ease-in-out;background-position:left 100%;background-size:100% 5%;background-image:linear-gradient(to right,rgba(var(--color-foreground)) 0% 100%);background-repeat:no-repeat;text-decoration:none}@media screen and (pointer:fine){.predictive-search__empty .predictive-search__empty--clear-results:hover{background-size:0% 5%;background-position:right 100%;opacity:.8}}.predictive-search__results-list{display:none}.predictive-search__results-list.active{display:grid}.no-js .predictive-search{display:none!important}[data-scheme=dark] .predictive-search__result-tab.active .predictive-search__result-tab-title{color:rgb(var(--color-background))!important}
/*# sourceMappingURL=/cdn/shop/t/14/assets/component-predictive-search.css.map */
