.store-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}
.price-row{display:flex;justify-content:space-between;margin-top:12px}
.price{font-weight:700;color:#ffd9de;background:rgba(224,55,76,.16);padding:6px 10px;border-radius:10px}
