/*! ===================================================
                      FMR theme
  Copyright (c) 2024 Andrea Guarinoni, Bruno Melegari
           Based on DAWN theme fork v15.0.0
===================================================== */.predictive-search{display:none;position:absolute;top:calc(100% + .1rem);left:calc(var(--page-padding)*-1);width:100%;max-height:calc(100vh - var(--header-height) - 11rem) !important;max-height:calc(100dvh - var(--header-height) - 11rem) !important;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);-webkit-box-shadow:none;box-shadow:none;overflow-y:auto;-webkit-overflow-scrolling:touch}.predictive-search .card__content{text-align:left}@media screen and (min-width: 750px){.predictive-search .card__content{text-align:center}}@media screen and (max-width: 749px){.header__search details[open] .modal-overlay:after{background-color:#fff}}.predictive-search--search-template{z-index:2;width:calc(100% + .2rem)}.predictive-search__results-groups-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:var(--line-height) solid rgba(var(--color-foreground), 0.08);padding-bottom:1rem}@media screen and (max-width: 749px){.predictive-search--header{right:0;left:0;top:100%}.predictive-search__results-groups-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions){gap:2rem}#predictive-search-results .issue-articles-grid-container{padding-left:var(--page-padding);padding-right:var(--page-padding)}}@media screen and (min-width: 750px){.predictive-search{border-top:none}.header predictive-search{position:relative}}predictive-search[open] .predictive-search,predictive-search[loading] .predictive-search{display:block}.predictive-search__result-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1 1 auto;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{-webkit-box-flex:0;-ms-flex:0 0 26.4rem;flex:0 0 26.4rem}.predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,.predictive-search__result-group:only-child{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.predictive-search__result-group--issue-articles{display:block !important}.predictive-search__heading{margin:0 var(--page-padding);padding:1.5rem 0 .75rem;color:rgba(var(--color-foreground), 0.7);text-transform:uppercase}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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;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:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground), 0.04)}.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,.predictive-search__list-item:hover .predictive-search__item-heading{text-underline-offset:.6rem}.predictive-search__item{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1rem 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"}.predictive-search__item-content{grid-area:product-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.predictive-search__item-content--centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.predictive-search__item-vendor{font-size:.9rem}.predictive-search__item-heading{margin:0}.predictive-search__item-query-result mark{color:rgba(var(--color-foreground), 1);font-weight:bolder}.predictive-search__item-query-result mark{background-color:rgba(0,0,0,0)}.predictive-search__item .price{color:rgba(var(--color-foreground), 0.7);font-size:1.2rem}.predictive-search__item-vendor+.predictive-search__item-heading,.predictive-search .price{margin-top:.5rem}.predictive-search__item--term{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;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);-ms-flex-negative:0;flex-shrink:0;margin-left:calc(var(--font-heading-scale)*2rem);color:rgb(var(--color-link))}.predictive-search__image{grid-area:product-image;-o-object-fit:contain;object-fit:contain;font-family:"object-fit: contain"}.predictive-search__heading{border-bottom:none;color:rgb(var(--custom-color-black));margin:0;font-family:var(--font-heading-xxsmall-family);font-size:var(--font-heading-xxsmall-size);font-style:var(--font-heading-xxsmall-style);font-weight:500;letter-spacing:var(--font-heading-xxsmall-letter-spacing);line-height:var(--font-heading-xxsmall-line-height);margin-top:2rem}.predictive-search__item{padding:.25rem var(--page-padding);font-size:var(--font-heading-xsmall-size);font-weight:var(--font-heading-xsmall-weight);letter-spacing:var(--font-heading-xsmall-letter-spacing);line-height:var(--font-heading-xsmall-line-height)}.predictive-search__item.button{padding:1.3rem 2rem}.predictive-search__list-item .predictive-search__item-heading{text-transform:capitalize;font-family:var(--font-button-family);font-size:var(--font-button-size);font-style:var(--font-button-style);font-weight:var(--font-button-weight);letter-spacing:var(--font-button-letter-spacing);line-height:1}.predictive-search__results-list{margin-top:.5rem}.predictive-search__list-item[aria-selected=true]>*,.predictive-search__list-item:hover>*,.predictive-search__item[aria-selected=true],.predictive-search__item:hover{color:rgb(var(--custom-color-grey));background-color:rgba(0,0,0,0)}.predictive-search__results-groups-wrapper{border-bottom:none}predictive-search.search-modal__form{padding-bottom:4rem}.predictive-search__search-for-button{margin-top:4rem;border-top:var(--line-height) solid rgb(var(--color-foreground))}.predictive-search .predictive-search__item--term{padding-top:1.5rem;padding-bottom:1.5rem;color:rgb(var(--custom-color-black));font-family:var(--font-heading-xxsmall-family);font-size:var(--font-heading-xxsmall-size);font-style:var(--font-heading-xxsmall-style);font-weight:var(--font-heading-xxsmall-weight);letter-spacing:var(--font-heading-xxsmall-letter-spacing);line-height:var(--font-heading-xxsmall-line-height)}.predictive-search .predictive-search__item--term:hover{color:rgb(var(--custom-color-black))}#search-page .template-search .predictive-search,#search-page .template-search .predictive-search-status{display:none}@media screen and (min-width: 750px){.predictive-search{width:calc(100% + (var(--page-padding) + 5.9%)*2);max-height:calc(100vh - var(--header-height) - 11.5rem) !important;max-height:calc(100dvh - var(--header-height) - 11.5rem) !important;left:calc((var(--page-padding) + 5.9%)*-1)}predictive-search.search-modal__form .predictive-search{margin-top:-4.25rem}.predictive-search__results-groups-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.predictive-search__result-group:first-child{-webkit-box-flex:1;-ms-flex:auto;flex:auto;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.predictive-search__result-group:first-child>div:not(.predictive-search-results-products){width:25%}.predictive-search__heading{font-family:var(--font-heading-xxsmall-family);font-size:var(--font-heading-xxsmall-size);font-style:var(--font-heading-xxsmall-style);font-weight:500;letter-spacing:var(--font-heading-xxsmall-letter-spacing);line-height:var(--font-heading-xxsmall-line-height);margin-top:4rem}}.predictive-search__result-group:first-child>div:not(.predictive-search-results-products){width:100%}#predictive-search-results-queries-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.8rem}.search-modal .reset__button{right:0}.search-modal .reset__button:not(.hidden)~.search__button{display:none}