.stores-list_header{display:flex;flex-direction:column;justify-content:space-between;overflow-x:auto;scrollbar-width:none}@media(min-width:750px){.stores-list_header{align-items:center;flex-direction:row}}.stores-list_header .filter-btn{background-color:#fff4ed;border-radius:1rem;color:rgb(var(--color-foreground));cursor:pointer;font-family:var(--font-heading-family);font-size:calc(var(--font-body-scale)*1.8rem);margin-right:1rem;padding:1rem;text-decoration:none}.stores-list_header .filter-btn.active,.stores-list_header .filter-btn:hover{background-color:#53225e;color:#fff4ed}.store-count{display:flex;gap:.5rem}.stores-list{display:grid;grid-template-columns:1fr 1fr;list-style:none;margin-top:2rem;padding:0;row-gap:2rem}@media(min-width:750px){.stores-list{grid-template-columns:1fr 1fr 1fr;row-gap:4rem}}.store-item-content{padding:0 5px}.store-item a{color:inherit;text-decoration:none}.store-item-image{aspect-ratio:1/1;height:auto;position:relative;width:100%}.store-item-image img{border-radius:2rem;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.store-item-image .badge{left:1rem;padding:.8rem;position:absolute;top:2rem}@media(min-width:750px){.store-item-image .badge{left:2rem;padding:1rem}}.store-item-title{margin-bottom:.4rem;margin-top:1rem}@media(min-width:750px){.store-item-title{margin-bottom:.8rem;margin-top:1.6rem}}.store-item-address p{font-size:calc(var(--font-body-scale)*1.4rem);margin:0}@media(min-width:750px){.store-item-address p{font-size:calc(var(--font-body-scale)*1.6rem)}}.filters{display:flex;row-gap:1rem;white-space:nowrap}@media(min-width:750px){.filters{flex-wrap:wrap}}