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{background:#fff;font-family:Inter,Arial,sans-serif;margin:0 auto;max-width:600px;padding:16px}header{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.catalog{display:flex;flex-wrap:wrap;gap:16px}.product{align-items:center;background:#fafafa;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;padding:12px;width:180px}.product img{border-radius:6px;height:180px;margin-bottom:8px;object-fit:cover;width:100%}.product h2{font-size:1.1rem;margin:8px 0 4px}.product p{font-weight:700;margin:0 0 8px}.product select{border:1px solid #ddd;border-radius:4px;margin-bottom:8px;padding:2px 6px}.product button{background:#222;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:6px 12px}.cart{background:#fafafa;border-radius:8px;padding:16px}.cart ul{list-style:none;padding:0}.cart li{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.cart button{background:#e74c3c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:.95rem;padding:4px 10px}button{transition:background .2s}button:hover{background:#444}
/*# sourceMappingURL=main.86603779.css.map*/