.search-box{position:relative;width:min(580px,100%);z-index:20}.search-box form{--search-submit-width:76px;position:relative;display:flex;align-items:center;gap:10px;height:54px;padding:0 0 0 18px;overflow:hidden;background:#20211f;color:#191a19;border-radius:10px;box-shadow:0 15px 45px #00000040;transition:box-shadow .2s,transform .2s}.search-box form:before{content:"";position:absolute;z-index:0;inset:0 var(--search-submit-width) 0 0;background:#f1ede5}.search-box form:focus-within{transform:translateY(-1px);box-shadow:0 19px 52px #0000004d}.search-box--large form{height:64px}.search-box form>svg,.search-box input,.clear-button,.search-submit{position:relative;z-index:1}.search-box form>svg{flex:0 0 auto;color:#777168;width:21px}.search-box input{min-width:0;flex:1;border:0;outline:0;color:#191a19;background:transparent}.search-box input::placeholder{color:#777168}.search-submit{align-self:stretch;flex:0 0 var(--search-submit-width);padding:0;border:0;border-radius:0;background:#20211f;color:#fff;cursor:pointer;transition:background .2s}.search-submit:hover{background:#3d3c38}.search-submit:active{transform:none;background:#111210}.clear-button{display:grid;place-items:center;border:0;color:#777168;background:transparent;cursor:pointer;padding:6px}.clear-button svg{width:17px}.suggestions{position:absolute;z-index:20;top:calc(100% + 7px);left:0;right:0;max-height:min(520px,68vh);overflow-y:auto;padding:8px;border-radius:10px;background:#f1ede5;color:#191a19;box-shadow:0 25px 70px #00000080}.suggestions button{width:100%;display:flex;gap:13px;align-items:center;padding:8px;border:0;border-radius:6px;text-align:left;color:#191a19;background:transparent;cursor:pointer}.suggestions button:hover,.suggestions button.is-active{background:#dcd6cc}.suggestions img{width:42px;height:58px;flex:0 0 auto;object-fit:cover;background:#292a28}.suggestions span{min-width:0;display:grid;gap:2px}.suggestions strong,.suggestions small{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.suggestions small{color:#746f67}.suggestion-status{padding:18px;text-align:center;color:#746f67}
