@media screen and (max-width:767px){predictive-search{height:100%;flex-direction:column;display:flex}}predictive-search:has(.predictive-search__results-container.fade-out) .predictive-search__search-bar,predictive-search:not(:has(.predictive-search__results)) .predictive-search__search-bar{border-bottom-right-radius:var(--block-border-radius);border-bottom-left-radius:var(--block-border-radius)}predictive-search:has(.predictive-search__results) .predictive-search__search-bar,predictive-search:not(:has(.predictive-search__results-container.fade-out)) .predictive-search__search-bar{border-radius:0}@media screen and (max-width:767px){.header-section:not(.sticky-header) predictive-search{transform:translateZ(0)}}.predictive-search__search-bar{padding-top:20px;background-color:var(--header-color);padding-bottom:20px}@media screen and (min-width:768px){.predictive-search__search-bar{padding-top:30px;padding-bottom:30px}}.predictive-search__input-container{position:relative;align-items:center;background:var(--nav-text-color-transparent5);display:flex}.border-radius-round .predictive-search__input-container{padding:0 5px}.predictive-search__input{padding:10px 0;border:0;color:inherit;width:100%}.predictive-search__input::placeholder{color:inherit;opacity:.7}.predictive-search__clear,.predictive-search__submit{justify-content:center;border:0;align-items:center;background:0 0;display:flex}.predictive-search__clear{animation:FadeIn .25s ease;padding:5px;font-size:12px;color:inherit}.predictive-search__clear.fade-out{animation:FadeOut .25s ease}.predictive-search__results-container{background-color:var(--header-color)}.predictive-search__results-container.fade-out{animation:FadeOut .25s ease forwards}@media screen and (max-width:767px){.predictive-search__results-container:not(:empty){flex-grow:1}.predictive-search__results-wrapper{height:100%;flex-direction:column;display:flex}}.predictive-search__results{animation:FadeIn 1s ease;padding-bottom:40px}@media screen and (max-width:767px){.predictive-search__results{flex-grow:1}}.predictive-search__results--is-grid{flex-direction:column;gap:40px;display:flex}@media screen and (min-width:768px){.predictive-search__results--is-grid{grid-template-columns:250px minmax(0,1fr);gap:30px;display:grid}}.predictive-search__results:has(.predictive-search__no-results){justify-content:center;align-items:center;padding-bottom:20px;display:flex}@media screen and (min-width:768px){.predictive-search__results:has(.predictive-search__no-results){padding-bottom:30px}}.predictive-search__results .nav-link-animated a,.predictive-search__results .text-link-animated a{transition:all .25s ease}.predictive-search__results .nav-link-animated a:hover,.predictive-search__results .text-link-animated a:hover{color:var(--nav-text-hover)}.predictive-search__list{flex-direction:column;gap:20px;display:flex}@media screen and (min-width:768px){.predictive-search__list:not(:only-child){width:250px}}.predictive-search__list-items{gap:20px;display:flex}@media screen and (max-width:767px){.predictive-search__list-items:not(.predictive-search__list-items--list-only){overflow-x:auto}.predictive-search__list-items:not(.predictive-search__list-items--list-only)::-webkit-scrollbar{height:3px}.predictive-search__list-items.predictive-search__list-items--list-only{flex-direction:column;gap:10px}}@media screen and (min-width:768px){.predictive-search__list-items{flex-direction:column;gap:10px}}.predictive-search__list-items::-webkit-scrollbar-thumb{background-color:var(--nav-text-color-transparent30)}.predictive-search__title{font-size:var(--base-font-size);border-bottom:1px solid var(--nav-text-color-transparent10);margin:0;padding-bottom:10px;line-height:1.6}.predictive-search__nav{justify-content:space-between;position:relative;gap:20px;align-items:flex-start;display:flex}.predictive-search__nav:after{height:1px;content:"";position:absolute;bottom:0;background-color:var(--nav-text-color-transparent10);left:0;width:100%}.predictive-search__nav-buttons{overflow:auto;gap:20px;display:flex}.predictive-search__nav-buttons::-webkit-scrollbar{height:3px}.predictive-search__nav-buttons::-webkit-scrollbar-thumb{background-color:var(--nav-text-color-transparent30)}@media screen and (min-width:768px){.predictive-search__nav-buttons{gap:30px}}.predictive-search__nav-button{font-size:inherit;border:0;color:inherit;position:relative;margin:0;background:0 0;padding-bottom:10px;line-height:1.6}.predictive-search__nav-button:not(:only-child):after{height:1px;transition:opacity .4s ease;content:"";position:absolute;opacity:0;bottom:0;background-color:var(--nav-text-color);left:0;width:100%}.predictive-search__nav-button.active:not(:only-child):after{opacity:1}.predictive-search__list-item{color:inherit;max-width:100%;display:inline-block}@media screen and (max-width:767px){.predictive-search__list-item{width:max-content}}.predictive-search__list-item span{overflow-wrap:break-word}.predictive-search__list-item mark{font-weight:bolder;color:inherit;background:0 0}.predictive-search__view-all-desktop{--link-border-color:var(--nav-text-color-transparent50);line-height:1.6;white-space:nowrap}@media screen and (max-width:767px){.predictive-search__view-all-desktop{display:none}}.predictive-search__view-all-mobile{--link-border-color:var(--nav-text-color-transparent50);padding:20px 0;position:sticky;border-top:1px solid var(--nav-text-color-transparent10);bottom:0;text-align:center;background-color:var(--header-color);left:0;width:100%}@media screen and (min-width:768px){.predictive-search__view-all-mobile{display:none}}.predictive-search__view-all-mobile a{animation:FadeIn 1s ease;transition:color .25s ease}.predictive-search__view-all-mobile a:hover{color:var(--nav-text-hover)}.predictive-search__main-results{flex-direction:column;gap:20px;display:flex}.predictive-search__grid{column-gap:calc(var(--grid-spacing)*.75);grid-template-columns:repeat(2,1fr);display:grid}.predictive-search__grid[hidden]{display:none}.predictive-search__grid--products{row-gap:2em}.predictive-search__grid:not(.predictive-search__grid--products){row-gap:calc(var(--grid-spacing)*.75)}@media screen and (min-width:768px){.predictive-search__grid{column-gap:var(--grid-spacing)}.predictive-search__grid:not(.predictive-search__grid--products){row-gap:var(--grid-spacing)}}@media screen and (min-width:1024px){.predictive-search__grid{grid-template-columns:repeat(3,1fr)}.predictive-search__grid>:nth-child(4n){display:none}}@media screen and (min-width:1201px){.predictive-search__grid{grid-template-columns:repeat(4,1fr)}.predictive-search__grid>:nth-child(4n){display:block}}.predictive-search__grid--products .product-grid--price .money,.predictive-search__grid--products .product-grid--price a,.predictive-search__grid--products .product-grid--title,.predictive-search__grid--products .product-grid--title a{color:inherit!important}.predictive-search__collection-aspect img{object-fit:cover;object-position:center}.predictive-search__collection-aspect--square img,.predictive-search__collection-aspect--square.predictive-search__collection-link--no-image{aspect-ratio:1/1}.predictive-search__collection-aspect--tall img,.predictive-search__collection-aspect--tall.predictive-search__collection-link--no-image{aspect-ratio:2/3}.predictive-search__collection-aspect--wide img,.predictive-search__collection-aspect--wide.predictive-search__collection-link--no-image{aspect-ratio:4/3}.predictive-search__collection-link{color:inherit}.predictive-search__collection-image{margin-bottom:8px}.predictive-search__collection-link--no-image{padding:20px;justify-content:center;border:1px solid var(--nav-text-color-transparent10);display:flex}.predictive-search__collection-title{font-size:var(--base-font-size);text-align:center;margin:0}.predictive-search__grid-item--page-or-article{padding:10px;background-color:var(--nav-text-color-transparent5)}@media screen and (min-width:768px){.predictive-search__grid-item--page-or-article{padding:15px}}.predictive-search__grid-item--page-or-article a{--link-border-color:var(--nav-text-color-transparent50);color:inherit}.predictive-search__page-or-article-title{font-size:var(--base-font-size);margin-bottom:10px}.predictive-search__page-or-article-title:last-child{margin-bottom:0}.predictive-search__page-or-article-content{margin-bottom:10px}.predictive-search__no-results{padding:60px 0;text-align:center}.predictive-search__no-results p{margin-bottom:0}.predictive-search__empty-state{background-color:var(--header-color)}.predictive-search__empty-state[hidden]{display:none}@media screen and (max-width:767px){.predictive-search__empty-state{flex-grow:1}}