:root{--search-bg-color: #F4EFE6;--search-border-color: #B1A298;--search-button-color: #644D40;--transition-duration: .3s;--border-radius-large: 200px;--border-radius-small: 4px}body.search-is-open{overflow:hidden}.search-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:90}body.search-is-open .search-overlay{display:block}.search__wrapper{height:0;position:absolute;top:49px;z-index:100;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--search-bg-color);border:1px solid var(--search-border-color);opacity:0;pointer-events:none;overflow:visible;padding:1rem 0;transition:all var(--transition-duration) ease-in-out}.search__wrapper.is-open{height:auto;opacity:1;pointer-events:auto;max-height:70vh}.search__wrapper form{display:flex;align-items:center;width:90%;height:0;padding:0 1rem 0 1.5rem;border:1px solid var(--search-border-color);border-radius:var(--border-radius-large);background-color:#fff;transition:box-shadow var(--transition-duration) ease}.search__wrapper.is-open form{height:54px;min-height:54px}.search__wrapper input:first-child{width:100%;height:100%;padding:0;border:none;font-size:16px;appearance:none;-webkit-appearance:none;-moz-appearance:none}.search__wrapper input:first-child::placeholder{font-size:16px}.search__wrapper input:first-child:focus{outline:none;background-color:#fff}.search__wrapper input:first-child:focus,.search__wrapper input:first-child:focus-visible,.search__wrapper input:first-child:-webkit-autofill,.search__wrapper input:first-child:-webkit-autofill:hover,.search__wrapper input:first-child:-webkit-autofill:focus{outline:none;-webkit-box-shadow:0 0 0 30px white inset!important;box-shadow:0 0 0 30px #fff inset!important;-webkit-text-fill-color:inherit!important;background-color:#fff!important;transition:background-color 5000s ease-in-out 0s}.search__wrapper input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none}.search__button-reset{display:flex;border:none;background:transparent;cursor:pointer}.search__container-button{display:flex;cursor:pointer}.search__button-submit{background-color:var(--search-button-color);border-radius:50%;color:#fff;border:none;display:flex;align-items:center;justify-content:center;width:29px;height:0;transition:transform var(--transition-duration) ease;cursor:pointer;padding:7px}.search__button-submit .icon-arrow{fill:#fff;width:16px;position:relative}.search__wrapper.is-open .search__button-submit{height:29px}.search__button-submit:hover{transform:scale(1.05)}#predictive-search{width:100%;background:var(--search-bg-color);padding-top:1rem;border-radius:0 0 var(--border-radius-small) var(--border-radius-small);overflow-y:auto;max-height:600px;scrollbar-width:thin;scrollbar-color:var(--search-border-color) transparent}#predictive-search::-webkit-scrollbar{width:6px}#predictive-search::-webkit-scrollbar-track{background:transparent}#predictive-search::-webkit-scrollbar-thumb{background-color:var(--search-border-color);border-radius:var(--border-radius-small)}.predictive-search-item{display:flex;align-items:center;padding:10px 15px;border-bottom:1px solid #f5f5f5;text-decoration:none;color:inherit}.predictive-search-item:hover{background-color:#f9f9f9}.predictive-search-item img{width:40px;height:40px;object-fit:cover;margin-right:10px}.predictive-search-list{list-style:none;padding-left:0}.predictive-search-result-section h3{margin:0;padding:10px 15px;font-size:13px;text-transform:uppercase;color:var(--black);font-family:var(----body-font)}.predictive-search-view-all{text-align:center;padding:1rem 0}.predictive-search-no-results{padding:1rem}@media (min-width: 1024px){.search__wrapper{top:82px}.search__wrapper form{width:50%}#predictive-search{width:50%;left:25%;top:60px}}
/*# sourceMappingURL=/s/files/1/0626/6840/7119/t/41/assets/predictive-search.css.map */
