.search-result-C{display:flex;flex-direction:column;gap:22px}.search-result-C .search-result-header{border-radius:8px;background:#fff;display:flex;padding:12px;flex-direction:column;align-items:flex-end;gap:6px}.search-result-C .search-result-header .search-top{display:flex;align-items:flex-end}.search-result-C .search-result-header .search-top .search-filter{border-radius:33px;border-bottom:1px solid var(--Grays-Gray,#8e8e93);display:flex;padding:8px 16px;justify-content:center;align-items:center;gap:6px;border:1px solid var(--Grays-Gray,#8e8e93);border-bottom-color:var(--Backgrounds-Secondary,#f2f2f7)}.search-result-C .search-result-header .search-bottom{color:#8e8e93;width:100%;display:flex;justify-content:flex-end;align-items:flex-end;gap:23px}.search-result-C .search-result-header .search-bottom .search-btn-list{display:flex;white-space:nowrap;gap:8px}.search-result-C .search-result-header .search-bottom .search-btn-list>button{display:flex;padding:5px 10px;justify-content:center;align-items:center;gap:10px;border-radius:5px;background:var(--backgrounds-grouped-primary,#f2f2f7);border:1px solid var(--Color-Orange,#f2f2f7);color:#8e8e93}.search-result-C .search-result-header .search-bottom .search-btn-list .active{border:1px solid var(--Color-Orange,#f55e21);background:#fff2ed;color:#f55e21}.search-result-C .search-result-tab{display:flex;padding:0 28px;align-items:center;gap:24px}.search-result-C .search-result-tab .tab{cursor:pointer;color:#8e8e93}.search-result-C .search-result-tab .active{border-bottom:2px solid var(--Color-Orange,#f55e21);color:#f55e21}.search-result-C .search-product-list{width:100%;background-color:#fff;display:flex;flex-wrap:wrap;gap:8px;padding:8px 10px}.search-result-C .search-product-list>p{width:100%;text-align:center}.search-result-C .search-store-list{width:100%;background-color:#fff;display:flex;flex-wrap:wrap;gap:8px;padding:8px 10px}.search-result-C .search-store-list>p{width:100%;text-align:center}.search-result-C .search-store-list .product-list-mobile{display:none}@media only screen and (max-width:550px){.search-result-C .search-result-header .search-bottom>span{display:none}.search-result-C .search-result-header .search-bottom .search-btn-list{gap:6px}.search-result-C .search-result-header .search-bottom .search-btn-list>button{padding:4px 6px}.search-result-C .pagination,.search-result-C .search-product-list,.search-result-C .search-result-tab{display:none}.search-result-C .search-store-list{flex-direction:column;gap:16px}.search-result-C .search-store-list .product-list-mobile{display:flex;gap:8px}}