.stores__header-filters{justify-content:center;align-items:center;gap:8px;margin:0 auto 32px;display:flex}.stores__table{gap:20px;display:flex}.stores__table .stores__not-found{text-transform:uppercase;color:#004c98b2;grid-column:1/-1;justify-content:center;align-items:center;width:100%;height:300px;font-size:22px;display:flex}.stores__filtered{background-color:#ccdbea33;border-radius:40px;grid-template-columns:repeat(4,1fr);gap:10px;width:100%;height:max-content;padding:10px;display:grid}@media screen and (max-width:1600px){.stores__filtered{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:1400px){.stores__table .stores__table-filter-desktop{display:none}}@media screen and (max-width:1023px){.stores__filtered{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:768px){.stores__header-filters{flex-wrap:wrap}.stores__filtered{grid-template-columns:repeat(1,1fr)}}
