.search-modal{background-color:transparent;opacity:0;min-height:100%;height:100%;pointer-events:none;transition:opacity .3s ease}details[open]>.search-modal{opacity:1}.search-modal__content{position:absolute;top:0;padding:0;display:flex;align-items:start;justify-content:center;width:100%;min-height:5.5rem;height:100dvh;line-height:calc(1 + .8 / var(--font-body-scale));background-color:var(--color-white);pointer-events:all;overflow:hidden}.search-modal__content:after{display:none;pointer-events:none;content:"";background-color:#00000080;width:100vw;height:100dvh;position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.search-modal__content .search-modal__close-button{display:none}.search-modal__form{display:grid;grid-template-columns:1fr;row-gap:3.5rem;width:100%;max-width:100%}.search-modal__form [type=search]{box-shadow:none!important}.search-modal__form .field{flex-direction:column;align-items:center;row-gap:1.5rem;grid-row:1;grid-column:1}.predictive-search__input-container{display:grid;grid-template-columns:1fr 67% 1fr;margin:0 -3.6rem}.predictive-search__input-container .field{grid-column:2}.search-modal__form .search__input{color:#0000004d;width:100%;min-width:17rem;height:4.2rem;padding:9px 5px!important;background:#d9d9d9;font-size:1.6rem;line-height:2.4rem;text-align:center;flex-grow:0;margin:0;color:#000;visibility:visible!important}.dark-mode .search-modal__form .search__input{color:var(--color-white)}.search-modal__form .search__input:focus{border-color:transparent}.search-modal__form .search__input::placeholder{display:block;opacity:1;font-size:1.4rem;line-height:2.4rem;font-family:var(--font-din)}.search-modal__form .field:after{content:unset}.search-modal__form label{display:none}.search-modal__close-button{position:absolute;right:.3rem}.search-modal__form .modal__inner-toggle{grid-column:3;padding:0;width:2rem;height:auto;margin:0 2rem}.search-modal__form .modal__inner-toggle .icon-close{position:relative;top:2px}.search-modal__form .search__button{position:static;font-family:var(--font-din);width:100%;max-width:20rem;min-height:4.2rem}.search-modal__form .reset__button{height:3rem;background:#d9d9d9}.search-modal__form .reset__button svg{width:1.2rem;height:auto}.predictive-search{width:100%;padding:1.1rem 3.6rem 7rem;height:inherit}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:grid;grid-template-columns:auto 1fr;gap:6rem}.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}#predictive-search-results-products-list{--grid-gap: 1rem;--grid-column-max: 16rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(auto,calc(var(--grid-column-max) - var(--grid-gap))));gap:var(--grid-gap)}.predictive-search__item{display:grid;grid-template-columns:1fr;gap:1.9rem;align-items:center;padding:0 .5rem;text-align:left;text-decoration:none;width:100%}#predictive-search-results-products-list .predictive-search__item-content{text-align:center;color:var(--color-dark-3)}.predictive-search__item-content .h5{font-weight:700;font-size:1.4rem;line-height:1.6rem;text-transform:uppercase}.predictive-search__item:hover .h5{text-decoration:underline}.predictive-search__list-item[aria-selected=true]{background-color:rgba(var(--color-foreground),.04);margin:-5px;padding:5px}.predictive-search__list-item[aria-selected=true] .predictive-search__item{background-color:transparent}.predictive-search__list-item[aria-selected=true] .h5{text-decoration:underline}.dark-mode .predictive-search__list-item[aria-selected=true]{background-color:#ffffff14}.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:400}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground),.75);font-weight:bolder}.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{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))}.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{object-fit:contain;height:150px;width:100%}predictive-search-suggestions,.predictive-search__results-suggestions{display:grid;grid-template-columns:1fr;align-items:start;justify-items:start}predictive-search-suggestions{row-gap:2rem}.search__suggestion-list{display:grid;grid-template-columns:minmax(min-content,1fr) minmax(min-content,1fr);column-gap:3rem;padding-left:0;margin:0}.search__suggestion-list li{list-style:none;color:var(--color-dark-3);line-height:normal}.search__suggestion-list li a{font-size:14px;line-height:2.8rem;font-family:var(--font-din-next-lt)}predictive-search[results=true] .predictive-search__suggestions{display:none}predictive-search:not([results=true]) .predictive-search__results{display:none}.predictive-search__results-suggestions .search__suggestion-list{grid-template-columns:1fr}.search__suggestion-list__container{width:100%}.predictive-search__heading{font-size:1.6rem;line-height:1;margin:0 0 2rem;text-transform:uppercase}.dark-mode .search__suggestion-list li,.dark-mode #predictive-search-results-products-list .predictive-search__item-content{color:var(--color-white)}.dark-mode .search-modal__form .search__button{border-color:var(--color-white);background:transparent}.dark-mode .search-modal__form .search__input{background:#d9d9d9}.dark-mode .search-modal__form .search__input,.dark-mode .search-modal__form .reset__button svg{color:var(--color-black)}.dark-mode .predictive-search__item-query-result mark{color:#ffffffbf}@media screen and (max-width: 989px){.search-modal__form{margin:0 auto}.search-modal__form .search__input{height:3rem;padding-left:6.8rem!important;text-align:left}.search-modal__form .search__button{max-width:unset;width:auto;position:absolute;top:0;left:3.4rem;color:#000;width:2rem;min-height:100%;padding:0;display:flex;align-items:center;justify-content:center}.search-modal__form .search__button svg{width:1.2rem;height:1.2rem}.predictive-search__result-group{flex:auto}.predictive-search__pages-wrapper{display:none!important}.predictive-search__item-content .h5{font-size:1.2rem;line-height:1.3rem}.predictive-search__item{padding:0 1.6rem;gap:1.1rem}.predictive-search__image{height:auto;max-height:165px}.predictive-search__results-groups-wrapper{grid-template-columns:1fr}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}}@media screen and (min-width: 990px){details[open]>.search-modal{animation:animateMenuOpen var(--duration-default) ease}.search-modal__content{top:var(--header-inner-height);align-items:center;height:auto;overflow:visible}.search-modal__content:after{display:block}.search-modal__form{grid-template-columns:1fr auto;column-gap:6.5rem}.predictive-search__input-container{grid-template-columns:1fr;width:26rem;margin:0}.search-modal__form .field{grid-column:1;align-items:flex-end;align-self:start;justify-self:end;margin:0}.search-modal__close-button{position:initial;margin-left:.5rem}.search-modal__form .reset__button{height:4.2rem}.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}#predictive-search-results-products-list{--grid-gap: 2rem;--grid-column-max: 20rem}.search__suggestion-list{grid-template-columns:max-content max-content;column-gap:4.5rem}predictive-search-suggestions,.predictive-search__results-suggestions{grid-template-columns:repeat(2,minmax(0,min-content));column-gap:6rem}.predictive-search__results-suggestions:not(:has(div+div)){grid-template-columns:1fr;column-gap:0}.predictive-search__heading{font-size:1.8rem;line-height:2.1rem}.search__suggestion-list li a:hover{text-decoration:underline}.predictive-search__suggestions,.predictive-search__results{grid-column:1;grid-row:1}.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:only-child{grid-column:1 / 2 span}.predictive-search{padding:1.8rem 2.7rem 5rem}}.predictive-search__list-item .card__subtitle{display:none}[data-predictive-search-results]{overflow-y:auto;max-height:100dvh}@media screen and (max-width: 989px){.search-modal__content{height:var(--predictive-search-vh, 100dvh);position:fixed}[data-predictive-search-results]{max-height:calc(var(--predictive-search-vh, 100dvh) - 10rem);-webkit-overflow-scrolling:touch;overscroll-behavior:contain}body:has(details[open]>.search-modal){overflow:hidden;position:fixed;width:100%}}
/*# sourceMappingURL=/cdn/shop/t/1488/assets/component-predictive-search.css.map */
