.searchBar{min-height:44px;background:white;border-radius:calc(infinity * 1px);position:relative;padding:5px 6px 5px 12px}.searchBar,.searchBar__container{width:100%;display:flex;align-items:center}.searchBar__container{gap:8px;justify-content:space-between}.searchBar__category{gap:8px;display:flex;align-items:center;min-width:fit-content}.verticle_line{height:16px;border:1px solid #dddddd}.searchBar input{width:100%;height:25px}.searchBar input:focus{outline:none}.searchBar button{display:flex;gap:8px;align-items:center}.search__icon{width:8px;height:8px}@media screen and (width >= 1024px){.searchBar{padding:7px 8px 7px 17px}.verticle_line{height:22px}.search__icon{width:10px;height:10px}}@media screen and (width >= 1440px){.searchBar{padding:10px 12px}.search__icon{width:14px;height:14px}.verticle_line{height:31px}.searchBar input{height:100%}}