body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;margin:0 auto;max-width:600px}.App,.city-selector{padding:10px}.city-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:10px;padding:15px}.city-card .country{color:#666;font-size:14px}.city-card .city{font-size:16px;font-weight:700}.back-btn{background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;margin-bottom:10px;padding:8px 16px}.merchants-list{display:flex;flex-direction:column;gap:10px}.merchant-card{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;padding:15px}.merchant-card img{border-radius:8px;height:80px;margin-right:15px;object-fit:cover;width:80px}.merchant-info h3{margin:0 0 5px}.products-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin-bottom:80px}.product-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:10px}.product-card img{border-radius:4px;height:120px;object-fit:cover;width:100%}.product-card h3{font-size:16px;margin:8px 0}.product-card .price{color:#f36;font-weight:700;margin:5px 0}.product-card button{border:none;border-radius:4px;padding:8px;width:100%}.cart-summary,.product-card button{background:#f36;color:#fff;cursor:pointer}.cart-summary{bottom:0;font-weight:700;left:0;margin:0 auto;max-width:600px;padding:15px;position:fixed;right:0;text-align:center}.cart-merchant{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:15px;padding:15px}.cart-item{border-bottom:1px solid #eee;justify-content:space-between;padding:10px 0}.cart-item,.quantity-control{align-items:center;display:flex}.quantity-control{gap:8px}.quantity-control button{background:#f0f0f0;border:none;border-radius:4px;cursor:pointer;height:30px;width:30px}.cart-merchant-total{align-items:center;display:flex;font-weight:700;justify-content:space-between;margin-top:10px}.cart-merchant-total button{background:#f36;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 16px}.delivery-info{background:#f9f9f9;border-radius:4px;color:#666;display:flex;font-size:14px;justify-content:space-between;margin:10px 0;padding:10px}
/*# sourceMappingURL=main.ce5d0a48.css.map*/