*{box-sizing:border-box}body{margin:0;font-family:Arial,sans-serif;background:#fff;color:#111}.wrap{max-width:560px;margin:auto;min-height:100vh;padding:18px 16px 90px}.header{display:flex;align-items:center;gap:12px}.header img{width:92px}.brand{font-size:28px;font-weight:900}.hero{background:linear-gradient(135deg,#ff5a1f,#ff8b52);color:#fff;border-radius:24px;padding:24px;margin:18px 0}.grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:14px;gap:14px}.product-card{border:1px solid #eee;border-radius:18px;padding:12px;text-decoration:none;color:#111;box-shadow:0 8px 24px rgba(0,0,0,.06)}.product-card img{width:100%;height:140px;object-fit:contain}.product-name{font-weight:700;margin-top:8px}.price{color:#ff5a1f;font-weight:900}.nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid #eee;display:flex;justify-content:center;gap:24px;padding:14px}.nav a{color:#111;text-decoration:none;font-weight:700}.button,button{display:inline-block;width:100%;text-align:center;background:#ff5a1f;color:#fff;border:0;border-radius:14px;padding:14px;text-decoration:none;font-weight:900;margin-top:12px}.cart-row{display:flex;gap:12px;border-bottom:1px solid #eee;padding:12px 0}.cart-row img{width:86px;height:86px;object-fit:contain}.form input{border:1px solid #ddd;border-radius:12px;margin:7px 0}.form input,.search{width:100%;padding:14px}.search{border:1px solid #ddd;border-radius:999px;margin:14px 0}.card{border:1px solid #eee;border-radius:18px;padding:16px;margin:14px 0}