.predictive-search{display:block;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:749px){.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:750px){.predictive-search{border-top:none;width:calc(100% + .2rem)}.header predictive-search{position:relative}}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:2rem}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}@media screen and (min-width:750px){.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),.predictive-search__result-group:last-child .predictive-search__pages-wrapper{display:none}.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{border-bottom:.1rem solid rgba(var(--color-foreground),.08);margin:0 2rem;padding:1.5rem 0 .75rem;color:rgba(var(--color-foreground),.7)}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__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:#000;background-color:rgba(var(--color-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__item{display:flex;padding:1rem 2rem;text-align:left;text-decoration:none;width:100%}.predictive-search__item-content{display:flex;flex-direction:column}.predictive-search__item-content--centered{justify-content:center}.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--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--header.predictive-search{position:fixed!important;top:auto!important;left:0!important;right:0!important;width:100vw!important;border-left:none;border-right:none;border-radius:0;max-height:calc(100vh - 220px)}.predictive-search__results-groups-wrapper{flex-direction:column;gap:0;border-bottom:none!important;padding-bottom:0;max-width:1200px;margin-left:auto;margin-right:auto;padding-left:4rem;padding-right:4rem;box-sizing:border-box}@media screen and (max-width:749px){.predictive-search__results-groups-wrapper{padding-left:1.6rem;padding-right:1.6rem}}@media screen and (min-width:750px){.predictive-search__result-group:first-child{flex:0 0 auto}}.predictive-search__pages-wrapper{display:none!important}.predictive-search__heading{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;border:0;padding:0;margin:0}.predictive-search__results-list--pills{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem;padding:2rem 0 1.6rem;list-style:none;margin:0}.predictive-search__results-list--pills:before{content:"Vorschl\e4ge:";font-size:1.4rem;color:rgba(var(--color-foreground),.6);white-space:nowrap;flex-shrink:0;margin-right:.4rem}.predictive-search__list-item--pill{width:auto}.predictive-search__item--pill{display:inline-flex;width:auto;padding:.6rem 1.6rem;border:.1rem solid rgba(var(--color-foreground),.22);border-radius:999px;background-color:transparent;font-size:1.4rem}.predictive-search__item--pill:hover,.predictive-search__item--pill[aria-selected=true]{background-color:rgba(var(--color-foreground),.06)}.predictive-search__item--pill .predictive-search__item-heading{margin:0;font-size:1.4rem;font-weight:400}.predictive-search__item--pill .predictive-search__item-heading mark{background:none;font-weight:600}.predictive-search__results-list--grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.6rem;padding:.4rem 0 2.4rem;list-style:none;margin:0}@media screen and (min-width:750px){.predictive-search__results-list--grid{grid-template-columns:repeat(4,1fr);gap:2.4rem}}.predictive-search__list-item--card{width:auto}.predictive-search__item--card{display:flex;flex-direction:column;padding:0;width:100%}.predictive-search__item--card:hover,.predictive-search__item--card[aria-selected=true]{background-color:transparent}.predictive-search__item--card:hover .predictive-search__product-title,.predictive-search__item--card[aria-selected=true] .predictive-search__product-title{text-decoration:underline;text-underline-offset:.3rem}.predictive-search__product-image-wrapper{aspect-ratio:1 / 1;margin-bottom:1.2rem;overflow:hidden}.predictive-search__product-image{width:100%;height:100%;object-fit:contain;padding:1.2rem;box-sizing:border-box}.predictive-search__product-info{display:flex;flex-direction:column;gap:.4rem}.predictive-search__product-title{margin:0;font-size:1.4rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.3}.predictive-search__product-description{margin:0;font-size:1.3rem;color:rgba(var(--color-foreground),.65);line-height:1.45}.predictive-search__product-info .price{font-size:2rem;font-weight:500;margin-top:.2rem;color:rgb(var(--color-foreground))}#price-predictive-search .price{margin-right:0}.predictive-search__product-info .price--on-sale .price-item--regular{color:#2b2b2b}@media screen and (min-width:750px){.predictive-search__product-info .price--on-sale .price-item--regular{font-size:1.6rem}}.predictive-search__search-for-button{display:flex;justify-content:center;max-width:1200px;margin-left:auto;margin-right:auto;padding:.5rem 4rem 3rem;box-sizing:border-box}@media screen and (max-width:749px){.predictive-search__search-for-button{padding-left:1.6rem;padding-right:1.6rem}}.predictive-search__item--term{max-width:fit-content;width:100%;display:flex;padding:0 35px;text-decoration:none;line-height:52px;font-size:15px;font-weight:500;letter-spacing:1px;background-color:#f7ece4;color:#000;border-color:#f7ece4}.predictive-search__item--term:hover{background-color:#f7ece4}.predictive-search__item--term:not([disabled]):hover:after{box-shadow:0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text),var(--border-opacity)),0 0 0 calc(var(--buttons-border-width) + 1px) #f7ece4!important}.predictive-search__item--term:before,.predictive-search__item--term:after{box-shadow:none!important}.predictive-search__item--term .icon-arrow{display:none}.predictive-search__default-state{position:fixed;top:auto;left:0;right:0;width:100vw;display:none;border:none;background-color:rgb(var(--color-background));border-radius:0;overflow-y:auto;max-height:80vh;z-index:3;display:block}predictive-search[default-open] .predictive-search__default-state{display:block}predictive-search[results=true] .predictive-search__default-state{display:none}.predictive-search__default-heading{text-align:center;padding:3.5rem 4rem 2.5rem;max-width:1200px;margin:0 auto;box-sizing:border-box;color:#2b2b2b}@media screen and (max-width:749px){.predictive-search__default-heading{padding-left:1.6rem;padding-right:1.6rem}.predictive-search__product-info .product-item__label-list.label-list{display:none}}.predictive-search__default-heading span{font-size:2.4rem;font-weight:700;letter-spacing:.07em;text-transform:uppercase}@media screen and (min-width:750px){.predictive-search__default-heading span{font-size:3rem}}.predictive-search__default-collections{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem;list-style:none;padding:0 4rem 4rem;margin:0 auto;max-width:1200px;box-sizing:border-box}@media screen and (max-width:749px){.predictive-search__default-collections{padding-left:1.6rem;padding-right:1.6rem;gap:1.6rem}.predictive-search__default-heading span{font-size:1.8rem;letter-spacing:.04em}}@media screen and (min-width:750px){.predictive-search__default-collections{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:990px){.predictive-search__default-collections{grid-template-columns:repeat(4,1fr);gap:3rem}.predictive-search__default-collection-link:hover .predictive-search__default-collection-image{transform:scale(1.04)}}.predictive-search__default-collection-link{display:flex;flex-direction:column;text-decoration:none}.predictive-search__default-collection-image-wrapper{aspect-ratio:1 / 1;background-color:#f5f2ee;margin-bottom:1rem}.predictive-search__default-collection-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.predictive-search__default-collection-title{margin:0 0 .3rem;font-size:1.4rem;font-weight:600}.predictive-search__default-collection-count{margin:0;font-size:1.2rem;color:rgba(var(--color-foreground),.5)}.header__search,.header__search details,.search-modal,.search-modal__content,.search-modal__form{overflow:visible!important}.section-header{overflow:visible!important}body{overflow-x:clip}.search-modal{border-bottom:none!important;border:none!important}.search-modal__content .reset__button{display:none!important}.search-modal__content .search__input.field__input{padding-right:5rem}.predictive-search__default-collection-link{align-items:center;text-align:center}.predictive-search__default-collection-title,.predictive-search__default-collection-count{text-align:center}.predictive-search__product-info .price__container{justify-content:flex-start}.search-modal__content .search__input.field__input{background:#f3f3f3}.search-modal__form .field:after,.search-modal__form .field__input:focus,.search-modal__form .field:hover.field:after{border:none;box-shadow:none}.template-search .rating,.template-search .rating-text,.template-search .rating-count{display:none!important}.predictive-search__product-info span.price-item.price-item--sale.price-item--last{font-size:16px!important}
/*# sourceMappingURL=/cdn/shop/t/104/assets/component-predictive-search.css.map */
