@media screen and (max-width: 989px){.header-search.showed{z-index:2147483647}body.search-open{overflow:hidden;position:fixed;width:100%;height:100%;left:0}body.search-open:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--search-mobile-bg)}body.search-open *{touch-action:none}body.search-open predictive-search,body.search-open predictive-search *{touch-action:auto}}:root{--search-input-padding: 1.5rem 4.9rem;--search-input-padding-desktop: 1.5rem 4.9rem 1.5rem 4.9rem;--search-input-border-radius: 0;--search-input-height: 5.4rem;--predictive-search-padding: 1.6rem;--predictive-search-gap: 2rem;--predictive-search-z-index: 3;--search-item-heading-size: 1.6rem;--search-item-vendor-size: .9rem;--search-item-price-size: 1.2rem;--search-item-padding-vertical: .5rem;--search-item-image-size: 7.5rem;--search-item-gap: 2rem;--search-hover-bg: rgba(var(--color-foreground), .04);--search-item-underline-offset: .3rem;--reset-button-z-index: 4;--reset-button-separator-color: rgba(var(--color-foreground), .08);--reset-button-separator-width: .1rem;--search-spinner-size: 1.5rem;--search-desktop-categories-width: 26.4rem;--search-desktop-dropdown-offset: .5rem}predictive-search{grid-area:searchbar}.header-search{display:none;position:fixed;top:0;left:0;width:100%;height:var(--dynamic-vh, 100dvh);grid-area:searchbar;z-index:1}.header-search.showed{display:block}.header-search__form{height:100%}.header-search__wrapper{display:flex;flex-direction:column;height:100%;min-height:0;color:var(--search-mobile-text-color);background-color:var(--search-mobile-bg)}.header-search .field:after,.header-search .field:before{content:none!important}.search__input.field__input,.search__input.field__input:not(:placeholder-shown),.search__input.field__input:focus{border-radius:var(--search-input-border-radius);border-bottom:1px solid var(--search-mobile-border-color);padding:var(--search-input-padding);margin:0;box-shadow:none;height:var(--search-input-height)}.search__input.field__input::placeholder{color:var(--search-mobile-text-color);opacity:1}.search__button{display:none}.search-close-button{left:0;top:50%;transform:translateY(-50%)}.search-close-button svg{transform:rotate(180deg)}.reset__button{right:0;top:50%;transform:translateY(-50%)}.reset__button:after{content:"";position:absolute;right:0;display:block;border-right:var(--reset-button-separator-width) solid var(--reset-button-separator-color)}.reset__button:not(:focus-visible):after{height:calc(100% - 1.6rem)}.reset__button:not(:focus):after{height:calc(100% - 1.8rem)}.reset__button:focus-visible,.reset__button:focus{background-color:rgb(var(--color-background));z-index:var(--reset-button-z-index)}.reset__button:not(:focus-visible):not(.focused){box-shadow:inherit;background-color:inherit}.reset__button:hover .icon{transform:scale(1.07)}.predictive-search{flex-grow:1;overflow-y:auto;min-height:0;color:var(--predictive-search-results-text-color);-webkit-overflow-scrolling:touch}.predictive-search--header{width:100%}.predictive-search--search-template{z-index:2;width:100%}.template-search__results{position:relative}predictive-search .spinner{width:var(--search-spinner-size);height:var(--search-spinner-size);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__results-groups-wrapper{display:grid;padding:var(--predictive-search-padding);align-items:start;gap:var(--predictive-search-gap);grid-template-areas:"button" "categories" "products";grid-template-columns:1fr}.predictive-search__no-results{padding:var(--predictive-search-padding)}.predictive-search__no-results-text{margin:0;line-height:normal}.predictive-search__search__button{outline:none;border:none;background:transparent;cursor:pointer;padding:0;font-size:var(--search-item-heading-size);font-weight:700;justify-self:start;color:var(--predictive-search-results-text-color)}.predictive-search__search__button>svg{margin-left:1rem}.predictive-search__search__button>span{text-decoration:underline}.predictive-search__search__button *{vertical-align:middle}.predictive-search__result-group{display:flex;flex-direction:column;flex:1 1 auto;gap:var(--predictive-search-gap)}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:none}.predictive-search__heading{font-size:1.8rem;margin-top:0;margin-bottom:1rem}.predictive-search__item{display:flex;padding:var(--search-item-padding-vertical) 0;text-align:left;text-decoration:none;width:100%}.predictive-search__item--link-with-thumbnail{display:grid;grid-template-columns:var(--search-item-image-size) 1fr;grid-column-gap:var(--search-item-gap);grid-template-areas:"product-image product-content";align-items:center;position:relative}.predictive-search__item-content{grid-area:product-content;display:flex;flex-direction:column;justify-content:center}.predictive-search__item-vendor{font-size:var(--search-item-vendor-size)}.predictive-search__item--button{background:none;border:none;text-align:left;cursor:pointer}.predictive-search__item--button,.predictive-search__item-heading{font-size:var(--search-item-heading-size);color:var(--search-item-heading-color);margin:0;line-height:normal}.predictive-search__item .price{color:rgba(var(--color-foreground),.7);font-size:var(--search-item-price-size)}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--link-with-thumbnail:before{content:"";position:absolute;top:0;left:0;width:var(--search-item-image-size);height:100%;background-color:#80808026;pointer-events:none;grid-area:product-image;z-index:1}.predictive-search__image{grid-area:product-image;object-fit:contain;font-family:"object-fit: contain"}.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__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__list-item[aria-selected=true]>*,.predictive-search__item[aria-selected=true]{color:rgb(var(--color-foreground));background-color:var(--search-hover-bg)}.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:var(--search-item-underline-offset)}@media screen and (min-width: 990px){.header-search{height:100%}.header-search__wrapper{justify-content:center;background-color:transparent;color:unset}.search__button{display:block;top:50%;transform:translateY(-50%);left:0}.search__input.field__input,.search__input.field__input:not(:placeholder-shown),.search__input.field__input:focus{background-color:var(--search-input-background-color);border-color:var(--search-input-background-color);color:var(--search-input-text-color);border-radius:var(--inputs-radius);padding:var(--search-input-padding-desktop);--search-input-height: 4.5rem}.search__input.field__input::placeholder{color:var(--search-input-text-color)}.search-close-button{display:none}.header predictive-search{position:relative}.predictive-search{position:absolute;display:none;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:var(--predictive-search-z-index);border-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;border-top:none;width:100%;top:calc(100% + var(--search-desktop-dropdown-offset));left:0}.predictive-search__results-groups-wrapper{grid-template-areas:"categories products" "categories button";grid-template-columns:var(--search-desktop-categories-width) 1fr;grid-template-rows:1fr auto}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group:first-child{flex:0 0 var(--search-desktop-categories-width)}.predictive-search__result-group:first-child .predictive-search__pages-wrapper{display:initial}.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__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{flex-grow:1}.predictive-search__item--term{padding-top:1rem;padding-bottom:1rem}.predictive-search__search__button{border-radius:var(--buttons-radius);border:2px solid var(--predictive-search-results-text-color);padding:1.2rem 2.4rem;justify-self:end}.predictive-search__search__button:hover{box-shadow:0 0 0 1px var(--predictive-search-results-text-color)}.predictive-search__search__button>span{text-decoration:none}.predictive-search__search__button>svg{display:none}.header predictive-search{display:block}.header .header__icon--search,.popular-search--mobile{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/component-search.css.map */
