#search-panel{width:100%;height:100%;display:block;position:relative}.search-panel-body{flex-direction:column;height:calc(100% - 40px);display:flex}.search-results{flex-direction:column;flex:1;gap:16px;margin-bottom:16px;display:flex;overflow-y:auto}.search-results::-webkit-scrollbar{display:none}.search-products-grid{flex-wrap:wrap;gap:16px;display:flex}.search-products-grid .product-card{flex:0 0 calc(50% - 8px)}.search-button{background-color:var(--color-white);margin-top:auto;padding-top:8px;position:sticky;bottom:0}
