.header-search{display:flex;align-items:center;position:static}.header-search__toggle{background:none;border:0;padding:0;cursor:pointer;width:24px;width:var(--_icon-size, 24px);height:24px;height:var(--_icon-size, 24px)}.header-search__toggle svg{width:100%;height:100%}.header-search__field{position:fixed;top:56px;top:var(--ps-field-top, 56px);left:0;right:0;display:flex;flex-direction:column;background:#fff;background:var(--white, #fff);padding:16px 24px;box-shadow:0 8px 12px -8px #0000002e;z-index:30;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility 0s linear .2s}.header-search.is-open .header-search__field{opacity:1;visibility:visible;transition:opacity .2s ease,visibility 0s linear 0s}.header-search__form{display:flex;align-items:center;gap:8px}.header-search__input{flex:1;border:0;border-radius:62.5rem;background:#ebeff4;color:#3d3024;padding:12px 20px;font-size:16px;min-width:0}.header-search__input::-moz-placeholder{color:#3d30248c}.header-search__input::placeholder{color:#3d30248c}.header-search__input:focus,.header-search__input:focus-visible{outline:2px solid var(--monin-brown);outline-offset:2px}.header-search__submit,.header-search__close{background:none;border:0;padding:0;cursor:pointer;width:20px;height:20px;flex-shrink:0}.header-search__submit svg,.header-search__close svg{width:100%;height:100%}.header-search__results{position:fixed;top:56px;top:var(--ps-results-top, 56px);left:0;right:0;bottom:0;background:#fff;background:var(--white, #fff);box-shadow:0 4px 14px #00000026;padding:24px;z-index:20;overflow-y:auto}.predictive-search__overlay{position:fixed;inset:0;background:#0006;z-index:40;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.predictive-search__overlay.is-visible{opacity:1;visibility:visible}.predictive-search__inner{display:flex;flex-direction:column;gap:16px}.predictive-search__queries{display:flex;flex-wrap:wrap;gap:8px 16px;list-style:none;padding:0;margin:0}.predictive-search__query{display:inline-flex;align-items:center;gap:6px;-webkit-text-decoration:none;text-decoration:none}.predictive-search__query svg{width:14px;height:14px}.predictive-search__tabs{display:flex;gap:4px;border-bottom:1px solid rgba(0,0,0,.1)}.predictive-search__tab{background:none;border:0;border-bottom:2px solid transparent;padding:8px 12px;cursor:pointer;font:inherit;color:#0000008c}.predictive-search__tab[aria-selected=true]{color:inherit;border-bottom-color:currentColor;font-weight:600}.predictive-search__products.grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px;list-style:none;padding:0;margin:0}@media(min-width:1240px){.predictive-search__products.grid{grid-template-columns:repeat(5,1fr)}}.predictive-search__product product-card a{gap:12px}@media(min-width:831px){.predictive-search__product product-card .photo{height:200px}}@media(min-width:831px){.predictive-search__product product-card .photo img{max-height:200px}}.predictive-search__product product-card .details{gap:4px}.predictive-search__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.predictive-search__link{-webkit-text-decoration:none;text-decoration:none}.predictive-search__all{align-self:flex-start;font-weight:600;-webkit-text-decoration:underline;text-decoration:underline}.predictive-search__empty{margin:0;padding:16px 0;text-align:center}.predictive-search__empty-title{margin:0;font-weight:600}.predictive-search__empty-hint{margin:4px 0 0;color:#3d302499}.predictive-search [data-ps-item]:focus,.predictive-search [data-ps-item]:focus-visible{outline:2px solid currentColor;outline-offset:2px}
